Searched refs:_PAGE_4K_PFN (Results 1 – 6 of 6) sorted by relevance
28 #ifndef _PAGE_4K_PFN29 #define _PAGE_4K_PFN 0 macro103 _PAGE_WRITETHRU | _PAGE_ENDIAN | _PAGE_4K_PFN | \
8 #define _PAGE_4K_PFN 0x20000000 /* PFN is for a single 4k page */ macro100 __pgprot(pgprot_val((prot)) | _PAGE_4K_PFN)))
381 #define _PAGE_THP_HUGE _PAGE_4K_PFN
515 andis. r0,r31,_PAGE_4K_PFN@h545 andis. r0,r31,_PAGE_4K_PFN@h
1121 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()
185 if (flags & _PAGE_4K_PFN) in __ioremap_at()