Lines Matching defs:trapframe64
100 struct trapframe64 { struct
101 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 */
110 int64_t tf_global[8]; /* global registers in trap's caller */
112 int64_t tf_out[8]; /* output registers in trap's caller */
113 int64_t tf_local[8]; /* local registers in trap's caller (for debug) */
114 int64_t tf_in[8]; /* in registers in trap's caller (for debug) */