Home
last modified time | relevance | path

Searched refs:_PAGE_COMBO (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/powerpc/include/asm/
Dpte-hash64-64k.h7 #define _PAGE_COMBO 0x10000000 /* this is a combo 4k page */ macro
32 #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)
/linux-4.1.27/arch/powerpc/mm/
Dhugepage-hash64.c95 if ((old_pmd & _PAGE_HASHPTE) && !(old_pmd & _PAGE_COMBO)) in __hash_page_thp()
187 new_pmd |= _PAGE_COMBO; in __hash_page_thp()
Dhash_low_64.S397 oris r30,r30,_PAGE_COMBO@h
503 andis. r0,r31,_PAGE_COMBO@h
Dpgtable_64.c754 if (old_pmd & _PAGE_COMBO) in hpte_do_hugepage_flush()