Lines Matching refs:hvregs
4271 struct hv_guest_state hvregs; in kvmhv_vcpu_entry_p9_nested() local
4298 kvmhv_save_hv_regs(vcpu, &hvregs); in kvmhv_vcpu_entry_p9_nested()
4299 hvregs.lpcr = lpcr; in kvmhv_vcpu_entry_p9_nested()
4300 hvregs.amor = ~0; in kvmhv_vcpu_entry_p9_nested()
4302 hvregs.version = HV_GUEST_STATE_VERSION; in kvmhv_vcpu_entry_p9_nested()
4304 hvregs.lpid = vcpu->arch.nested->shadow_lpid; in kvmhv_vcpu_entry_p9_nested()
4305 hvregs.vcpu_token = vcpu->arch.nested_vcpu_id; in kvmhv_vcpu_entry_p9_nested()
4307 hvregs.lpid = vcpu->kvm->arch.lpid; in kvmhv_vcpu_entry_p9_nested()
4308 hvregs.vcpu_token = vcpu->vcpu_id; in kvmhv_vcpu_entry_p9_nested()
4310 hvregs.hdec_expiry = time_limit; in kvmhv_vcpu_entry_p9_nested()
4332 trap = plpar_hcall_norets(H_ENTER_NESTED, __pa(&hvregs), in kvmhv_vcpu_entry_p9_nested()
4335 kvmhv_restore_hv_return_state(vcpu, &hvregs); in kvmhv_vcpu_entry_p9_nested()