Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dcapabilities.h26 struct nested_vmx_msrs { struct
64 struct nested_vmx_msrs nested; argument
H A Dnested.c1312 static void vmx_get_control_msr(struct nested_vmx_msrs *msrs, u32 msr_index, in vmx_get_control_msr()
1427 static u64 *vmx_get_fixed0_msr(struct nested_vmx_msrs *msrs, u32 msr_index) in vmx_get_fixed0_msr()
1524 int vmx_get_vmx_msr(struct nested_vmx_msrs *msrs, u32 msr_index, u64 *pdata) in vmx_get_vmx_msr()
7004 struct nested_vmx_msrs *msrs) in nested_vmx_setup_pinbased_ctls()
7021 struct nested_vmx_msrs *msrs) in nested_vmx_setup_exit_ctls()
7044 struct nested_vmx_msrs *msrs) in nested_vmx_setup_entry_ctls()
7064 struct nested_vmx_msrs *msrs) in nested_vmx_setup_cpubased_ctls()
7101 struct nested_vmx_msrs *msrs) in nested_vmx_setup_secondary_ctls()
7183 struct nested_vmx_msrs *msrs) in nested_vmx_setup_misc_data()
7194 static void nested_vmx_setup_basic(struct nested_vmx_msrs *msrs) in nested_vmx_setup_basic()
[all …]
H A Dvmx.h191 struct nested_vmx_msrs msrs;