Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/kvm/
Dbook3s_hv.c4024 struct hv_guest_state hvregs; in kvmhv_vcpu_entry_p9_nested() local
4051 kvmhv_save_hv_regs(vcpu, &hvregs); in kvmhv_vcpu_entry_p9_nested()
4052 hvregs.lpcr = lpcr; in kvmhv_vcpu_entry_p9_nested()
4053 hvregs.amor = ~0; in kvmhv_vcpu_entry_p9_nested()
4055 hvregs.version = HV_GUEST_STATE_VERSION; in kvmhv_vcpu_entry_p9_nested()
4057 hvregs.lpid = vcpu->arch.nested->shadow_lpid; in kvmhv_vcpu_entry_p9_nested()
4058 hvregs.vcpu_token = vcpu->arch.nested_vcpu_id; in kvmhv_vcpu_entry_p9_nested()
4060 hvregs.lpid = vcpu->kvm->arch.lpid; in kvmhv_vcpu_entry_p9_nested()
4061 hvregs.vcpu_token = vcpu->vcpu_id; in kvmhv_vcpu_entry_p9_nested()
4063 hvregs.hdec_expiry = time_limit; in kvmhv_vcpu_entry_p9_nested()
[all …]