Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dcapabilities.h23 struct nested_vmx_msrs { struct
61 struct nested_vmx_msrs nested; argument
H A Dnested.h51 int vmx_get_vmx_msr(struct nested_vmx_msrs *msrs, u32 msr_index, u64 *pdata);
H A Dnested.c1331 static void vmx_get_control_msr(struct nested_vmx_msrs *msrs, u32 msr_index, in vmx_get_control_msr()
1446 static u64 *vmx_get_fixed0_msr(struct nested_vmx_msrs *msrs, u32 msr_index) in vmx_get_fixed0_msr()
1543 int vmx_get_vmx_msr(struct nested_vmx_msrs *msrs, u32 msr_index, u64 *pdata) in vmx_get_vmx_msr()
7162 struct nested_vmx_msrs *msrs) in nested_vmx_setup_pinbased_ctls()
7179 struct nested_vmx_msrs *msrs) in nested_vmx_setup_exit_ctls()
7206 struct nested_vmx_msrs *msrs) in nested_vmx_setup_entry_ctls()
7231 struct nested_vmx_msrs *msrs) in nested_vmx_setup_cpubased_ctls()
7268 struct nested_vmx_msrs *msrs) in nested_vmx_setup_secondary_ctls()
7350 struct nested_vmx_msrs *msrs) in nested_vmx_setup_misc_data()
7361 static void nested_vmx_setup_basic(struct nested_vmx_msrs *msrs) in nested_vmx_setup_basic()
[all …]
H A Dvmx.h194 struct nested_vmx_msrs msrs;