Home
last modified time | relevance | path

Searched defs:svm_nested_state (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/svm/
Dsvm.h85 struct svm_nested_state { struct
86 struct vmcb *hsave;
87 u64 hsave_msr;
88 u64 vm_cr_msr;
89 u64 vmcb12_gpa;
92 u32 *msrpm;
96 bool nested_run_pending;
99 struct vmcb_control_area ctl;
101 bool initialized;
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
Dsvm.h156 struct svm_nested_state { struct
157 struct kvm_vmcb_info vmcb02;
158 u64 hsave_msr;
159 u64 vm_cr_msr;
160 u64 vmcb12_gpa;
161 u64 last_vmcb12_gpa;
164 u32 *msrpm;
168 bool nested_run_pending;
171 struct vmcb_ctrl_area_cached ctl;
177 struct vmcb_save_area_cached save;
[all …]