Searched refs:MMU_SEGSIZE_256M (Results 1 - 20 of 20) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/ |
H A D | mmu-hash.h | 231 #define MMU_SEGSIZE_256M 0 macro 255 if (ssize == MMU_SEGSIZE_256M) in slb_vsid_shift() 262 if (ssize == MMU_SEGSIZE_256M) in segment_shift() 440 if (ssize == MMU_SEGSIZE_256M) { in hpt_hash() 775 return MMU_SEGSIZE_256M; in user_segment_size() 794 if (ssize == MMU_SEGSIZE_256M) { in get_vsid() 863 (((ssize) == MMU_SEGSIZE_256M) ? ESID_MASK : ESID_MASK_1T)
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/ |
H A D | mmu-hash.h | 231 #define MMU_SEGSIZE_256M 0 macro 255 if (ssize == MMU_SEGSIZE_256M) in slb_vsid_shift() 262 if (ssize == MMU_SEGSIZE_256M) in segment_shift() 440 if (ssize == MMU_SEGSIZE_256M) { in hpt_hash() 763 return MMU_SEGSIZE_256M; in user_segment_size() 782 if (ssize == MMU_SEGSIZE_256M) { in get_vsid()
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | book3s_64_mmu_host.c | 27 MMU_SEGSIZE_256M, false); in kvmppc_mmu_invalidate_pte() 121 vpn = hpt_vpn(orig_pte->eaddr, map->host_vsid, MMU_SEGSIZE_256M); in kvmppc_mmu_map_page() 147 hash = hpt_hash(vpn, mmu_psize_defs[hpsize].shift, MMU_SEGSIZE_256M); in kvmppc_mmu_map_page() 168 hpsize, hpsize, MMU_SEGSIZE_256M); in kvmppc_mmu_map_page()
|
H A D | book3s_64_mmu.c | 129 ssize = slbe->tb ? MMU_SEGSIZE_1T : MMU_SEGSIZE_256M; in kvmppc_mmu_book3s_64_get_pteg()
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | book3s_64_mmu_host.c | 28 MMU_SEGSIZE_256M, false); in kvmppc_mmu_invalidate_pte() 122 vpn = hpt_vpn(orig_pte->eaddr, map->host_vsid, MMU_SEGSIZE_256M); in kvmppc_mmu_map_page() 149 hash = hpt_hash(vpn, mmu_psize_defs[hpsize].shift, MMU_SEGSIZE_256M); in kvmppc_mmu_map_page() 170 hpsize, hpsize, MMU_SEGSIZE_256M); in kvmppc_mmu_map_page()
|
H A D | book3s_64_mmu.c | 129 ssize = slbe->tb ? MMU_SEGSIZE_1T : MMU_SEGSIZE_256M; in kvmppc_mmu_book3s_64_get_pteg()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
H A D | slb.c | 40 (((ssize) == MMU_SEGSIZE_256M)? ESID_MASK: ESID_MASK_1T) 803 ssize = MMU_SEGSIZE_256M; in slb_allocate_kernel()
|
H A D | hash_utils.c | 119 int mmu_kernel_ssize = MMU_SEGSIZE_256M; 121 int mmu_highuser_ssize = MMU_SEGSIZE_256M;
|
H A D | hash_native.c | 746 case MMU_SEGSIZE_256M: in hpte_decode()
|
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
H A D | main.c | 136 if (mmu_kernel_ssize == MMU_SEGSIZE_256M) in cxl_alloc_sst()
|
/kernel/linux/linux-6.6/drivers/misc/cxl/ |
H A D | main.c | 137 if (mmu_kernel_ssize == MMU_SEGSIZE_256M) in cxl_alloc_sst()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
H A D | slb.c | 779 ssize = MMU_SEGSIZE_256M; in slb_allocate_kernel()
|
H A D | hash_native.c | 696 case MMU_SEGSIZE_256M: in hpte_decode()
|
H A D | hash_utils.c | 118 int mmu_kernel_ssize = MMU_SEGSIZE_256M; 120 int mmu_highuser_ssize = MMU_SEGSIZE_256M;
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/ |
H A D | spu_base.c | 219 slb->vsid = (get_kernel_vsid(ea, MMU_SEGSIZE_256M) << SLB_VSID_SHIFT) | in __spu_kernel_slb()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/ |
H A D | spu_base.c | 218 slb->vsid = (get_kernel_vsid(ea, MMU_SEGSIZE_256M) << SLB_VSID_SHIFT) | in __spu_kernel_slb()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | lpar.c | 1936 if (ssize == MMU_SEGSIZE_256M) { in vsid_unscramble()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | process.c | 1653 sp_vsid = get_kernel_vsid(sp, MMU_SEGSIZE_256M) in setup_ksp_vsid()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | process.c | 1732 sp_vsid = get_kernel_vsid(sp, MMU_SEGSIZE_256M) in setup_ksp_vsid()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | lpar.c | 1940 if (ssize == MMU_SEGSIZE_256M) { in vsid_unscramble()
|
Completed in 33 milliseconds