Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dhash-64k.h21 #define H_PAGE_4K_PFN _RPAGE_RPN1 /* PFN is for a single 4k page */ macro
36 #define H_PAGE_THP_HUGE H_PAGE_4K_PFN
157 __pgprot(pgprot_val(prot) | H_PAGE_4K_PFN)); in hash__remap_4k_pfn()
Dhash-4k.h38 #define H_PAGE_4K_PFN 0x0 macro
Dpgtable.h143 H_PAGE_4K_PFN | _PAGE_PRIVILEGED | _PAGE_ACCESSED | \
/Linux-v4.19/arch/powerpc/include/asm/
Dpte-common.h217 #ifndef H_PAGE_4K_PFN
218 #define H_PAGE_4K_PFN 0 macro
/Linux-v4.19/arch/powerpc/mm/
Ddump_linuxpagetables.c211 .mask = H_PAGE_4K_PFN,
212 .val = H_PAGE_4K_PFN,
Ddump_hashpagetable.c396 ((pteval & H_PAGE_4K_PFN) == H_PAGE_4K_PFN)) in walk_pte()
Dpgtable_64.c126 if (flags & H_PAGE_4K_PFN) in __ioremap_at()
Dhash64_64k.c145 if (old_pte & H_PAGE_4K_PFN) { in __hash_page_4K()
Dhash_utils_64.c1345 if ((pte_val(*ptep) & H_PAGE_4K_PFN) && psize == MMU_PAGE_64K) { in hash_page_mm()
1534 if ((pte_val(*ptep) & H_PAGE_4K_PFN) || pte_ci(*ptep)) in hash_preload()