Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
A Dcapabilities.h109 return (vmcs_config.vmexit_ctrl & VM_EXIT_CLEAR_BNDCFGS) && in cpu_has_vmx_mpx()
A Dvmx.c2501 VM_EXIT_CLEAR_BNDCFGS | in setup_vmcs_config()
7090 vmx->nested.msrs.exit_ctls_high |= VM_EXIT_CLEAR_BNDCFGS; in nested_vmx_entry_exit_ctls_update()
7093 vmx->nested.msrs.exit_ctls_high &= ~VM_EXIT_CLEAR_BNDCFGS; in nested_vmx_entry_exit_ctls_update()
A Dnested.c4277 if (vmcs12->vm_exit_controls & VM_EXIT_CLEAR_BNDCFGS) in load_vmcs12_host_state()
6503 VM_EXIT_CLEAR_BNDCFGS | VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL; in nested_vmx_setup_ctls_msrs()
/linux/arch/x86/include/asm/
A Dvmx.h95 #define VM_EXIT_CLEAR_BNDCFGS 0x00800000 macro

Completed in 28 milliseconds