Home
last modified time | relevance | path

Searched refs:vr_tm (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/powerpc/include/asm/
Dkvm_host.h546 struct thread_vr_state vr_tm; member
/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_hv.c1165 val->vval = vcpu->arch.vr_tm.vr[i-32]; in kvmppc_get_one_reg_hv()
1194 *val = get_reg_val(id, vcpu->arch.vr_tm.vscr.u[3]); in kvmppc_get_one_reg_hv()
1373 vcpu->arch.vr_tm.vr[i-32] = val->vval; in kvmppc_set_one_reg_hv()
/linux-4.1.27/arch/powerpc/kernel/
Dasm-offsets.c583 DEFINE(VCPU_VRS_TM, offsetof(struct kvm_vcpu, arch.vr_tm.vr)); in main()