Searched defs:vm_event_debug (Results 1 – 1 of 1) sorted by relevance
292 struct vm_event_debug { struct293 uint64_t gfn;294 uint64_t pending_dbg; /* Behaves like the VT-x PENDING_DBG field. */295 uint32_t insn_length;296 uint8_t type; /* HVMOP_TRAP_* */297 uint8_t _pad[3];
Completed in 125 milliseconds