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

/linux-master/arch/x86/kvm/vmx/
H A Dhyperv_evmcs.h115 VM_ENTRY_LOAD_BNDCFGS | \
H A Dcapabilities.h111 return vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_BNDCFGS;
H A Dvmx.h486 VM_ENTRY_LOAD_BNDCFGS | \
H A Dnested.c2507 (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_BNDCFGS))
2595 !(vmcs12->vm_entry_controls & VM_ENTRY_LOAD_BNDCFGS)))
3113 if ((vmcs12->vm_entry_controls & VM_ENTRY_LOAD_BNDCFGS) &&
3464 !(vmcs12->vm_entry_controls & VM_ENTRY_LOAD_BNDCFGS)))
6857 VM_ENTRY_LOAD_IA32_PAT | VM_ENTRY_LOAD_BNDCFGS;
H A Dvmx.c2254 ((vmx->nested.msrs.entry_ctls_high & VM_ENTRY_LOAD_BNDCFGS) ||
2591 { VM_ENTRY_LOAD_BNDCFGS, VM_EXIT_CLEAR_BNDCFGS },
6329 if (vmentry_ctl & VM_ENTRY_LOAD_BNDCFGS)
/linux-master/arch/x86/include/asm/
H A Dvmx.h118 #define VM_ENTRY_LOAD_BNDCFGS 0x00010000 macro

Completed in 188 milliseconds