Home
last modified time | relevance | path

Searched refs:_PAGE_4K_PFN (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/arch/powerpc/include/asm/
Dpte-common.h28 #ifndef _PAGE_4K_PFN
29 #define _PAGE_4K_PFN 0 macro
103 _PAGE_WRITETHRU | _PAGE_ENDIAN | _PAGE_4K_PFN | \
Dpte-hash64-64k.h8 #define _PAGE_4K_PFN 0x20000000 /* PFN is for a single 4k page */ macro
100 __pgprot(pgprot_val((prot)) | _PAGE_4K_PFN)))
Dpgtable-ppc64.h381 #define _PAGE_THP_HUGE _PAGE_4K_PFN
/linux-4.1.27/arch/powerpc/mm/
Dhash_low_64.S515 andis. r0,r31,_PAGE_4K_PFN@h
545 andis. r0,r31,_PAGE_4K_PFN@h
Dhash_utils_64.c1121 if ((pte_val(*ptep) & _PAGE_4K_PFN) && psize == MMU_PAGE_64K) { in hash_page_mm()
1256 if (pte_val(*ptep) & (_PAGE_4K_PFN | _PAGE_NO_CACHE)) in hash_preload()
Dpgtable_64.c185 if (flags & _PAGE_4K_PFN) in __ioremap_at()