Searched defs:x86_event (Results 1 – 1 of 1) sorted by relevance
78 struct x86_event { struct79 int16_t vector;80 uint8_t type; /* X86_EVENTTYPE_* */81 uint8_t insn_len; /* Instruction length */82 int32_t error_code; /* X86_EVENT_NO_EC if n/a */83 unsigned long cr2; /* Only for TRAP_page_fault h/w exception */
Completed in 3 milliseconds