Home
last modified time | relevance | path

Searched refs:MMU_PAGE_512K (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/powerpc/mm/nohash/
D8xx.c69 if (WARN_ON(psize != MMU_PAGE_512K && psize != MMU_PAGE_8M)) in __early_map_kernel_hugepage()
76 if (psize == MMU_PAGE_512K) in __early_map_kernel_hugepage()
81 if (psize == MMU_PAGE_512K) in __early_map_kernel_hugepage()
116 PAGE_KERNEL_NCG, MMU_PAGE_512K, true); in mmu_mapin_immr()
128 __early_map_kernel_hugepage(v, p, prot, MMU_PAGE_512K, new); in mmu_mapin_ram_chunk()
132 __early_map_kernel_hugepage(v, p, prot, MMU_PAGE_512K, new); in mmu_mapin_ram_chunk()
Dtlb.c104 [MMU_PAGE_512K] = {
/linux-6.1.9/arch/powerpc/include/asm/
Dmmu.h377 #define MMU_PAGE_512K 5 macro