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

/freebsd-12-stable/sys/amd64/vmm/intel/
H A Dvmx.c1408 uint64_t rflags, entryinfo; local
1422 if (vm_entry_intinfo(vmx->vm, vcpu, &entryinfo)) {
1423 KASSERT((entryinfo & VMCS_INTR_VALID) != 0, ("%s: entry "
1424 "intinfo is not valid: %#lx", __func__, entryinfo));
1428 "pending exception: %#lx/%#x", __func__, entryinfo, info));
1430 info = entryinfo;
1442 vmcs_write(VMCS_ENTRY_EXCEPTION_ERROR, entryinfo >> 32);

Completed in 30 milliseconds