Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dcapabilities.h109 (vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_BNDCFGS); in cpu_has_vmx_mpx()
H A Dnested.c2464 (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_BNDCFGS)) in prepare_vmcs02_rare()
2552 !(vmcs12->vm_entry_controls & VM_ENTRY_LOAD_BNDCFGS))) in prepare_vmcs02()
3046 if ((vmcs12->vm_entry_controls & VM_ENTRY_LOAD_BNDCFGS) && in nested_vmx_check_guest_state()
3361 !(vmcs12->vm_entry_controls & VM_ENTRY_LOAD_BNDCFGS))) in nested_vmx_enter_non_root_mode()
6448 VM_ENTRY_LOAD_IA32_PAT | VM_ENTRY_LOAD_BNDCFGS | in nested_vmx_setup_ctls_msrs()
H A Dvmx.c2597 VM_ENTRY_LOAD_BNDCFGS | in setup_vmcs_config()
5963 if (vmentry_ctl & VM_ENTRY_LOAD_BNDCFGS) in dump_vmcs()
7285 vmx->nested.msrs.entry_ctls_high |= VM_ENTRY_LOAD_BNDCFGS; in nested_vmx_entry_exit_ctls_update()
7288 vmx->nested.msrs.entry_ctls_high &= ~VM_ENTRY_LOAD_BNDCFGS; in nested_vmx_entry_exit_ctls_update()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dvmx.h107 #define VM_ENTRY_LOAD_BNDCFGS 0x00010000 macro