Home
last modified time | relevance | path

Searched refs:MMU_SEGSIZE_1T (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/mm/
Dcopro_fault.c132 ((ssize == MMU_SEGSIZE_1T) ? SLB_VSID_B_1T : 0); in copro_calculate_slb()
134 slb->esid = (ea & (ssize == MMU_SEGSIZE_1T ? ESID_MASK_1T : ESID_MASK)) | SLB_ESID_V; in copro_calculate_slb()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dentry_64.S581 li r9,MMU_SEGSIZE_1T /* insert B field */
582 oris r6,r6,(MMU_SEGSIZE_1T << SLBIE_SSIZE_SHIFT)@h
Dprocess.c1650 sp_vsid = get_kernel_vsid(sp, MMU_SEGSIZE_1T) in setup_ksp_vsid()
2287 if (!is_32bit_task() && (mmu_highuser_ssize == MMU_SEGSIZE_1T)) in arch_randomize_brk()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
Dmmu-hash.h232 #define MMU_SEGSIZE_1T 1 macro
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
Dslb.c800 ssize = MMU_SEGSIZE_1T; in slb_allocate_kernel()
Dhash_utils.c893 mmu_kernel_ssize = MMU_SEGSIZE_1T; in htab_initialize()
894 mmu_highuser_ssize = MMU_SEGSIZE_1T; in htab_initialize()
Dhash_native.c757 case MMU_SEGSIZE_1T: in hpte_decode()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dbook3s_64_mmu.c129 ssize = slbe->tb ? MMU_SEGSIZE_1T : MMU_SEGSIZE_256M; in kvmppc_mmu_book3s_64_get_pteg()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
Dlpar.c1987 protovsid = vsid_unscramble(VRMA_VSID, MMU_SEGSIZE_1T); in reserve_vrma_context_id()