Home
last modified time | relevance | path

Searched refs:H_PAGE_4K_PFN (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H 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()
H A Dhash-4k.h53 #define H_PAGE_4K_PFN 0x0 macro
/kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/
H A Dbook3s64.c83 .mask = H_PAGE_4K_PFN,
84 .val = H_PAGE_4K_PFN,
H A Dhashpagetable.c389 (pteval & H_PAGE_4K_PFN) == H_PAGE_4K_PFN)) in walk_pte()
/kernel/linux/linux-6.6/arch/powerpc/mm/ptdump/
H A Dbook3s64.c83 .mask = H_PAGE_4K_PFN,
84 .val = H_PAGE_4K_PFN,
H A Dhashpagetable.c392 (pteval & H_PAGE_4K_PFN) == H_PAGE_4K_PFN)) in walk_pte()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H 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()
H A Dhash-4k.h53 #define H_PAGE_4K_PFN 0x0 macro
/kernel/linux/linux-5.10/arch/powerpc/mm/
H A Dioremap_64.c15 if (pgprot_val(prot) & H_PAGE_4K_PFN) in __ioremap_caller()
/kernel/linux/linux-6.6/arch/powerpc/mm/
H A Dioremap_64.c15 if (pgprot_val(prot) & H_PAGE_4K_PFN) in __ioremap_caller()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H A Dhash_64k.c143 * handle H_PAGE_4K_PFN case in __hash_page_4K()
145 if (old_pte & H_PAGE_4K_PFN) { in __hash_page_4K()
H A Dhash_utils.c1438 /* If H_PAGE_4K_PFN is set, make sure this is a 4k segment */ in hash_page_mm()
1439 if ((pte_val(*ptep) & H_PAGE_4K_PFN) && psize == MMU_PAGE_64K) { in hash_page_mm()
1611 /* If either H_PAGE_4K_PFN or cache inhibited is set (and we are on in hash_preload()
1619 if ((pte_val(*ptep) & H_PAGE_4K_PFN) || pte_ci(*ptep)) in hash_preload()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h98 #define H_PAGE_4K_PFN 0 macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h83 #define H_PAGE_4K_PFN 0 macro
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H A Dhash_64k.c145 * handle H_PAGE_4K_PFN case in __hash_page_4K()
147 if (old_pte & H_PAGE_4K_PFN) { in __hash_page_4K()
H A Dhash_utils.c1594 /* If H_PAGE_4K_PFN is set, make sure this is a 4k segment */ in hash_page_mm()
1595 if ((pte_val(*ptep) & H_PAGE_4K_PFN) && psize == MMU_PAGE_64K) { in hash_page_mm()
1784 /* If either H_PAGE_4K_PFN or cache inhibited is set (and we are on in hash_preload()
1792 if ((pte_val(*ptep) & H_PAGE_4K_PFN) || pte_ci(*ptep)) in hash_preload()

Completed in 12 milliseconds