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.h27 struct nested_vmx_msrs { struct
65 struct nested_vmx_msrs nested; argument
H A Dnested.h33 int vmx_get_vmx_msr(struct nested_vmx_msrs *msrs, u32 msr_index, u64 *pdata);
H A Dnested.c1296 static void vmx_get_control_msr(struct nested_vmx_msrs *msrs, u32 msr_index, in vmx_get_control_msr()
1411 static u64 *vmx_get_fixed0_msr(struct nested_vmx_msrs *msrs, u32 msr_index) in vmx_get_fixed0_msr()
1508 int vmx_get_vmx_msr(struct nested_vmx_msrs *msrs, u32 msr_index, u64 *pdata) in vmx_get_vmx_msr()
6985 struct nested_vmx_msrs *msrs) in nested_vmx_setup_pinbased_ctls()
7002 struct nested_vmx_msrs *msrs) in nested_vmx_setup_exit_ctls()
7025 struct nested_vmx_msrs *msrs) in nested_vmx_setup_entry_ctls()
7045 struct nested_vmx_msrs *msrs) in nested_vmx_setup_cpubased_ctls()
7082 struct nested_vmx_msrs *msrs) in nested_vmx_setup_secondary_ctls()
7164 struct nested_vmx_msrs *msrs) in nested_vmx_setup_misc_data()
7175 static void nested_vmx_setup_basic(struct nested_vmx_msrs *msrs) in nested_vmx_setup_basic()
[all …]
H A Dvmx.h232 struct nested_vmx_msrs msrs;