Home
last modified time | relevance | path

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

/arch/x86/kvm/vmx/
Dcapabilities.h106 (vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_BNDCFGS); in vmx_mpx_supported()
Dnested.c2255 (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_BNDCFGS)) in prepare_vmcs02_rare()
2330 !(vmcs12->vm_entry_controls & VM_ENTRY_LOAD_BNDCFGS))) in prepare_vmcs02()
2811 if ((vmcs12->vm_entry_controls & VM_ENTRY_LOAD_BNDCFGS) && in nested_vmx_check_guest_state()
3069 !(vmcs12->vm_entry_controls & VM_ENTRY_LOAD_BNDCFGS)) in nested_vmx_enter_non_root_mode()
Dvmx.c2465 VM_ENTRY_LOAD_BNDCFGS | in setup_vmcs_config()
5762 if (vmentry_ctl & VM_ENTRY_LOAD_BNDCFGS) in dump_vmcs()
7015 vmx->nested.msrs.entry_ctls_high |= VM_ENTRY_LOAD_BNDCFGS; in nested_vmx_entry_exit_ctls_update()
7018 vmx->nested.msrs.entry_ctls_high &= ~VM_ENTRY_LOAD_BNDCFGS; in nested_vmx_entry_exit_ctls_update()
/arch/x86/include/asm/
Dvmx.h104 #define VM_ENTRY_LOAD_BNDCFGS 0x00010000 macro