Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbook3s_hv.c4052 struct hv_guest_state hvregs; in kvmhv_vcpu_entry_p9_nested() local
4079 kvmhv_save_hv_regs(vcpu, &hvregs); in kvmhv_vcpu_entry_p9_nested()
4080 hvregs.lpcr = lpcr; in kvmhv_vcpu_entry_p9_nested()
4081 hvregs.amor = ~0; in kvmhv_vcpu_entry_p9_nested()
4083 hvregs.version = HV_GUEST_STATE_VERSION; in kvmhv_vcpu_entry_p9_nested()
4085 hvregs.lpid = vcpu->arch.nested->shadow_lpid; in kvmhv_vcpu_entry_p9_nested()
4086 hvregs.vcpu_token = vcpu->arch.nested_vcpu_id; in kvmhv_vcpu_entry_p9_nested()
4088 hvregs.lpid = vcpu->kvm->arch.lpid; in kvmhv_vcpu_entry_p9_nested()
4089 hvregs.vcpu_token = vcpu->vcpu_id; in kvmhv_vcpu_entry_p9_nested()
4091 hvregs in kvmhv_vcpu_entry_p9_nested()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_hv.c3687 struct hv_guest_state hvregs; in kvmhv_p9_guest_entry() local
3691 kvmhv_save_hv_regs(vcpu, &hvregs); in kvmhv_p9_guest_entry()
3692 hvregs.lpcr = lpcr; in kvmhv_p9_guest_entry()
3694 hvregs.version = HV_GUEST_STATE_VERSION; in kvmhv_p9_guest_entry()
3696 hvregs.lpid = vcpu->arch.nested->shadow_lpid; in kvmhv_p9_guest_entry()
3697 hvregs.vcpu_token = vcpu->arch.nested_vcpu_id; in kvmhv_p9_guest_entry()
3699 hvregs.lpid = vcpu->kvm->arch.lpid; in kvmhv_p9_guest_entry()
3700 hvregs.vcpu_token = vcpu->vcpu_id; in kvmhv_p9_guest_entry()
3702 hvregs.hdec_expiry = time_limit; in kvmhv_p9_guest_entry()
3703 trap = plpar_hcall_norets(H_ENTER_NESTED, __pa(&hvregs), in kvmhv_p9_guest_entry()
[all...]

Completed in 10 milliseconds