Searched defs:htrap_trace_record (Results 1 – 1 of 1) sorted by relevance
80 struct htrap_trace_record { struct81 uint8_t tt_ty; /* Indicates HV or Guest entry */82 uint8_t tt_hpstate; /* Hyper-privilege State */83 uint8_t tt_tl; /* Trap level */84 uint8_t tt_gl; /* Global register level */85 uint16_t tt_tt; /* Trap type */86 uint16_t tt_tag; /* Extended Trap Indentifier */87 uint64_t tt_tstate; /* Trap state */88 uint64_t tt_tick; /* Tick */89 uint64_t tt_tpc; /* Trap PC */[all …]