Searched defs:trapframe64 (Results 1 – 1 of 1) sorted by relevance
100 struct trapframe64 { struct101 int64_t tf_tstate; /* tstate register */102 int64_t tf_pc; /* return pc */103 int64_t tf_npc; /* return npc */104 int64_t tf_fault; /* faulting addr -- need somewhere to save it */105 int64_t tf_kstack; /* kernel stack of prev tf */106 int tf_y; /* %y register -- 32-bits */107 short tf_tt; /* What type of trap this was */108 char tf_pil; /* What IRQ we're handling */109 char tf_oldpil; /* What our old SPL was */[all …]