Home
last modified time | relevance | path

Searched refs:secondary_ctls_high (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dnested.h132 return to_vmx(vcpu)->nested.msrs.secondary_ctls_high & in nested_cpu_has_vmx_shadow_vmcs()
262 if (to_vmx(vcpu)->nested.msrs.secondary_ctls_high & in nested_guest_cr0_valid()
H A Dcapabilities.h32 u32 secondary_ctls_high; member
H A Dnested.c1293 *high = &msrs->secondary_ctls_high; in vmx_get_control_msr()
1531 msrs->secondary_ctls_high); in vmx_get_vmx_msr()
2727 vmx->nested.msrs.secondary_ctls_high))) in nested_check_vm_execution_controls()
5417 if (!(vmx->nested.msrs.secondary_ctls_high & in handle_invept()
5497 if (!(vmx->nested.msrs.secondary_ctls_high & in handle_invvpid()
6537 msrs->secondary_ctls_high); in nested_vmx_setup_ctls_msrs()
6540 msrs->secondary_ctls_high &= in nested_vmx_setup_ctls_msrs()
6556 msrs->secondary_ctls_high |= in nested_vmx_setup_ctls_msrs()
6561 msrs->secondary_ctls_high |= in nested_vmx_setup_ctls_msrs()
6575 msrs->secondary_ctls_high | in nested_vmx_setup_ctls_msrs()
[all...]
H A Dvmx.c4297 vmx->nested.msrs.secondary_ctls_high |= control; in vmx_adjust_secondary_exec_control()
4299 vmx->nested.msrs.secondary_ctls_high &= ~control; in vmx_adjust_secondary_exec_control()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dnested.h127 return to_vmx(vcpu)->nested.msrs.secondary_ctls_high & in nested_cpu_has_vmx_shadow_vmcs()
262 if (to_vmx(vcpu)->nested.msrs.secondary_ctls_high & in nested_guest_cr0_valid()
H A Dcapabilities.h36 u32 secondary_ctls_high; member
H A Dnested.c1256 *high = &msrs->secondary_ctls_high; in vmx_get_control_msr()
1494 msrs->secondary_ctls_high); in vmx_get_vmx_msr()
2751 vmx->nested.msrs.secondary_ctls_high))) in nested_check_vm_execution_controls()
5681 if (!(vmx->nested.msrs.secondary_ctls_high & in handle_invept()
5762 if (!(vmx->nested.msrs.secondary_ctls_high & in handle_invvpid()
6866 msrs->secondary_ctls_high = vmcs_conf->cpu_based_2nd_exec_ctrl; in nested_vmx_setup_secondary_ctls()
6867 msrs->secondary_ctls_high &= in nested_vmx_setup_secondary_ctls()
6886 msrs->secondary_ctls_high |= in nested_vmx_setup_secondary_ctls()
6891 msrs->secondary_ctls_high |= in nested_vmx_setup_secondary_ctls()
6905 msrs->secondary_ctls_high | in nested_vmx_setup_secondary_ctls()
[all...]
H A Dvmx.c4557 if (WARN_ON_ONCE(!(vmcs_config.nested.secondary_ctls_high & control))) in vmx_adjust_secondary_exec_control()
4561 vmx->nested.msrs.secondary_ctls_high |= control; in vmx_adjust_secondary_exec_control()
4563 vmx->nested.msrs.secondary_ctls_high &= ~control; in vmx_adjust_secondary_exec_control()

Completed in 35 milliseconds