Searched refs:_PAGE_COMBO (Results 1 – 4 of 4) sorted by relevance
7 #define _PAGE_COMBO 0x10000000 /* this is a combo 4k page */ macro32 #define _PAGE_HPTEFLAGS (_PAGE_BUSY | _PAGE_HASHPTE | _PAGE_COMBO)56 if (pte_val(pte) & _PAGE_COMBO) { in __real_pte()69 if ((pte_val(rpte.pte) & _PAGE_COMBO)) in __rpte_to_hidx()95 (((pte) & _PAGE_COMBO)? MMU_PAGE_4K: MMU_PAGE_64K)
95 if ((old_pmd & _PAGE_HASHPTE) && !(old_pmd & _PAGE_COMBO)) in __hash_page_thp()187 new_pmd |= _PAGE_COMBO; in __hash_page_thp()
397 oris r30,r30,_PAGE_COMBO@h503 andis. r0,r31,_PAGE_COMBO@h
754 if (old_pmd & _PAGE_COMBO) in hpte_do_hugepage_flush()