Home
last modified time | relevance | path

Searched refs:VMCS_IDT_VEC_VALID (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/amd64/vmm/intel/
HDvmcs.h362 #define VMCS_IDT_VEC_VALID (1U << 31) macro
HDvmx.c2135 if (idtvec_info & VMCS_IDT_VEC_VALID) { in vmx_exit_process()
2198 KASSERT(idtvec_info & VMCS_IDT_VEC_VALID, in vmx_exit_process()
2371 if ((idtvec_info & VMCS_IDT_VEC_VALID) == 0 && in vmx_exit_process()
2447 if ((idtvec_info & VMCS_IDT_VEC_VALID) == 0 && in vmx_exit_process()