Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dhyperv_evmcs.h115 VM_ENTRY_LOAD_BNDCFGS | \
H A Dcapabilities.h120 return vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_BNDCFGS; in cpu_has_vmx_mpx()
H A Dvmx.h476 VM_ENTRY_LOAD_BNDCFGS | \
H A Dnested.c2625 (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_BNDCFGS)) in prepare_vmcs02_rare()
2738 !(vmcs12->vm_entry_controls & VM_ENTRY_LOAD_BNDCFGS))) in prepare_vmcs02()
3361 if ((vmcs12->vm_entry_controls & VM_ENTRY_LOAD_BNDCFGS) && in nested_vmx_check_guest_state()
3635 !(vmcs12->vm_entry_controls & VM_ENTRY_LOAD_BNDCFGS))) in nested_vmx_enter_non_root_mode()
7152 VM_ENTRY_LOAD_IA32_PAT | VM_ENTRY_LOAD_BNDCFGS | in nested_vmx_setup_entry_ctls()
H A Dvmx.c2419 ((vmx->nested.msrs.entry_ctls_high & VM_ENTRY_LOAD_BNDCFGS) || in vmx_set_msr()
2766 { VM_ENTRY_LOAD_BNDCFGS, VM_EXIT_CLEAR_BNDCFGS }, in setup_vmcs_config()
6659 if (vmentry_ctl & VM_ENTRY_LOAD_BNDCFGS) in dump_vmcs()
/linux/arch/x86/include/asm/
H A Dvmx.h121 #define VM_ENTRY_LOAD_BNDCFGS 0x00010000 macro