Searched refs:vrma_slb_v (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h290 unsigned long vrma_slb_v; member in struct:kvm_arch
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv.c1813 vsid = vcpu->kvm->arch.vrma_slb_v;
1860 vsid = vcpu->kvm->arch.vrma_slb_v;
5284 dw0 = ((kvm->arch.vrma_slb_v & SLB_VSID_L) >> 1) |
5285 ((kvm->arch.vrma_slb_v & SLB_VSID_LP) << 1);
5364 kvm->arch.vrma_slb_v = senc | SLB_VSID_B_1T |
5610 kvm->arch.vrma_slb_v = SLB_VSID_B_1T |
H A Dbook3s_64_mmu_hv.c364 slb_v = vcpu->kvm->arch.vrma_slb_v;
1912 kvm->arch.vrma_slb_v = senc | SLB_VSID_B_1T |
/linux-master/arch/powerpc/kernel/
H A Dasm-offsets.c425 OFFSET(KVM_VRMA_SLB_V, kvm, arch.vrma_slb_v);

Completed in 342 milliseconds