trapframe_fred
struct trapframe_fred *f;
f = __containerof(frame, struct trapframe_fred, tf_idt);
struct trapframe_fred *f;
f = __containerof(frame, struct trapframe_fred, tf_idt);
trap_fred_extint(struct trapframe_fred *frame, u_int vec)
trap_fred_ev_to_trapno(struct trapframe_fred *frame, u_int exc)
trap_fred_handle_u_exc(struct thread *td, struct trapframe_fred *frame,
fred_inst_len(const struct trapframe_fred *frame)
void trap_fred_u(struct trapframe_fred *frame);
trap_fred_u(struct trapframe_fred *frame)
trap_fred_handle_k_exc(struct thread *td, struct trapframe_fred *frame,
void trap_fred_k(struct trapframe_fred *frame);
trap_fred_k(struct trapframe_fred *frame)
struct trapframe_fred *f;
f = (struct trapframe_fred *)td->td_md.md_stack_base - 1;