Searched refs:SLB_VSID_B_1T (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/powerpc/mm/
H A Dcopro_fault.c130 ((ssize == MMU_SEGSIZE_1T) ? SLB_VSID_B_1T : 0);
/linux-master/drivers/misc/cxl/
H A Dfault.c40 if (slb->vsid & SLB_VSID_B_1T)
285 if (vsid & SLB_VSID_B_1T)
/linux-master/arch/powerpc/kvm/
H A Dbook3s_64_mmu.c234 v_val |= SLB_VSID_B_1T;
381 slbe->tb = (rs & SLB_VSID_B_1T) ? 1 : 0;
H A Dbook3s_64_mmu_hv.c321 if (vcpu->arch.slb[i].origv & SLB_VSID_B_1T)
1900 kvm->arch.vrma_slb_v = senc | SLB_VSID_B_1T |
H A Dbook3s_hv_rm_mmu.c1118 if (slb_v & SLB_VSID_B_1T) {
H A Dbook3s_hv.c5364 kvm->arch.vrma_slb_v = senc | SLB_VSID_B_1T |
5610 kvm->arch.vrma_slb_v = SLB_VSID_B_1T |
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h43 #define SLB_VSID_B_1T ASM_CONST(0x4000000000000000) macro
/linux-master/arch/powerpc/mm/book3s64/
H A Dslb.c248 if (v & SLB_VSID_B_1T) {
/linux-master/arch/powerpc/xmon/
H A Dxmon.c3773 if (vsid & SLB_VSID_B_1T) {

Completed in 299 milliseconds