Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kvm/vmx/
Dnested.h126 return to_vmx(vcpu)->nested.msrs.secondary_ctls_high & in nested_cpu_has_vmx_shadow_vmcs()
261 if (to_vmx(vcpu)->nested.msrs.secondary_ctls_high & in nested_guest_cr0_valid()
Dcapabilities.h36 u32 secondary_ctls_high; member
Dnested.c1233 *high = &msrs->secondary_ctls_high; in vmx_get_control_msr()
1471 msrs->secondary_ctls_high); in vmx_get_vmx_msr()
2723 vmx->nested.msrs.secondary_ctls_high))) in nested_check_vm_execution_controls()
5623 if (!(vmx->nested.msrs.secondary_ctls_high & in handle_invept()
5704 if (!(vmx->nested.msrs.secondary_ctls_high & in handle_invvpid()
6821 msrs->secondary_ctls_high = vmcs_conf->cpu_based_2nd_exec_ctrl; in nested_vmx_setup_ctls_msrs()
6822 msrs->secondary_ctls_high &= in nested_vmx_setup_ctls_msrs()
6840 msrs->secondary_ctls_high |= in nested_vmx_setup_ctls_msrs()
6845 msrs->secondary_ctls_high |= in nested_vmx_setup_ctls_msrs()
6859 msrs->secondary_ctls_high |= in nested_vmx_setup_ctls_msrs()
[all …]
Dvmx.c4432 vmx->nested.msrs.secondary_ctls_high |= control; in vmx_adjust_secondary_exec_control()
4434 vmx->nested.msrs.secondary_ctls_high &= ~control; in vmx_adjust_secondary_exec_control()