Home
last modified time | relevance | path

Searched refs:VM_EXIT_CLEAR_BNDCFGS (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/x86/include/asm/
Dvmx.h100 #define VM_EXIT_CLEAR_BNDCFGS 0x00800000 macro
/Linux-v4.19/arch/x86/kvm/
Dvmx.c4612 VM_EXIT_CLEAR_BNDCFGS; in setup_vmcs_config()
10478 return (vmcs_config.vmexit_ctrl & VM_EXIT_CLEAR_BNDCFGS) && in vmx_mpx_supported()
11267 vmx->nested.msrs.exit_ctls_high |= VM_EXIT_CLEAR_BNDCFGS; in nested_vmx_entry_exit_ctls_update()
11270 vmx->nested.msrs.exit_ctls_high &= ~VM_EXIT_CLEAR_BNDCFGS; in nested_vmx_entry_exit_ctls_update()
13210 if (vmcs12->vm_exit_controls & VM_EXIT_CLEAR_BNDCFGS) in load_vmcs12_host_state()