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

/freebsd-11-stable/sys/amd64/vmm/amd/
H A Dsvm.c917 KASSERT((ctrl->eventinj & VMCB_EVENTINJ_VALID) == 0,
918 ("%s: event already pending %#lx", __func__, ctrl->eventinj));
936 ctrl->eventinj = vector | (intr_type << 8) | VMCB_EVENTINJ_VALID;
938 ctrl->eventinj |= VMCB_EVENTINJ_EC_VALID;
939 ctrl->eventinj |= (uint64_t)error << 32;
1339 KASSERT((ctrl->eventinj & VMCB_EVENTINJ_VALID) == 0, ("%s: event "
1340 "injection valid bit is set %#lx", __func__, ctrl->eventinj));
1640 } else if (ctrl->eventinj & VMCB_EVENTINJ_VALID) {
1646 "eventinj %#lx", ctrl->eventinj);
[all...]
H A Dvmcb.h271 uint64_t eventinj; /* 0xA8, Event injection. */ member in struct:vmcb_ctrl

Completed in 58 milliseconds