Searched refs:VM_ENTRY_LOAD_BNDCFGS (Results 1 - 6 of 6) sorted by last modified time

/linux-master/arch/x86/kvm/vmx/
H A Dvmx.h489 VM_ENTRY_LOAD_BNDCFGS | \
H A Dvmx.c2259 ((vmx->nested.msrs.entry_ctls_high & VM_ENTRY_LOAD_BNDCFGS) ||
2596 { VM_ENTRY_LOAD_BNDCFGS, VM_EXIT_CLEAR_BNDCFGS },
6340 if (vmentry_ctl & VM_ENTRY_LOAD_BNDCFGS)
H A Dnested.c2529 (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_BNDCFGS))
2617 !(vmcs12->vm_entry_controls & VM_ENTRY_LOAD_BNDCFGS)))
3135 if ((vmcs12->vm_entry_controls & VM_ENTRY_LOAD_BNDCFGS) &&
3486 !(vmcs12->vm_entry_controls & VM_ENTRY_LOAD_BNDCFGS)))
6879 VM_ENTRY_LOAD_IA32_PAT | VM_ENTRY_LOAD_BNDCFGS;
H A Dhyperv_evmcs.h115 VM_ENTRY_LOAD_BNDCFGS | \
H A Dcapabilities.h111 return vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_BNDCFGS;
/linux-master/arch/x86/include/asm/
H A Dvmx.h119 #define VM_ENTRY_LOAD_BNDCFGS 0x00010000 macro

Completed in 488 milliseconds