Searched refs:MMU_PAGE_512K (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/ |
H A D | 8xx.c | 79 if (WARN_ON(psize != MMU_PAGE_512K && psize != MMU_PAGE_8M)) in __early_map_kernel_hugepage() 86 if (psize == MMU_PAGE_512K) in __early_map_kernel_hugepage() 91 if (psize == MMU_PAGE_512K) in __early_map_kernel_hugepage() 126 PAGE_KERNEL_NCG, MMU_PAGE_512K, true); in mmu_mapin_immr() 138 __early_map_kernel_hugepage(v, p, prot, MMU_PAGE_512K, new); in mmu_mapin_ram_chunk() 142 __early_map_kernel_hugepage(v, p, prot, MMU_PAGE_512K, new); in mmu_mapin_ram_chunk()
|
H A D | tlb.c | 92 [MMU_PAGE_512K] = {
|
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/ |
H A D | 8xx.c | 69 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() 117 PAGE_KERNEL_NCG, MMU_PAGE_512K, true); in mmu_mapin_immr() 129 __early_map_kernel_hugepage(v, p, prot, MMU_PAGE_512K, new); in mmu_mapin_ram_chunk() 133 __early_map_kernel_hugepage(v, p, prot, MMU_PAGE_512K, new); in mmu_mapin_ram_chunk()
|
H A D | tlb.c | 104 [MMU_PAGE_512K] = {
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | mmu.h | 350 #define MMU_PAGE_512K 5 macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | mmu.h | 372 #define MMU_PAGE_512K 5 macro
|
Completed in 4 milliseconds