Home
last modified time | relevance | path

Searched refs:SLB_VSID_B_1T (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/misc/cxl/
H A Dfault.c40 if (slb->vsid & SLB_VSID_B_1T) in find_free_sste()
285 if (vsid & SLB_VSID_B_1T) in next_segment()
/linux/arch/powerpc/mm/
H A Dcopro_fault.c130 ((ssize == MMU_SEGSIZE_1T) ? SLB_VSID_B_1T : 0); in copro_calculate_slb()
/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu.c234 v_val |= SLB_VSID_B_1T; in kvmppc_mmu_book3s_64_xlate()
381 slbe->tb = (rs & SLB_VSID_B_1T) ? 1 : 0; in kvmppc_mmu_book3s_64_slbmte()
H A Dbook3s_hv_rm_mmu.c1118 if (slb_v & SLB_VSID_B_1T) { in kvmppc_hv_find_lock_hpte()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h43 #define SLB_VSID_B_1T ASM_CONST(0x4000000000000000) macro