Home
last modified time | relevance | path

Searched refs:H_PAGE_4K_PFN (Results 1 – 8 of 8) sorted by relevance

/linux/arch/powerpc/include/asm/book3s/64/
A Dhash-64k.h47 #define H_PAGE_4K_PFN _RPAGE_RPN1 /* PFN is for a single 4k page */ macro
62 #define H_PAGE_THP_HUGE H_PAGE_4K_PFN
183 __pgprot(pgprot_val(prot) | H_PAGE_4K_PFN)); in hash__remap_4k_pfn()
A Dhash-4k.h53 #define H_PAGE_4K_PFN 0x0 macro
/linux/arch/powerpc/mm/ptdump/
A Dbook3s64.c83 .mask = H_PAGE_4K_PFN,
84 .val = H_PAGE_4K_PFN,
A Dhashpagetable.c389 (pteval & H_PAGE_4K_PFN) == H_PAGE_4K_PFN)) in walk_pte()
/linux/arch/powerpc/mm/
A Dioremap_64.c15 if (pgprot_val(prot) & H_PAGE_4K_PFN) in __ioremap_caller()
/linux/arch/powerpc/mm/book3s64/
A Dhash_64k.c145 if (old_pte & H_PAGE_4K_PFN) { in __hash_page_4K()
A Dhash_utils.c1441 if ((pte_val(*ptep) & H_PAGE_4K_PFN) && psize == MMU_PAGE_64K) { in hash_page_mm()
1675 if ((pte_val(*ptep) & H_PAGE_4K_PFN) || pte_ci(*ptep)) in hash_preload()
/linux/arch/powerpc/include/asm/nohash/64/
A Dpgtable.h96 #define H_PAGE_4K_PFN 0 macro

Completed in 13 milliseconds