Searched refs:mmu_linear_psize (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/powerpc/mm/book3s64/ |
| H A D | hash_utils.c | 115 int mmu_linear_psize = MMU_PAGE_4K; variable 116 EXPORT_SYMBOL_GPL(mmu_linear_psize); 298 mmu_linear_psize, mmu_kernel_ssize); in kernel_map_linear_page() 327 mmu_hash_ops.hpte_invalidate(slot, vpn, mmu_linear_psize, in kernel_unmap_linear_page() 328 mmu_linear_psize, in kernel_unmap_linear_page() 453 unsigned int pshift = mmu_psize_defs[mmu_linear_psize].shift; in hash_kfence_map_pool() 462 kfence_pool, prot, mmu_linear_psize, in hash_kfence_map_pool() 464 update_page_count(mmu_linear_psize, KFENCE_POOL_SIZE >> pshift); in hash_kfence_map_pool() 1096 mmu_linear_psize = MMU_PAGE_16M; in htab_init_page_sizes() 1098 mmu_linear_psize = MMU_PAGE_1M; in htab_init_page_sizes() [all …]
|
| H A D | slb.c | 477 linear_llp = mmu_psize_defs[mmu_linear_psize].sllp; in slb_initialize() 674 flags = SLB_VSID_KERNEL | mmu_psize_defs[mmu_linear_psize].sllp; in slb_allocate_kernel()
|
| /linux/drivers/misc/lkdtm/ |
| H A D | powerpc.c | 56 insert_slb_entry((unsigned long)p, MMU_SEGSIZE_1T, mmu_linear_psize); in inject_kmalloc_slb_multihit()
|
| /linux/arch/powerpc/include/asm/nohash/32/ |
| H A D | mmu-44x.h | 149 #define mmu_linear_psize MMU_PAGE_256M macro
|
| /linux/arch/powerpc/include/asm/book3s/64/ |
| H A D | mmu.h | 206 extern int mmu_linear_psize;
|
| /linux/arch/powerpc/mm/ptdump/ |
| H A D | hashpagetable.c | 483 unsigned long psize = 1 << mmu_psize_defs[mmu_linear_psize].shift; in walk_linearmapping() 487 hpte_find(st, addr, mmu_linear_psize); in walk_linearmapping()
|
| /linux/arch/powerpc/include/asm/nohash/ |
| H A D | mmu-e500.h | 284 extern int mmu_linear_psize;
|
| /linux/arch/powerpc/kernel/ |
| H A D | setup_64.c | 853 if (mmu_linear_psize == MMU_PAGE_4K) in setup_per_cpu_areas()
|
| /linux/arch/powerpc/platforms/cell/ |
| H A D | spu_base.c | 213 llp = mmu_psize_defs[mmu_linear_psize].sllp; in __spu_kernel_slb()
|