Lines Matching refs:hvregs
4052 struct hv_guest_state hvregs;
4079 kvmhv_save_hv_regs(vcpu, &hvregs);
4080 hvregs.lpcr = lpcr;
4081 hvregs.amor = ~0;
4083 hvregs.version = HV_GUEST_STATE_VERSION;
4085 hvregs.lpid = vcpu->arch.nested->shadow_lpid;
4086 hvregs.vcpu_token = vcpu->arch.nested_vcpu_id;
4088 hvregs.lpid = vcpu->kvm->arch.lpid;
4089 hvregs.vcpu_token = vcpu->vcpu_id;
4091 hvregs.hdec_expiry = time_limit;
4113 trap = plpar_hcall_norets(H_ENTER_NESTED, __pa(&hvregs),
4116 kvmhv_restore_hv_return_state(vcpu, &hvregs);