Home
last modified time | relevance | path

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

/linux/drivers/misc/lkdtm/
H A Dpowerpc.c37 insert_slb_entry((unsigned long)p, MMU_SEGSIZE_1T, mmu_vmalloc_psize); in inject_vmalloc_slb_multihit()
56 insert_slb_entry((unsigned long)p, MMU_SEGSIZE_1T, mmu_linear_psize); in inject_kmalloc_slb_multihit()
/linux/arch/powerpc/mm/
H A Dcopro_fault.c128 ((ssize == MMU_SEGSIZE_1T) ? SLB_VSID_B_1T : 0); in copro_calculate_slb()
130 slb->esid = (ea & (ssize == MMU_SEGSIZE_1T ? ESID_MASK_1T : ESID_MASK)) | SLB_ESID_V; in copro_calculate_slb()
/linux/arch/powerpc/kernel/
H A Dswitch.S96 li r9,MMU_SEGSIZE_1T /* insert B field */
97 oris r6,r6,(MMU_SEGSIZE_1T << SLBIE_SSIZE_SHIFT)@h
H A Dprocess.c1716 sp_vsid = get_kernel_vsid(sp, MMU_SEGSIZE_1T) in setup_ksp_vsid()
/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1324 mmu_kernel_ssize = MMU_SEGSIZE_1T; in htab_initialize()
1325 mmu_highuser_ssize = MMU_SEGSIZE_1T; in htab_initialize()
2482 else if (!radix_enabled() && mmu_highuser_ssize == MMU_SEGSIZE_1T) in arch_randomize_brk()
H A Dslb.c702 ssize = MMU_SEGSIZE_1T; in slb_allocate_kernel()
H A Dhash_native.c703 case MMU_SEGSIZE_1T: in hpte_decode()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h232 #define MMU_SEGSIZE_1T 1 macro
/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu.c129 ssize = slbe->tb ? MMU_SEGSIZE_1T : MMU_SEGSIZE_256M; in kvmppc_mmu_book3s_64_get_pteg()
/linux/arch/powerpc/platforms/pseries/
H A Dlpar.c1986 protovsid = vsid_unscramble(VRMA_VSID, MMU_SEGSIZE_1T); in reserve_vrma_context_id()