Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dnested.h152 return to_vmx(vcpu)->nested.msrs.secondary_ctls_high & in nested_cpu_has_vmx_shadow_vmcs()
287 if (to_vmx(vcpu)->nested.msrs.secondary_ctls_high & in nested_guest_cr0_valid()
H A Dcapabilities.h35 u32 secondary_ctls_high; member
H A Dnested.c1334 *high = &msrs->secondary_ctls_high; in vmx_get_control_msr()
1585 msrs->secondary_ctls_high); in vmx_get_vmx_msr()
2871 vmx->nested.msrs.secondary_ctls_high))) in nested_check_vm_execution_controls()
5904 if (!(vmx->nested.msrs.secondary_ctls_high & in handle_invept()
5985 if (!(vmx->nested.msrs.secondary_ctls_high & in handle_invvpid()
7105 msrs->secondary_ctls_high = vmcs_conf->cpu_based_2nd_exec_ctrl; in nested_vmx_setup_secondary_ctls()
7106 msrs->secondary_ctls_high &= in nested_vmx_setup_secondary_ctls()
7125 msrs->secondary_ctls_high |= in nested_vmx_setup_secondary_ctls()
7130 msrs->secondary_ctls_high |= in nested_vmx_setup_secondary_ctls()
7144 msrs->secondary_ctls_high | in nested_vmx_setup_secondary_ctls()
[all...]
H A Dvmx.c4459 if (WARN_ON_ONCE(!(vmcs_config.nested.secondary_ctls_high & control))) in vmx_adjust_secondary_exec_control()
4463 vmx->nested.msrs.secondary_ctls_high |= control; in vmx_adjust_secondary_exec_control()
4465 vmx->nested.msrs.secondary_ctls_high &= ~control; in vmx_adjust_secondary_exec_control()