sys/arch/aarch64/aarch64/aarch32_syscall.c
51
static void EMULNAME(syscall)(struct trapframe *);
sys/arch/aarch64/aarch64/aarch32_syscall.c
59
EMULNAME(syscall)(struct trapframe *tf)
sys/arch/aarch64/aarch64/aarch64_machdep.c
252
struct trapframe *tf;
sys/arch/aarch64/aarch64/aarch64_machdep.c
447
tf = (struct trapframe *)(lwp0uspace + USPACE) - 1;
sys/arch/aarch64/aarch64/aarch64_machdep.c
448
memset(tf, 0, sizeof(struct trapframe));
sys/arch/aarch64/aarch64/cpu_machdep.c
195
const struct trapframe * const tf = lwp_trapframe(l);
sys/arch/aarch64/aarch64/cpu_machdep.c
216
struct trapframe * const tf = lwp_trapframe(l);
sys/arch/aarch64/aarch64/db_machdep.c
1080
volatile struct trapframe *db_readytoswitch[MAXCPUS];
sys/arch/aarch64/aarch64/db_machdep.c
1131
kdb_trap(int type, struct trapframe *tf)
sys/arch/aarch64/aarch64/db_machdep.c
243
dump_trapframe(struct trapframe *tf, void (*pr)(const char *, ...))
sys/arch/aarch64/aarch64/db_machdep.c
245
struct trapframe tf_buf;
sys/arch/aarch64/aarch64/db_machdep.c
314
dump_switchframe(struct trapframe *tf, void (*pr)(const char *, ...))
sys/arch/aarch64/aarch64/db_machdep.c
316
struct trapframe tf_buf;
sys/arch/aarch64/aarch64/db_machdep.c
404
struct trapframe *tf;
sys/arch/aarch64/aarch64/db_machdep.c
411
tf = (struct trapframe *)addr;
sys/arch/aarch64/aarch64/db_trace.c
493
db_sp_trace(struct trapframe *tf, db_addr_t fp, db_expr_t count, int flags,
sys/arch/aarch64/aarch64/db_trace.c
496
struct trapframe tf_buf;
sys/arch/aarch64/aarch64/db_trace.c
506
tf = (struct trapframe *)fp;
sys/arch/aarch64/aarch64/db_trace.c
539
pr_frame((struct trapframe *)sp, pr);
sys/arch/aarch64/aarch64/db_trace.c
602
db_fp_trace(struct trapframe *tf, db_addr_t fp, db_expr_t count, int flags,
sys/arch/aarch64/aarch64/db_trace.c
639
tf = (struct trapframe *)fp;
sys/arch/aarch64/aarch64/db_trace.c
685
struct trapframe *tf = NULL;
sys/arch/aarch64/aarch64/db_trace.c
75
pr_frame(struct trapframe *tf, void (*pr)(const char *, ...) __printflike(1, 2))
sys/arch/aarch64/aarch64/db_trace.c
77
struct trapframe tf_buf;
sys/arch/aarch64/aarch64/db_trace.c
787
extern struct trapframe *db_readytoswitch[];
sys/arch/aarch64/aarch64/exec_machdep.c
145
struct trapframe * const tf = lwp_trapframe(l);
sys/arch/aarch64/aarch64/fault.c
133
data_abort_handler(struct trapframe *tf, uint32_t eclass)
sys/arch/aarch64/aarch64/netbsd32_machdep.c
135
struct trapframe *tf = lwp_trapframe(l);
sys/arch/aarch64/aarch64/netbsd32_machdep.c
204
struct trapframe *tf = lwp_trapframe(l);
sys/arch/aarch64/aarch64/netbsd32_machdep.c
308
struct trapframe * const tf = lwp_trapframe(l);
sys/arch/aarch64/aarch64/netbsd32_machdep.c
425
struct trapframe * const tf = lwp_trapframe(l);
sys/arch/aarch64/aarch64/netbsd32_machdep.c
489
struct trapframe * const tf = lwp_trapframe(l);
sys/arch/aarch64/aarch64/netbsd32_machdep.c
66
struct trapframe * const tf = lwp_trapframe(l);
sys/arch/aarch64/aarch64/sig_machdep.c
50
struct trapframe * const tf = lwp_trapframe(l);
sys/arch/aarch64/aarch64/syscall.c
73
struct trapframe * const tf = lwp_trapframe(l);
sys/arch/aarch64/aarch64/syscall.c
84
static void EMULNAME(syscall)(struct trapframe *);
sys/arch/aarch64/aarch64/syscall.c
87
EMULNAME(syscall)(struct trapframe *tf)
sys/arch/aarch64/aarch64/trap.c
1016
struct trapframe *tf,
sys/arch/aarch64/aarch64/trap.c
169
trap_doast(struct trapframe *tf)
sys/arch/aarch64/aarch64/trap.c
198
trap_el1h_sync(struct trapframe *tf)
sys/arch/aarch64/aarch64/trap.c
380
emul_aarch64_insn(struct trapframe *tf)
sys/arch/aarch64/aarch64/trap.c
410
trap_el0_sync(struct trapframe *tf)
sys/arch/aarch64/aarch64/trap.c
504
cpu_irq(struct trapframe *tf)
sys/arch/aarch64/aarch64/trap.c
551
cpu_fiq(struct trapframe *tf)
sys/arch/aarch64/aarch64/trap.c
678
emul_arm_swp(uint32_t insn, struct trapframe *tf)
sys/arch/aarch64/aarch64/trap.c
720
emul_thumb_insn(struct trapframe *tf, uint32_t insn, int insn_size)
sys/arch/aarch64/aarch64/trap.c
742
emul_arm_insn(struct trapframe *tf)
sys/arch/aarch64/aarch64/trap.c
822
trap_el0_32sync(struct trapframe *tf)
sys/arch/aarch64/aarch64/trap.c
918
trap_el1h_error(struct trapframe *tf)
sys/arch/aarch64/aarch64/trap.c
939
trapfunc(struct trapframe *tf) \
sys/arch/aarch64/aarch64/trap.c
94
int (*dtrace_invop_jump_addr)(struct trapframe *);
sys/arch/aarch64/aarch64/trap.c
954
cpu_jump_onfault(struct trapframe *tf, const struct faultbuf *fb, int val)
sys/arch/aarch64/aarch64/trap.c
974
frame_dump(const struct trapframe *tf)
sys/arch/aarch64/aarch64/trap.c
997
sigdebug(const struct trapframe *tf, const ksiginfo_t *ksi)
sys/arch/aarch64/aarch64/vm_machdep.c
141
struct trapframe * const utf = (struct trapframe *)(uv + USPACE) - 1;
sys/arch/aarch64/aarch64/vm_machdep.c
162
struct trapframe * const ktf = utf - 1;
sys/arch/aarch64/include/cpu.h
53
struct trapframe cf_tf;
sys/arch/aarch64/include/db_machdep.h
237
void dump_trapframe(struct trapframe *, void (*)(const char *, ...) __printflike(1, 2));
sys/arch/aarch64/include/db_machdep.h
239
void dump_switchframe(struct trapframe *, void (*)(const char *, ...) __printflike(1, 2));
sys/arch/aarch64/include/db_machdep.h
92
typedef struct trapframe db_regs_t;
sys/arch/aarch64/include/db_machdep.h
97
int kdb_trap(int, struct trapframe *);
sys/arch/aarch64/include/frame.h
52
__CTASSERT((sizeof(struct trapframe) & 15) == 0);
sys/arch/aarch64/include/frame.h
55
#define TF_SIZE sizeof(struct trapframe)
sys/arch/aarch64/include/machdep.h
101
void trap_el1t_sync(struct trapframe *);
sys/arch/aarch64/include/machdep.h
102
void trap_el1t_irq(struct trapframe *);
sys/arch/aarch64/include/machdep.h
103
void trap_el1t_fiq(struct trapframe *);
sys/arch/aarch64/include/machdep.h
104
void trap_el1t_error(struct trapframe *);
sys/arch/aarch64/include/machdep.h
105
void trap_el1h_sync(struct trapframe *);
sys/arch/aarch64/include/machdep.h
106
void trap_el1h_fiq(struct trapframe *);
sys/arch/aarch64/include/machdep.h
107
void trap_el1h_error(struct trapframe *);
sys/arch/aarch64/include/machdep.h
108
void trap_el0_sync(struct trapframe *);
sys/arch/aarch64/include/machdep.h
109
void trap_el0_fiq(struct trapframe *);
sys/arch/aarch64/include/machdep.h
110
void trap_el0_error(struct trapframe *);
sys/arch/aarch64/include/machdep.h
111
void trap_el0_32sync(struct trapframe *);
sys/arch/aarch64/include/machdep.h
112
void trap_el0_32fiq(struct trapframe *);
sys/arch/aarch64/include/machdep.h
113
void trap_el0_32error(struct trapframe *);
sys/arch/aarch64/include/machdep.h
114
void cpu_irq(struct trapframe *);
sys/arch/aarch64/include/machdep.h
115
void cpu_fiq(struct trapframe *);
sys/arch/aarch64/include/machdep.h
119
void cpu_jump_onfault(struct trapframe *, const struct faultbuf *, int);
sys/arch/aarch64/include/machdep.h
163
const char *func, size_t line, struct trapframe *tf,
sys/arch/aarch64/include/machdep.h
87
struct trapframe;
sys/arch/aarch64/include/machdep.h
90
void data_abort_handler(struct trapframe *, uint32_t);
sys/arch/aarch64/include/machdep.h
99
void trap_doast(struct trapframe *);
sys/arch/aarch64/include/pcb.h
41
struct trapframe *pcb_tf;
sys/arch/aarch64/include/proc.h
43
struct trapframe *md_utf;
sys/arch/aarch64/include/proc.h
57
void (*md_syscall)(struct trapframe *);
sys/arch/alpha/alpha/compat_16_machdep.c
111
struct trapframe *tf;
sys/arch/alpha/alpha/db_interface.c
160
struct trapframe *f = NULL;
sys/arch/alpha/alpha/db_interface.c
600
db_alpha_tf_reg(struct trapframe *tf, unsigned int regno)
sys/arch/alpha/alpha/db_trace.c
164
struct trapframe *tf;
sys/arch/alpha/alpha/db_trace.c
179
tf = (struct trapframe *)addr;
sys/arch/alpha/alpha/db_trace.c
294
tf = (struct trapframe *)frame;
sys/arch/alpha/alpha/dec_2100_a50.c
119
dec_2100_a50_mcheck(unsigned long mces, unsigned long type, unsigned long logout, struct trapframe *framep)
sys/arch/alpha/alpha/dec_2100_a50.c
401
dec_2100_a50_mcheck_handler(unsigned long mces, struct trapframe *framep, unsigned long vector, unsigned long param)
sys/arch/alpha/alpha/dec_2100_a50.c
58
(unsigned long, struct trapframe *, unsigned long, unsigned long);
sys/arch/alpha/alpha/dec_2100_a50.c
61
unsigned long, struct trapframe *);
sys/arch/alpha/alpha/dec_2100_a500.c
186
dec_2100_a500_machine_check(unsigned long mces, struct trapframe *framep,
sys/arch/alpha/alpha/dec_2100_a500.c
83
static void dec_2100_a500_machine_check(unsigned long, struct trapframe *,
sys/arch/alpha/alpha/dec_6600.c
257
dec_6600_mcheck_handler(unsigned long mces, struct trapframe *framep,
sys/arch/alpha/alpha/dec_6600.c
57
static void dec_6600_mcheck_handler(unsigned long, struct trapframe *,
sys/arch/alpha/alpha/dec_kn20aa.c
108
dec_kn20aa_mcheck(unsigned long mces, unsigned long type, unsigned long logout, struct trapframe *framep)
sys/arch/alpha/alpha/dec_kn20aa.c
135
dec_kn20aa_mcheck_handler(unsigned long mces, struct trapframe *framep, unsigned long vector, unsigned long param)
sys/arch/alpha/alpha/dec_kn20aa.c
58
(unsigned long, struct trapframe *, unsigned long, unsigned long);
sys/arch/alpha/alpha/dec_kn20aa.c
61
unsigned long, struct trapframe *);
sys/arch/alpha/alpha/dec_kn300.c
170
unsigned long, struct trapframe *);
sys/arch/alpha/alpha/dec_kn300.c
173
unsigned long, struct trapframe *);
sys/arch/alpha/alpha/dec_kn300.c
209
kn300_softerr(unsigned long mces, unsigned long type, unsigned long logout, struct trapframe *framep)
sys/arch/alpha/alpha/dec_kn300.c
270
kn300_mcheck(unsigned long mces, unsigned long type, unsigned long logout, struct trapframe *framep)
sys/arch/alpha/alpha/dec_kn300.c
333
dec_kn300_mcheck_handler(unsigned long mces, struct trapframe *framep, unsigned long vector, unsigned long param)
sys/arch/alpha/alpha/dec_kn300.c
61
(unsigned long, struct trapframe *, unsigned long, unsigned long);
sys/arch/alpha/alpha/dec_kn8ae.c
138
unsigned long, struct trapframe *);
sys/arch/alpha/alpha/dec_kn8ae.c
141
unsigned long, struct trapframe *);
sys/arch/alpha/alpha/dec_kn8ae.c
144
unsigned long, struct trapframe *);
sys/arch/alpha/alpha/dec_kn8ae.c
230
kn8ae_harderr(unsigned long mces, unsigned long type, unsigned long logout, struct trapframe *framep)
sys/arch/alpha/alpha/dec_kn8ae.c
309
kn8ae_softerr(unsigned long mces, unsigned long type, unsigned long logout, struct trapframe *framep)
sys/arch/alpha/alpha/dec_kn8ae.c
357
kn8ae_mcheck(unsigned long mces, unsigned long type, unsigned long logout, struct trapframe *framep)
sys/arch/alpha/alpha/dec_kn8ae.c
456
dec_kn8ae_mcheck_handler(unsigned long mces, struct trapframe *framep, unsigned long vector, unsigned long param)
sys/arch/alpha/alpha/dec_kn8ae.c
63
(unsigned long, struct trapframe *, unsigned long, unsigned long);
sys/arch/alpha/alpha/interrupt.c
187
struct trapframe *framep)
sys/arch/alpha/alpha/interrupt.c
313
machine_check(unsigned long mces, struct trapframe *framep,
sys/arch/alpha/alpha/ipifuncs.c
115
alpha_ipi_process(struct cpu_info *ci, struct trapframe *framep)
sys/arch/alpha/alpha/ipifuncs.c
222
struct trapframe * const framep __unused)
sys/arch/alpha/alpha/ipifuncs.c
256
struct trapframe * const framep __unused)
sys/arch/alpha/alpha/ipifuncs.c
265
struct trapframe * const framep __unused)
sys/arch/alpha/alpha/ipifuncs.c
273
alpha_ipi_pause(struct cpu_info * const ci, struct trapframe * const framep)
sys/arch/alpha/alpha/ipifuncs.c
307
struct trapframe * const framep __unused)
sys/arch/alpha/alpha/ipifuncs.c
329
struct trapframe * const framep __unused)
sys/arch/alpha/alpha/ipifuncs.c
61
typedef void (*ipifunc_t)(struct cpu_info *, struct trapframe *);
sys/arch/alpha/alpha/ipifuncs.c
63
static void alpha_ipi_halt(struct cpu_info *, struct trapframe *);
sys/arch/alpha/alpha/ipifuncs.c
64
static void alpha_ipi_primary_cc(struct cpu_info *, struct trapframe *);
sys/arch/alpha/alpha/ipifuncs.c
65
static void alpha_ipi_ast(struct cpu_info *, struct trapframe *);
sys/arch/alpha/alpha/ipifuncs.c
66
static void alpha_ipi_pause(struct cpu_info *, struct trapframe *);
sys/arch/alpha/alpha/ipifuncs.c
67
static void alpha_ipi_xcall(struct cpu_info *, struct trapframe *);
sys/arch/alpha/alpha/ipifuncs.c
68
static void alpha_ipi_generic(struct cpu_info *, struct trapframe *);
sys/arch/alpha/alpha/linux_syscall.c
114
void linux_syscall_plain(struct lwp *, uint64_t, struct trapframe *);
sys/arch/alpha/alpha/linux_syscall.c
115
void linux_syscall_fancy(struct lwp *, uint64_t, struct trapframe *);
sys/arch/alpha/alpha/linux_syscall.c
141
linux_syscall_plain(struct lwp *l, uint64_t code, struct trapframe *framep)
sys/arch/alpha/alpha/linux_syscall.c
223
linux_syscall_fancy(struct lwp *l, uint64_t code, struct trapframe *framep)
sys/arch/alpha/alpha/machdep.c
1371
frametoreg(const struct trapframe *framep, struct reg *regp)
sys/arch/alpha/alpha/machdep.c
1409
regtoframe(const struct reg *regp, struct trapframe *framep)
sys/arch/alpha/alpha/machdep.c
1457
regdump(struct trapframe *framep)
sys/arch/alpha/alpha/machdep.c
1494
struct trapframe *tf = l->l_md.md_tf;
sys/arch/alpha/alpha/machdep.c
1514
struct trapframe *tf;
sys/arch/alpha/alpha/machdep.c
1672
struct trapframe *tfp = l->l_md.md_tf;
sys/arch/alpha/alpha/machdep.c
1841
struct trapframe *frame = l->l_md.md_tf;
sys/arch/alpha/alpha/machdep.c
1893
struct trapframe *frame = l->l_md.md_tf;
sys/arch/alpha/alpha/machdep.c
728
pcb0->pcb_hw.apcb_ksp = v + USPACE - sizeof(struct trapframe);
sys/arch/alpha/alpha/machdep.c
729
lwp0.l_md.md_tf = (struct trapframe *)pcb0->pcb_hw.apcb_ksp;
sys/arch/alpha/alpha/pmap.c
1154
struct trapframe * const tf __unused)
sys/arch/alpha/alpha/process_machdep.c
108
struct trapframe *frame = lwp_frame(l);
sys/arch/alpha/alpha/prom.c
463
console_restart(struct trapframe *framep)
sys/arch/alpha/alpha/syscall.c
107
void syscall(struct lwp *, uint64_t, struct trapframe *);
sys/arch/alpha/alpha/syscall.c
131
syscall(struct lwp *l, uint64_t code, struct trapframe *tf)
sys/arch/alpha/alpha/trap.c
153
onfault_restore(struct trapframe *framep, vaddr_t onfault, int error)
sys/arch/alpha/alpha/trap.c
160
onfault_handler(const struct pcb *pcb, const struct trapframe *tf)
sys/arch/alpha/alpha/trap.c
186
const u_long entry, struct trapframe *framep, int isfatal, int user)
sys/arch/alpha/alpha/trap.c
247
struct trapframe *framep)
sys/arch/alpha/alpha/trap.c
587
ast(struct trapframe *framep)
sys/arch/alpha/alpha/vm_machdep.c
147
struct trapframe *l2tf;
sys/arch/alpha/alpha/vm_machdep.c
155
l2tf = l2->l_md.md_tf = (struct trapframe *)
sys/arch/alpha/alpha/vm_machdep.c
156
(uvm_lwp_getuarea(l2) + USPACE - sizeof(struct trapframe));
sys/arch/alpha/alpha/vm_machdep.c
158
sizeof(struct trapframe));
sys/arch/alpha/include/alpha.h
100
uint64_t console_restart(struct trapframe *);
sys/arch/alpha/include/alpha.h
104
void frametoreg(const struct trapframe *, struct reg *);
sys/arch/alpha/include/alpha.h
108
struct trapframe *);
sys/arch/alpha/include/alpha.h
109
void machine_check(unsigned long, struct trapframe *, unsigned long,
sys/arch/alpha/include/alpha.h
113
void regdump(struct trapframe *);
sys/arch/alpha/include/alpha.h
114
void regtoframe(const struct reg *, struct trapframe *);
sys/arch/alpha/include/alpha.h
117
struct trapframe *);
sys/arch/alpha/include/alpha.h
76
struct trapframe;
sys/arch/alpha/include/alpha.h
97
void ast(struct trapframe *);
sys/arch/alpha/include/cpu.h
146
struct trapframe *ci_db_regs; /* registers for debuggers */
sys/arch/alpha/include/cpu.h
205
struct trapframe cf_tf;
sys/arch/alpha/include/cpu.h
254
struct trapframe;
sys/arch/alpha/include/cpuconf.h
70
void (*mcheck_handler)(unsigned long, struct trapframe *,
sys/arch/alpha/include/db_machdep.h
231
unsigned long db_alpha_tf_reg(struct trapframe *, unsigned int);
sys/arch/alpha/include/db_machdep.h
47
typedef struct trapframe db_regs_t;
sys/arch/alpha/include/db_machdep.h
95
unsigned long, struct trapframe *);
sys/arch/alpha/include/db_machdep.h
98
unsigned long, struct trapframe *);
sys/arch/alpha/include/intr.h
186
struct trapframe;
sys/arch/alpha/include/intr.h
189
void alpha_ipi_process(struct cpu_info *, struct trapframe *);
sys/arch/alpha/include/pcb.h
73
struct trapframe md_tf;
sys/arch/alpha/include/pmap.h
202
struct trapframe;
sys/arch/alpha/include/pmap.h
206
void pmap_tlb_shootdown_ipi(struct cpu_info *, struct trapframe *);
sys/arch/alpha/include/proc.h
41
struct trapframe *md_tf; /* trap/syscall registers */
sys/arch/alpha/include/proc.h
73
void (*md_syscall)(struct lwp *, uint64_t, struct trapframe *);
sys/arch/amd64/amd64/db_interface.c
287
ddb_ipi(struct trapframe frame)
sys/arch/amd64/amd64/db_interface.c
294
ddb_suspend(struct trapframe *frame)
sys/arch/amd64/amd64/db_interface.c
94
extern void ddb_ipi(struct trapframe);
sys/arch/amd64/amd64/db_interface.c
95
static void ddb_suspend(struct trapframe *);
sys/arch/amd64/amd64/db_machdep.c
111
struct trapframe *tf;
sys/arch/amd64/amd64/db_machdep.c
131
tf = (struct trapframe *)argp;
sys/arch/amd64/amd64/db_machdep.c
149
tf = (struct trapframe *)argp;
sys/arch/amd64/amd64/linux32_syscall.c
21
void linux32_syscall(struct trapframe *);
sys/arch/amd64/amd64/linux32_syscall.c
31
linux32_syscall(struct trapframe *frame)
sys/arch/amd64/amd64/linux_syscall.c
59
static void linux_syscall(struct trapframe *);
sys/arch/amd64/amd64/linux_syscall.c
74
linux_syscall(struct trapframe *frame)
sys/arch/amd64/amd64/machdep.c
1444
struct trapframe *tf;
sys/arch/amd64/amd64/machdep.c
2156
const struct trapframe *tf = l->l_md.md_regs;
sys/arch/amd64/amd64/machdep.c
2245
struct trapframe *tf = l->l_md.md_regs;
sys/arch/amd64/amd64/machdep.c
2348
struct trapframe *tf = l->l_md.md_regs;
sys/arch/amd64/amd64/machdep.c
2448
struct trapframe * const tf = l->l_md.md_regs;
sys/arch/amd64/amd64/machdep.c
2486
struct trapframe * const tf = l->l_md.md_regs;
sys/arch/amd64/amd64/machdep.c
2515
struct trapframe *tf;
sys/arch/amd64/amd64/machdep.c
441
struct trapframe *tf = l->l_md.md_regs;
sys/arch/amd64/amd64/machdep.c
486
l->l_md.md_regs = (struct trapframe *)pcb->pcb_rsp0 - 1;
sys/arch/amd64/amd64/machdep.c
564
struct trapframe *tf = l->l_md.md_regs;
sys/arch/amd64/amd64/machdep.c
599
struct trapframe *tf = l->l_md.md_regs;
sys/arch/amd64/amd64/netbsd32_machdep.c
1063
struct trapframe *tf;
sys/arch/amd64/amd64/netbsd32_machdep.c
1103
struct trapframe *tf;
sys/arch/amd64/amd64/netbsd32_machdep.c
111
void netbsd32_buildcontext(struct lwp *, struct trapframe *, void *,
sys/arch/amd64/amd64/netbsd32_machdep.c
134
struct trapframe *tf;
sys/arch/amd64/amd64/netbsd32_machdep.c
176
netbsd32_buildcontext(struct lwp *l, struct trapframe *tf, void *fp,
sys/arch/amd64/amd64/netbsd32_machdep.c
223
struct trapframe *tf = l->l_md.md_regs;
sys/arch/amd64/amd64/netbsd32_machdep.c
422
struct trapframe *tf = l->l_md.md_regs;
sys/arch/amd64/amd64/netbsd32_machdep.c
475
struct trapframe *tf;
sys/arch/amd64/amd64/netbsd32_machdep.c
862
struct trapframe *tf = l->l_md.md_regs;
sys/arch/amd64/amd64/netbsd32_machdep.c
955
const struct trapframe *tf = l->l_md.md_regs;
sys/arch/amd64/amd64/netbsd32_machdep_13.c
91
struct trapframe *tf;
sys/arch/amd64/amd64/netbsd32_machdep_16.c
182
struct trapframe *tf;
sys/arch/amd64/amd64/netbsd32_machdep_16.c
78
void netbsd32_buildcontext(struct lwp *, struct trapframe *, void *,
sys/arch/amd64/amd64/netbsd32_machdep_16.c
88
struct trapframe *tf;
sys/arch/amd64/amd64/netbsd32_syscall.c
54
static void netbsd32_syscall(struct trapframe *);
sys/arch/amd64/amd64/netbsd32_syscall.c
64
netbsd32_syscall(struct trapframe *frame)
sys/arch/amd64/amd64/process_machdep.c
102
static inline struct trapframe *process_frame(struct lwp *);
sys/arch/amd64/amd64/process_machdep.c
104
static inline struct trapframe *
sys/arch/amd64/amd64/process_machdep.c
114
struct trapframe *tf = process_frame(l);
sys/arch/amd64/amd64/process_machdep.c
179
struct trapframe *tf = process_frame(l);
sys/arch/amd64/amd64/process_machdep.c
264
struct trapframe *tf = process_frame(l);
sys/arch/amd64/amd64/process_machdep.c
277
struct trapframe *tf = process_frame(l);
sys/arch/amd64/amd64/trap.c
123
void nmitrap(struct trapframe *);
sys/arch/amd64/amd64/trap.c
124
void doubletrap(struct trapframe *);
sys/arch/amd64/amd64/trap.c
125
void trap(struct trapframe *);
sys/arch/amd64/amd64/trap.c
153
static void sigdebug(const struct trapframe *, const ksiginfo_t *, int);
sys/arch/amd64/amd64/trap.c
160
onfault_restore(struct trapframe *frame, void *onfault, int error)
sys/arch/amd64/amd64/trap.c
167
onfault_handler(const struct pcb *pcb, const struct trapframe *tf)
sys/arch/amd64/amd64/trap.c
192
trap_print(const struct trapframe *frame, const lwp_t *l)
sys/arch/amd64/amd64/trap.c
213
nmitrap(struct trapframe *frame)
sys/arch/amd64/amd64/trap.c
230
doubletrap(struct trapframe *frame)
sys/arch/amd64/amd64/trap.c
258
trap(struct trapframe *frame)
sys/arch/amd64/amd64/trap.c
685
frame_dump(const struct trapframe *tf, struct pcb *pcb)
sys/arch/amd64/amd64/trap.c
711
sigdebug(const struct trapframe *tf, const ksiginfo_t *ksi, int e)
sys/arch/amd64/include/db_machdep.h
47
typedef struct trapframe db_regs_t;
sys/arch/amd64/include/frame.h
97
struct trapframe if_tf;
sys/arch/amd64/include/proc.h
50
struct trapframe *md_regs; /* registers on current frame */
sys/arch/amd64/include/proc.h
62
void (*md_syscall)(struct trapframe *);
sys/arch/arm/arm/arm_machdep.c
170
struct trapframe * const tf = lwp_trapframe(l);
sys/arch/arm/arm/ast.c
66
void ast(struct trapframe *);
sys/arch/arm/arm/ast.c
96
ast(struct trapframe *tf)
sys/arch/arm/arm/compat_13_machdep.c
62
struct trapframe * const tf = lwp_trapframe(l);
sys/arch/arm/arm/compat_16_machdep.c
213
struct trapframe * const tf = lwp_trapframe(l);
sys/arch/arm/arm/compat_16_machdep.c
88
struct trapframe * const tf = lwp_trapframe(l);
sys/arch/arm/arm/db_trace.c
89
struct trapframe *tf = NULL;
sys/arch/arm/arm/linux_syscall.c
97
void linux_syscall_plain(struct trapframe *, struct lwp *, uint32_t);
sys/arch/arm/arm/linux_syscall.c
98
void linux_syscall_fancy(struct trapframe *, struct lwp *, uint32_t);
sys/arch/arm/arm/process_machdep.c
154
struct trapframe * const tf = lwp_trapframe(l);
sys/arch/arm/arm/process_machdep.c
192
struct trapframe * const tf = lwp_trapframe(l);
sys/arch/arm/arm/process_machdep.c
228
struct trapframe * const tf = lwp_trapframe(l);
sys/arch/arm/arm/sig_machdep.c
162
struct trapframe * const tf = lwp_trapframe(l);
sys/arch/arm/arm/sig_machdep.c
218
struct trapframe * const tf = lwp_trapframe(l);
sys/arch/arm/arm/sig_machdep.c
67
struct trapframe * const tf = lwp_trapframe(l);
sys/arch/arm/arm/sig_machdep.c
93
struct trapframe * const tf = lwp_trapframe(l);
sys/arch/arm/arm/syscall.c
173
void syscall(struct trapframe *, lwp_t *, uint32_t);
sys/arch/arm/arm/syscall.c
182
syscall(struct trapframe *tf, lwp_t *l, uint32_t insn)
sys/arch/arm/arm/syscall.c
288
struct trapframe * const tf = lwp_trapframe(l);
sys/arch/arm/arm/trap.c
46
cpu_jump_onfault(struct trapframe *tf, const struct faultbuf *fb, int val)
sys/arch/arm/arm/undefined.c
126
cp15_trapper(u_int addr, u_int insn, struct trapframe *tf, int code)
sys/arch/arm/arm/undefined.c
177
gdb_trapper(u_int addr, u_int insn, struct trapframe *tf, int code)
sys/arch/arm/arm/undefined.c
256
int (* dtrace_invop_jump_addr)(struct trapframe *);
sys/arch/arm/arm/undefined.c
259
dtrace_trapper(u_int addr, struct trapframe *frame)
sys/arch/arm/arm/undefined.c
83
static int gdb_trapper(u_int, u_int, struct trapframe *, int);
sys/arch/arm/arm32/arm32_boot.c
183
pcb->pcb_ksp -= sizeof(struct trapframe);
sys/arch/arm/arm32/arm32_boot.c
185
struct trapframe * tf = (struct trapframe *)pcb->pcb_ksp;
sys/arch/arm/arm32/arm32_machdep.c
346
pcb->pcb_ksp -= sizeof(struct trapframe);
sys/arch/arm/arm32/arm32_machdep.c
348
struct trapframe * tf = (struct trapframe *)pcb->pcb_ksp;
sys/arch/arm/arm32/db_machdep.c
151
struct trapframe *frame;
sys/arch/arm/arm32/db_machdep.c
158
frame = (struct trapframe *)addr;
sys/arch/arm/arm32/fault.c
168
call_trapsignal(struct lwp *l, const struct trapframe *tf, ksiginfo_t *ksi)
sys/arch/arm/arm32/pmap.c
4369
struct trapframe * const tf = v;
sys/arch/arm/arm32/vm_machdep.c
149
struct trapframe *tf = (struct trapframe *)pcb2->pcb_ksp - 1;
sys/arch/arm/at91/at91aic.c
365
static inline void intr_process(struct intrq *iq, int pcpl, struct trapframe *frame);
sys/arch/arm/at91/at91aic.c
368
intr_process(struct intrq *iq, int pcpl, struct trapframe *frame)
sys/arch/arm/at91/at91aic.c
407
at91aic_intr_dispatch(struct trapframe *frame)
sys/arch/arm/at91/at91aicvar.h
60
void at91aic_intr_dispatch(struct trapframe *frame);
sys/arch/arm/at91/at91busvar.h
78
struct trapframe;
sys/arch/arm/at91/at91busvar.h
98
void (*intr_dispatch)(struct trapframe *);
sys/arch/arm/ep93xx/ep93xx_intr.c
333
ep93xx_intr_dispatch(struct trapframe *frame)
sys/arch/arm/ep93xx/ep93xx_intr.c
70
void ep93xx_intr_dispatch(struct trapframe *);
sys/arch/arm/include/arm32/frame.h
73
struct trapframe cf_tf;
sys/arch/arm/include/arm32/machdep.h
115
void cpu_jump_onfault(struct trapframe *, const struct faultbuf *, int);
sys/arch/arm/include/cpu.h
243
struct trapframe *
sys/arch/arm/include/proc.h
42
struct trapframe;
sys/arch/arm/include/proc.h
46
struct trapframe *md_tf;
sys/arch/arm/include/proc.h
57
void (*md_syscall)(struct trapframe *, struct lwp *, uint32_t);
sys/arch/arm/include/undefined.h
102
void undefinedinstruction(struct trapframe *);
sys/arch/arm/ixp12x0/ixp12x0_intr.c
376
ixp12x0_intr_dispatch(struct trapframe *frame)
sys/arch/arm/ixp12x0/ixp12x0_intr.c
73
void ixp12x0_intr_dispatch(struct trapframe *);
sys/arch/arm/xscale/becc_icu.c
120
void becc_intr_dispatch(struct trapframe *frame);
sys/arch/arm/xscale/becc_icu.c
335
becc_intr_dispatch(struct trapframe *frame)
sys/arch/arm/xscale/i80200_icu.c
57
void (*i80200_extirq_dispatch)(struct trapframe *);
sys/arch/arm/xscale/i80200_icu.c
60
i80200_default_extirq_dispatch(struct trapframe *framep)
sys/arch/arm/xscale/i80200var.h
46
struct trapframe;
sys/arch/arm/xscale/i80200var.h
47
extern void (*i80200_extirq_dispatch)(struct trapframe *);
sys/arch/evbarm/iq80310/iq80310_intr.c
415
iq80310_intr_dispatch(struct trapframe *frame)
sys/arch/evbarm/iq80310/iq80310_intr.c
95
void iq80310_intr_dispatch(struct trapframe *frame);
sys/arch/hp300/hp300/machdep.c
615
regdump((struct trapframe *)fp, 128);
sys/arch/hp300/stand/common/machdep.c
109
trap(struct trapframe *fp)
sys/arch/hp300/stand/common/samachdep.h
87
int trap(struct trapframe *);
sys/arch/hppa/hppa/db_machdep.c
134
struct trapframe *tf, *ktf, ltf;
sys/arch/hppa/hppa/db_machdep.c
152
ktf = (struct trapframe *)l.l_md.md_regs;
sys/arch/hppa/hppa/db_machdep.c
154
ktf = (struct trapframe *)addr;
sys/arch/hppa/hppa/db_trace.c
163
struct trapframe tf, *ktf;
sys/arch/hppa/hppa/db_trace.c
169
ktf = (struct trapframe *)((char *)fp - scoff -
sys/arch/hppa/hppa/fpu.c
100
((&((struct trapframe *) 0)->f) - (&((struct trapframe *) 0)->tf_t1))
sys/arch/hppa/hppa/fpu.c
197
struct trapframe *tf = l->l_md.md_regs;
sys/arch/hppa/hppa/fpu.c
221
hppa_fpu_ls(struct trapframe *frame, struct lwp *l)
sys/arch/hppa/hppa/fpu.c
328
hppa_fpu_emulate(struct trapframe *frame, struct lwp *l, u_int inst)
sys/arch/hppa/hppa/fpu.c
85
static int hppa_fpu_ls(struct trapframe *, struct lwp *);
sys/arch/hppa/hppa/hppa_machdep.c
173
struct trapframe *tf = l->l_md.md_regs;
sys/arch/hppa/hppa/hppa_machdep.c
277
struct trapframe *tf;
sys/arch/hppa/hppa/hppa_machdep.c
60
struct trapframe *tf = l->l_md.md_regs;
sys/arch/hppa/hppa/intr.c
326
hppa_intr(struct trapframe *frame)
sys/arch/hppa/hppa/intr.c
402
hppa_intr_dispatch(int ncpl, int eiem, struct trapframe *frame)
sys/arch/hppa/hppa/intr.c
63
void hppa_intr_dispatch(int , int , struct trapframe *);
sys/arch/hppa/hppa/machdep.c
1863
struct trapframe *tf = l->l_md.md_regs;
sys/arch/hppa/hppa/machdep.c
1891
struct trapframe *tf = l->l_md.md_regs;
sys/arch/hppa/hppa/machdep.h
82
void hppa_fpu_emulate(struct trapframe *, struct lwp *, u_int);
sys/arch/hppa/hppa/machdep.h
88
void hppa_intr(struct trapframe *);
sys/arch/hppa/hppa/process_machdep.c
123
struct trapframe *tf = l->l_md.md_regs;
sys/arch/hppa/hppa/process_machdep.c
51
struct trapframe *tf = l->l_md.md_regs;
sys/arch/hppa/hppa/sig_machdep.c
102
struct trapframe *tf = l->l_md.md_regs;
sys/arch/hppa/hppa/sig_machdep.c
126
struct trapframe *tf;
sys/arch/hppa/hppa/sig_machdep.c
132
tf = (struct trapframe *)l->l_md.md_regs;
sys/arch/hppa/hppa/trap.c
1210
struct trapframe *tf = l->l_md.md_regs;
sys/arch/hppa/hppa/trap.c
1268
syscall(struct trapframe *frame, int *args)
sys/arch/hppa/hppa/trap.c
175
void syscall(struct trapframe *, int *);
sys/arch/hppa/hppa/trap.c
178
struct trapframe *sanity_frame;
sys/arch/hppa/hppa/trap.c
181
void frame_sanity_check(const char *, int, int, struct trapframe *,
sys/arch/hppa/hppa/trap.c
192
static void user_backtrace(struct trapframe *, struct lwp *, int);
sys/arch/hppa/hppa/trap.c
199
userret(struct lwp *l, struct trapframe *tf)
sys/arch/hppa/hppa/trap.c
230
trap_kdebug(int type, int code, struct trapframe *frame)
sys/arch/hppa/hppa/trap.c
352
user_backtrace(struct trapframe *tf, struct lwp *l, int type)
sys/arch/hppa/hppa/trap.c
404
frame_sanity_check(const char *func, int line, int type, struct trapframe *tf,
sys/arch/hppa/hppa/trap.c
515
offsetof(struct trapframe, tf_r1 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
516
offsetof(struct trapframe, tf_rp ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
517
offsetof(struct trapframe, tf_r3 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
518
offsetof(struct trapframe, tf_r4 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
519
offsetof(struct trapframe, tf_r5 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
520
offsetof(struct trapframe, tf_r6 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
521
offsetof(struct trapframe, tf_r7 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
522
offsetof(struct trapframe, tf_r8 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
523
offsetof(struct trapframe, tf_r9 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
524
offsetof(struct trapframe, tf_r10 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
525
offsetof(struct trapframe, tf_r11 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
526
offsetof(struct trapframe, tf_r12 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
527
offsetof(struct trapframe, tf_r13 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
528
offsetof(struct trapframe, tf_r14 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
529
offsetof(struct trapframe, tf_r15 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
530
offsetof(struct trapframe, tf_r16 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
531
offsetof(struct trapframe, tf_r17 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
532
offsetof(struct trapframe, tf_r18 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
533
offsetof(struct trapframe, tf_t4 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
534
offsetof(struct trapframe, tf_t3 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
535
offsetof(struct trapframe, tf_t2 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
536
offsetof(struct trapframe, tf_t1 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
537
offsetof(struct trapframe, tf_arg3) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
538
offsetof(struct trapframe, tf_arg2) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
539
offsetof(struct trapframe, tf_arg1) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
540
offsetof(struct trapframe, tf_arg0) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
541
offsetof(struct trapframe, tf_dp ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
542
offsetof(struct trapframe, tf_ret0) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
543
offsetof(struct trapframe, tf_ret1) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
544
offsetof(struct trapframe, tf_sp ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
545
offsetof(struct trapframe, tf_r31 ) / sizeof(register_t),
sys/arch/hppa/hppa/trap.c
550
tf_getregno(struct trapframe *tf, u_int regno)
sys/arch/hppa/hppa/trap.c
560
tf_setregno(struct trapframe *tf, u_int regno, register_t val)
sys/arch/hppa/hppa/trap.c
570
trap(int type, struct trapframe *frame)
sys/arch/hppa/hppa/trap.c
665
if (frame < (struct trapframe *)&etext) {
sys/arch/hppa/hppa/vm_machdep.c
124
tf = l2->l_md.md_regs = (struct trapframe *)sp;
sys/arch/hppa/hppa/vm_machdep.c
125
sp += sizeof(struct trapframe);
sys/arch/hppa/hppa/vm_machdep.c
59
struct trapframe *tf = l->l_md.md_regs;
sys/arch/hppa/hppa/vm_machdep.c
90
struct trapframe *tf;
sys/arch/hppa/include/cpu.h
428
void trap(int, struct trapframe *);
sys/arch/hppa/include/db_machdep.h
48
typedef struct trapframe db_regs_t;
sys/arch/hppa/include/proc.h
43
struct trapframe *md_regs; /* registers on current frame */
sys/arch/hppa/include/proc.h
52
void (*md_syscall)(struct trapframe *, int *);
sys/arch/i386/i386/compat_13_machdep.c
54
struct trapframe *tf;
sys/arch/i386/i386/compat_16_machdep.c
156
struct trapframe *tf = l->l_md.md_regs;
sys/arch/i386/i386/compat_16_machdep.c
79
struct trapframe *tf;
sys/arch/i386/i386/db_interface.c
316
ddb_ipi(struct trapframe frame)
sys/arch/i386/i386/db_interface.c
325
struct trapframe tf;
sys/arch/i386/i386/db_interface.c
350
ddb_suspend(struct trapframe *frame)
sys/arch/i386/i386/db_interface.c
95
extern void ddb_ipi(struct trapframe);
sys/arch/i386/i386/db_interface.c
97
static void ddb_suspend(struct trapframe *);
sys/arch/i386/i386/db_machdep.c
128
static struct trapframe tf;
sys/arch/i386/i386/linux_syscall.c
54
static void linux_syscall(struct trapframe *);
sys/arch/i386/i386/linux_syscall.c
71
linux_syscall(struct trapframe *frame)
sys/arch/i386/i386/machdep.c
1688
const struct trapframe *tf = l->l_md.md_regs;
sys/arch/i386/i386/machdep.c
1788
struct trapframe *tf = l->l_md.md_regs;
sys/arch/i386/i386/machdep.c
1807
struct trapframe *tf = l->l_md.md_regs;
sys/arch/i386/i386/machdep.c
1918
struct trapframe *fp;
sys/arch/i386/i386/machdep.c
470
l->l_md.md_regs = (struct trapframe *)pcb->pcb_esp0 - 1;
sys/arch/i386/i386/machdep.c
630
struct trapframe *tf = l->l_md.md_regs;
sys/arch/i386/i386/machdep.c
649
struct trapframe *tf = l->l_md.md_regs;
sys/arch/i386/i386/machdep.c
678
struct trapframe *tf = l->l_md.md_regs;
sys/arch/i386/i386/machdep.c
925
struct trapframe *tf;
sys/arch/i386/i386/process_machdep.c
101
static inline struct trapframe *
sys/arch/i386/i386/process_machdep.c
111
struct trapframe *tf = process_frame(l);
sys/arch/i386/i386/process_machdep.c
156
struct trapframe *tf = process_frame(l);
sys/arch/i386/i386/process_machdep.c
215
struct trapframe *tf = process_frame(l);
sys/arch/i386/i386/process_machdep.c
228
struct trapframe *tf = process_frame(l);
sys/arch/i386/i386/trap.c
130
void trap(struct trapframe *);
sys/arch/i386/i386/trap.c
132
void trap_return_fault_return(struct trapframe *) __dead;
sys/arch/i386/i386/trap.c
134
int ss_shadow(struct trapframe *tf);
sys/arch/i386/i386/trap.c
169
static void sigdebug(const struct trapframe *, const ksiginfo_t *, int);
sys/arch/i386/i386/trap.c
178
struct trapframe tf;
sys/arch/i386/i386/trap.c
202
onfault_handler(const struct pcb *pcb, const struct trapframe *tf)
sys/arch/i386/i386/trap.c
227
trap_print(const struct trapframe *frame, const lwp_t *l)
sys/arch/i386/i386/trap.c
249
ss_shadow(struct trapframe *tf)
sys/arch/i386/i386/trap.c
283
trap(struct trapframe *frame)
sys/arch/i386/i386/trap.c
289
struct trapframe *vframe;
sys/arch/i386/i386/trap.c
409
offsetof(struct trapframe, tf_eip));
sys/arch/i386/i386/trap.c
817
frame_dump(const struct trapframe *tf, const struct pcb *pcb)
sys/arch/i386/i386/trap.c
842
sigdebug(const struct trapframe *tf, const ksiginfo_t *ksi, int e)
sys/arch/i386/include/db_machdep.h
47
typedef struct trapframe db_regs_t;
sys/arch/i386/include/pmap_private.h
359
struct trapframe;
sys/arch/i386/include/pmap_private.h
362
int pmap_exec_fixup(struct vm_map *, struct trapframe *, struct pcb *);
sys/arch/i386/include/proc.h
50
struct trapframe *md_regs; /* registers on current frame */
sys/arch/i386/include/proc.h
60
void (*md_syscall)(struct trapframe *);
sys/arch/i386/include/reg.h
54
#define tES (offsetof(struct trapframe, tf_es) / sizeof (int))
sys/arch/i386/include/reg.h
55
#define tDS (offsetof(struct trapframe, tf_ds) / sizeof (int))
sys/arch/i386/include/reg.h
56
#define tEDI (offsetof(struct trapframe, tf_edi) / sizeof (int))
sys/arch/i386/include/reg.h
57
#define tESI (offsetof(struct trapframe, tf_esi) / sizeof (int))
sys/arch/i386/include/reg.h
58
#define tEBP (offsetof(struct trapframe, tf_ebp) / sizeof (int))
sys/arch/i386/include/reg.h
59
#define tEBX (offsetof(struct trapframe, tf_ebx) / sizeof (int))
sys/arch/i386/include/reg.h
60
#define tEDX (offsetof(struct trapframe, tf_edx) / sizeof (int))
sys/arch/i386/include/reg.h
61
#define tECX (offsetof(struct trapframe, tf_ecx) / sizeof (int))
sys/arch/i386/include/reg.h
62
#define tEAX (offsetof(struct trapframe, tf_eax) / sizeof (int))
sys/arch/i386/include/reg.h
64
#define tEIP (offsetof(struct trapframe, tf_eip) / sizeof (int))
sys/arch/i386/include/reg.h
65
#define tCS (offsetof(struct trapframe, tf_cs) / sizeof (int))
sys/arch/i386/include/reg.h
66
#define tEFLAGS (offsetof(struct trapframe, tf_eflags) / sizeof (int))
sys/arch/i386/include/reg.h
67
#define tESP (offsetof(struct trapframe, tf_esp) / sizeof (int))
sys/arch/i386/include/reg.h
68
#define tSS (offsetof(struct trapframe, tf_ss) / sizeof (int))
sys/arch/i386/pci/elan520.c
437
elanpar_nmi(const struct trapframe *tf, void *arg)
sys/arch/i386/pci/elan520.c
544
elanpex_nmi(const struct trapframe *tf, void *arg)
sys/arch/ia64/ia64/db_interface.c
129
struct trapframe *f = NULL;
sys/arch/ia64/ia64/db_interface.c
155
struct trapframe *f = NULL;
sys/arch/ia64/ia64/db_interface.c
191
struct trapframe *f = NULL;
sys/arch/ia64/ia64/db_interface.c
224
#define DB_OFFSET(x) (db_expr_t *)offsetof(struct trapframe, x)
sys/arch/ia64/ia64/db_trace.c
148
initunwindframe(struct unwind_frame *uwf, struct trapframe *tf)
sys/arch/ia64/ia64/db_trace.c
62
initunwindframe(struct unwind_frame *uwf, struct trapframe *tf);
sys/arch/ia64/ia64/db_trace.c
74
struct trapframe *tf;
sys/arch/ia64/ia64/interrupt.c
76
interrupt(uint64_t vector, struct trapframe *tf)
sys/arch/ia64/ia64/machdep.c
617
lwp0.l_md.md_tf = (struct trapframe *)(v + UAREA_TF_OFFSET);
sys/arch/ia64/ia64/machdep.c
618
lwp0.l_md.md_tf->tf_length = sizeof(struct trapframe);
sys/arch/ia64/ia64/machdep.c
708
struct trapframe *tf;
sys/arch/ia64/ia64/machdep.c
852
makectx(struct trapframe *tf, struct pcb *pcb)
sys/arch/ia64/ia64/syscall.c
45
void syscall_plain(struct lwp *, u_int64_t, struct trapframe *);
sys/arch/ia64/ia64/syscall.c
46
void syscall_fancy(struct lwp *, u_int64_t, struct trapframe *);
sys/arch/ia64/ia64/syscall.c
62
syscall_plain(struct lwp *l, u_int64_t code, struct trapframe *framep)
sys/arch/ia64/ia64/syscall.c
69
syscall_fancy(struct lwp *l, u_int64_t code, struct trapframe *framep)
sys/arch/ia64/ia64/trap.c
254
printtrap(int vector, struct trapframe *tf, int isfatal, int user)
sys/arch/ia64/ia64/trap.c
292
trap_decode_break(struct trapframe *tf)
sys/arch/ia64/ia64/trap.c
350
trap_panic(int vector, struct trapframe *tf)
sys/arch/ia64/ia64/trap.c
367
do_ast(struct trapframe *tf)
sys/arch/ia64/ia64/trap.c
378
trap(int vector, struct trapframe *tf)
sys/arch/ia64/ia64/vm_machdep.c
147
struct trapframe *tf;
sys/arch/ia64/ia64/vm_machdep.c
176
l2->l_md.md_tf = (struct trapframe *)(ua2 + UAREA_TF_OFFSET);
sys/arch/ia64/include/cpu.h
114
struct trapframe *ci_db_regs; /* registers for debuggers */
sys/arch/ia64/include/cpu.h
144
struct trapframe cf_tf;
sys/arch/ia64/include/db_machdep.h
113
unsigned long, struct trapframe *);
sys/arch/ia64/include/db_machdep.h
47
typedef struct trapframe db_regs_t;
sys/arch/ia64/include/md_var.h
100
int unaligned_fixup(struct trapframe *, struct thread *);
sys/arch/ia64/include/md_var.h
69
struct trapframe;
sys/arch/ia64/include/md_var.h
82
int do_ast(struct trapframe *);
sys/arch/ia64/include/md_var.h
83
void ia32_trap(int, struct trapframe *);
sys/arch/ia64/include/md_var.h
91
int interrupt(uint64_t, struct trapframe *);
sys/arch/ia64/include/md_var.h
97
int syscall(struct trapframe *);
sys/arch/ia64/include/md_var.h
98
void trap(int, struct trapframe *);
sys/arch/ia64/include/md_var.h
99
void trap_panic(int, struct trapframe *);
sys/arch/ia64/include/pcb.h
67
struct trapframe;
sys/arch/ia64/include/pcb.h
69
void makectx(struct trapframe *, struct pcb *);
sys/arch/ia64/include/proc.h
24
struct trapframe *md_tf; /* trap/syscall registers */
sys/arch/ia64/include/proc.h
38
void (*md_syscall)(struct lwp *, u_int64_t, struct trapframe *);
sys/arch/ia64/include/proc.h
43
#define UAREA_TF_OFFSET (UAREA_PCB_OFFSET - sizeof(struct trapframe))
sys/arch/ia64/include/proc.h
46
#define UAREA_STACK_SIZE (USPACE - 16 - sizeof(struct trapframe) - sizeof(struct pcb))
sys/arch/m68k/include/cpu.h
166
#define LWP_PC(l) (((struct trapframe *)((l)->l_md.md_regs))->tf_pc)
sys/arch/m68k/include/db_machdep.h
53
typedef struct trapframe db_regs_t;
sys/arch/m68k/include/frame.h
227
void trap_kdebug(int, struct trapframe *);
sys/arch/m68k/include/m68k.h
142
struct trapframe;
sys/arch/m68k/include/m68k.h
204
void regdump(struct trapframe *, int);
sys/arch/m68k/m68k/m68k_machdep.c
674
struct trapframe *tf = (struct trapframe *)l->l_md.md_regs;
sys/arch/m68k/m68k/m68k_trap.c
545
trap_kdebug(int type, struct trapframe *tf)
sys/arch/m68k/m68k/m68k_trap.c
566
void straytrap(struct trapframe); /* called from badtrap[] */
sys/arch/m68k/m68k/m68k_trap.c
569
straytrap(struct trapframe tf)
sys/arch/m68k/m68k/m68k_trap.c
732
regdump((struct trapframe *)fp, 128);
sys/arch/m68k/m68k/pmap_68k.c
4594
struct trapframe *tf = (struct trapframe *)(lwp0uarea + USPACE) - 1;
sys/arch/m68k/m68k/pmap_motorola.c
435
struct trapframe *tf = (struct trapframe *)(lwp0uarea + USPACE) - 1;
sys/arch/m68k/m68k/regdump.c
63
regdump(struct trapframe *tf, int sbytes)
sys/arch/m68k/m68k/vm_machdep.c
114
tf = (struct trapframe *)(uvm_lwp_getuarea(l2) + USPACE) - 1;
sys/arch/m68k/m68k/vm_machdep.c
116
*tf = *(struct trapframe *)l1->l_md.md_regs;
sys/arch/m68k/m68k/vm_machdep.c
93
struct trapframe *tf;
sys/arch/mips/include/locore.h
336
struct trapframe;
sys/arch/mips/include/locore.h
338
void trap(uint32_t, uint32_t, vaddr_t, vaddr_t, struct trapframe *);
sys/arch/mips/include/locore.h
341
void mips_fpu_trap(vaddr_t, struct trapframe *);
sys/arch/mips/include/locore.h
342
void mips_fpu_intr(vaddr_t, struct trapframe *);
sys/arch/mips/include/locore.h
344
vaddr_t mips_emul_branch(struct trapframe *, vaddr_t, uint32_t, bool);
sys/arch/mips/include/locore.h
345
void mips_emul_inst(uint32_t, uint32_t, vaddr_t, struct trapframe *);
sys/arch/mips/include/locore.h
347
void mips_emul_fp(uint32_t, struct trapframe *, uint32_t);
sys/arch/mips/include/locore.h
348
void mips_emul_branchdelayslot(uint32_t, struct trapframe *, uint32_t);
sys/arch/mips/include/locore.h
350
void mips_emul_special(uint32_t, struct trapframe *, uint32_t);
sys/arch/mips/include/locore.h
351
void mips_emul_special3(uint32_t, struct trapframe *, uint32_t);
sys/arch/mips/include/locore.h
353
void mips_emul_lwc1(uint32_t, struct trapframe *, uint32_t);
sys/arch/mips/include/locore.h
354
void mips_emul_swc1(uint32_t, struct trapframe *, uint32_t);
sys/arch/mips/include/locore.h
355
void mips_emul_ldc1(uint32_t, struct trapframe *, uint32_t);
sys/arch/mips/include/locore.h
356
void mips_emul_sdc1(uint32_t, struct trapframe *, uint32_t);
sys/arch/mips/include/locore.h
358
void mips_emul_lb(uint32_t, struct trapframe *, uint32_t);
sys/arch/mips/include/locore.h
359
void mips_emul_lbu(uint32_t, struct trapframe *, uint32_t);
sys/arch/mips/include/locore.h
360
void mips_emul_lh(uint32_t, struct trapframe *, uint32_t);
sys/arch/mips/include/locore.h
361
void mips_emul_lhu(uint32_t, struct trapframe *, uint32_t);
sys/arch/mips/include/locore.h
362
void mips_emul_lw(uint32_t, struct trapframe *, uint32_t);
sys/arch/mips/include/locore.h
363
void mips_emul_lwl(uint32_t, struct trapframe *, uint32_t);
sys/arch/mips/include/locore.h
364
void mips_emul_lwr(uint32_t, struct trapframe *, uint32_t);
sys/arch/mips/include/locore.h
366
void mips_emul_lwu(uint32_t, struct trapframe *, uint32_t);
sys/arch/mips/include/locore.h
367
void mips_emul_ld(uint32_t, struct trapframe *, uint32_t);
sys/arch/mips/include/locore.h
368
void mips_emul_ldl(uint32_t, struct trapframe *, uint32_t);
sys/arch/mips/include/locore.h
369
void mips_emul_ldr(uint32_t, struct trapframe *, uint32_t);
sys/arch/mips/include/locore.h
371
void mips_emul_sb(uint32_t, struct trapframe *, uint32_t);
sys/arch/mips/include/locore.h
372
void mips_emul_sh(uint32_t, struct trapframe *, uint32_t);
sys/arch/mips/include/locore.h
373
void mips_emul_sw(uint32_t, struct trapframe *, uint32_t);
sys/arch/mips/include/locore.h
374
void mips_emul_swl(uint32_t, struct trapframe *, uint32_t);
sys/arch/mips/include/locore.h
375
void mips_emul_swr(uint32_t, struct trapframe *, uint32_t);
sys/arch/mips/include/locore.h
377
void mips_emul_sd(uint32_t, struct trapframe *, uint32_t);
sys/arch/mips/include/locore.h
378
void mips_emul_sdl(uint32_t, struct trapframe *, uint32_t);
sys/arch/mips/include/locore.h
379
void mips_emul_sdr(uint32_t, struct trapframe *, uint32_t);
sys/arch/mips/include/locore.h
819
CTASSERT(sizeof(struct trapframe) % (4*sizeof(mips_reg_t)) == 0);
sys/arch/mips/include/locore.h
839
struct trapframe cf_frame;
sys/arch/mips/include/proc.h
48
struct trapframe;
sys/arch/mips/include/proc.h
51
struct trapframe *md_utf; /* trapframe from userspace */
sys/arch/mips/mips/compat_13_machdep.c
56
struct trapframe *tf = l->l_md.md_utf;
sys/arch/mips/mips/compat_16_machdep.c
102
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/mips/mips/compat_16_machdep.c
238
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/mips/mips/core_machdep.c
73
struct trapframe tf;
sys/arch/mips/mips/cpu_exec.c
71
struct trapframe *tf = l->l_md.md_utf;
sys/arch/mips/mips/cpu_subr.c
367
const struct trapframe *tf = l->l_md.md_utf;
sys/arch/mips/mips/cpu_subr.c
427
struct trapframe *tf = l->l_md.md_utf;
sys/arch/mips/mips/db_interface.c
1080
ra = mips_emul_branch((struct trapframe *)regs, pc, fpucsr, false);
sys/arch/mips/mips/mips_dsp.c
137
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/mips/mips/mips_dsp.c
85
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/mips/mips/mips_emul.c
1013
mips_emul_sh(uint32_t inst, struct trapframe *tf, uint32_t cause)
sys/arch/mips/mips/mips_emul.c
1036
mips_emul_sw(uint32_t inst, struct trapframe *tf, uint32_t cause)
sys/arch/mips/mips/mips_emul.c
1059
mips_emul_swl(uint32_t inst, struct trapframe *tf, uint32_t cause)
sys/arch/mips/mips/mips_emul.c
1095
mips_emul_swr(uint32_t inst, struct trapframe *tf, uint32_t cause)
sys/arch/mips/mips/mips_emul.c
1132
mips_emul_sd(uint32_t inst, struct trapframe *tf, uint32_t cause)
sys/arch/mips/mips/mips_emul.c
1155
mips_emul_sdl(uint32_t inst, struct trapframe *tf, uint32_t cause)
sys/arch/mips/mips/mips_emul.c
1192
mips_emul_sdr(uint32_t inst, struct trapframe *tf, uint32_t cause)
sys/arch/mips/mips/mips_emul.c
193
struct trapframe *tf)
sys/arch/mips/mips/mips_emul.c
268
send_sigsegv(intptr_t vaddr, uint32_t exccode, struct trapframe *tf,
sys/arch/mips/mips/mips_emul.c
284
update_pc(struct trapframe *tf, uint32_t cause)
sys/arch/mips/mips/mips_emul.c
299
mips_emul_ll(uint32_t inst, struct trapframe *tf, uint32_t cause)
sys/arch/mips/mips/mips_emul.c
332
mips_emul_sc(uint32_t inst, struct trapframe *tf, uint32_t cause)
sys/arch/mips/mips/mips_emul.c
383
mips_emul_special(uint32_t inst, struct trapframe *tf, uint32_t cause)
sys/arch/mips/mips/mips_emul.c
408
mips_emul_special3(uint32_t inst, struct trapframe *tf, uint32_t cause)
sys/arch/mips/mips/mips_emul.c
495
mips_emul_lwc1(uint32_t inst, struct trapframe *tf, uint32_t cause)
sys/arch/mips/mips/mips_emul.c
50
static inline void send_sigsegv(intptr_t, uint32_t, struct trapframe *,
sys/arch/mips/mips/mips_emul.c
52
static inline void update_pc(struct trapframe *, uint32_t);
sys/arch/mips/mips/mips_emul.c
54
static void mips_emul_ll(uint32_t, struct trapframe *, uint32_t);
sys/arch/mips/mips/mips_emul.c
55
static void mips_emul_sc(uint32_t, struct trapframe *, uint32_t);
sys/arch/mips/mips/mips_emul.c
558
mips_emul_ldc1(uint32_t inst, struct trapframe *tf, uint32_t cause)
sys/arch/mips/mips/mips_emul.c
585
mips_emul_swc1(uint32_t inst, struct trapframe *tf, uint32_t cause)
sys/arch/mips/mips/mips_emul.c
648
mips_emul_sdc1(uint32_t inst, struct trapframe *tf, uint32_t cause)
sys/arch/mips/mips/mips_emul.c
675
mips_emul_lb(uint32_t inst, struct trapframe *tf, uint32_t cause)
sys/arch/mips/mips/mips_emul.c
70
mips_emul_branch(struct trapframe *tf, vaddr_t instpc, uint32_t fpuCSR,
sys/arch/mips/mips/mips_emul.c
701
mips_emul_lbu(uint32_t inst, struct trapframe *tf, uint32_t cause)
sys/arch/mips/mips/mips_emul.c
727
mips_emul_lh(uint32_t inst, struct trapframe *tf, uint32_t cause)
sys/arch/mips/mips/mips_emul.c
753
mips_emul_lhu(uint32_t inst, struct trapframe *tf, uint32_t cause)
sys/arch/mips/mips/mips_emul.c
779
mips_emul_lw(uint32_t inst, struct trapframe *tf, uint32_t cause)
sys/arch/mips/mips/mips_emul.c
805
mips_emul_lwl(uint32_t inst, struct trapframe *tf, uint32_t cause)
sys/arch/mips/mips/mips_emul.c
838
mips_emul_lwr(uint32_t inst, struct trapframe *tf, uint32_t cause)
sys/arch/mips/mips/mips_emul.c
872
mips_emul_lwu(uint32_t inst, struct trapframe *tf, uint32_t cause)
sys/arch/mips/mips/mips_emul.c
898
mips_emul_ld(uint32_t inst, struct trapframe *tf, uint32_t cause)
sys/arch/mips/mips/mips_emul.c
921
mips_emul_ldl(uint32_t inst, struct trapframe *tf, uint32_t cause)
sys/arch/mips/mips/mips_emul.c
955
mips_emul_ldr(uint32_t inst, struct trapframe *tf, uint32_t cause)
sys/arch/mips/mips/mips_emul.c
990
mips_emul_sb(uint32_t inst, struct trapframe *tf, uint32_t cause)
sys/arch/mips/mips/mips_fpu.c
212
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/mips/mips/mips_fpu.c
85
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/mips/mips/mips_machdep.c
1699
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/mips/mips/mips_machdep.c
2141
l->l_md.md_utf = (struct trapframe *)(v + USPACE) - 1;
sys/arch/mips/mips/netbsd32_machdep.c
100
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/mips/mips/netbsd32_machdep.c
274
struct trapframe frame;
sys/arch/mips/mips/process_machdep.c
127
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/mips/mips/sig_machdep.c
55
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/mips/mips/sig_machdep.c
91
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/mips/mips/syscall.c
120
struct trapframe *tf = l->l_md.md_utf;
sys/arch/mips/mips/trap.c
131
void trap(uint32_t, uint32_t, vaddr_t, vaddr_t, struct trapframe *);
sys/arch/mips/mips/trap.c
135
static void sigdebug(const struct trapframe *, const ksiginfo_t *, int,
sys/arch/mips/mips/trap.c
149
struct trapframe *utf = l->l_md.md_utf;
sys/arch/mips/mips/trap.c
171
struct trapframe *tf)
sys/arch/mips/mips/trap.c
175
struct trapframe * const utf = l->l_md.md_utf;
sys/arch/mips/mips/trap.c
795
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/mips/mips/trap.c
848
frame_dump(const struct trapframe *tf, struct pcb *pcb)
sys/arch/mips/mips/trap.c
892
sigdebug(const struct trapframe *tf, const ksiginfo_t *ksi, int e,
sys/arch/mips/mips/trap.c
93
int (* dtrace_invop_jump_addr)(struct trapframe *);
sys/arch/mips/mips/vm_machdep.c
108
tf = (struct trapframe *)(ua2 + USPACE) - 1;
sys/arch/mips/mips/vm_machdep.c
92
struct trapframe *tf;
sys/arch/next68k/stand/boot/machdep.c
106
int trap(struct trapframe *);
sys/arch/next68k/stand/boot/machdep.c
109
trap(struct trapframe *fp)
sys/arch/or1k/include/db_machdep.h
47
typedef struct trapframe db_regs_t;
sys/arch/or1k/include/frame.h
41
struct trapframe *tf_chain;
sys/arch/or1k/include/proc.h
36
struct trapframe *md_utf;
sys/arch/or1k/include/proc.h
37
struct trapframe *md_ktf;
sys/arch/or1k/include/proc.h
44
void (*md_syscall)(struct trapframe *);
sys/arch/playstation2/playstation2/machdep.c
161
lwp0.l_md.md_utf = (struct trapframe *)(v + USPACE) - 1;
sys/arch/powerpc/booke/booke_machdep.c
562
booke_sstep(struct trapframe *tf)
sys/arch/powerpc/booke/e500_intr.c
422
static void e500_critintr(struct trapframe *tf);
sys/arch/powerpc/booke/e500_intr.c
423
static void e500_decrintr(struct trapframe *tf);
sys/arch/powerpc/booke/e500_intr.c
424
static void e500_extintr(struct trapframe *tf);
sys/arch/powerpc/booke/e500_intr.c
425
static void e500_fitintr(struct trapframe *tf);
sys/arch/powerpc/booke/e500_intr.c
426
static void e500_wdogintr(struct trapframe *tf);
sys/arch/powerpc/booke/e500_intr.c
904
e500_critintr(struct trapframe *tf)
sys/arch/powerpc/booke/e500_intr.c
910
e500_decrintr(struct trapframe *tf)
sys/arch/powerpc/booke/e500_intr.c
916
e500_fitintr(struct trapframe *tf)
sys/arch/powerpc/booke/e500_intr.c
922
e500_wdogintr(struct trapframe *tf)
sys/arch/powerpc/booke/e500_intr.c
936
e500_extintr(struct trapframe *tf)
sys/arch/powerpc/booke/e500_timer.c
80
struct trapframe * const tf = v;
sys/arch/powerpc/booke/spe.c
230
vec_siginfo_code(const struct trapframe *tf)
sys/arch/powerpc/booke/trap.c
101
usertrap_p(struct trapframe *tf)
sys/arch/powerpc/booke/trap.c
107
mchk_exception(struct trapframe *tf, ksiginfo_t *ksi)
sys/arch/powerpc/booke/trap.c
127
get_faulttype(const struct trapframe * const tf)
sys/arch/powerpc/booke/trap.c
133
get_faultmap(const struct trapframe * const tf, register_t psl_mask)
sys/arch/powerpc/booke/trap.c
145
trap_pte_lookup(struct trapframe *tf, vaddr_t va, register_t psl_mask)
sys/arch/powerpc/booke/trap.c
213
dsi_exception(struct trapframe *tf, ksiginfo_t *ksi)
sys/arch/powerpc/booke/trap.c
266
isi_exception(struct trapframe *tf, ksiginfo_t *ksi)
sys/arch/powerpc/booke/trap.c
342
dtlb_exception(struct trapframe *tf, ksiginfo_t *ksi)
sys/arch/powerpc/booke/trap.c
377
itlb_exception(struct trapframe *tf, ksiginfo_t *ksi)
sys/arch/powerpc/booke/trap.c
397
spe_exception(struct trapframe *tf, ksiginfo_t *ksi)
sys/arch/powerpc/booke/trap.c
420
emulate_opcode(struct trapframe *tf, ksiginfo_t *ksi)
sys/arch/powerpc/booke/trap.c
452
pgm_exception(struct trapframe *tf, ksiginfo_t *ksi)
sys/arch/powerpc/booke/trap.c
538
debug_exception(struct trapframe *tf, ksiginfo_t *ksi)
sys/arch/powerpc/booke/trap.c
574
ali_exception(struct trapframe *tf, ksiginfo_t *ksi)
sys/arch/powerpc/booke/trap.c
600
embedded_fp_data_exception(struct trapframe *tf, ksiginfo_t *ksi)
sys/arch/powerpc/booke/trap.c
624
embedded_fp_round_exception(struct trapframe *tf, ksiginfo_t *ksi)
sys/arch/powerpc/booke/trap.c
648
dump_trapframe(const struct trapframe *tf, void (*pr)(const char *, ...))
sys/arch/powerpc/booke/trap.c
665
ddb_exception(struct trapframe *tf)
sys/arch/powerpc/booke/trap.c
703
onfaulted(struct trapframe *tf, register_t rv)
sys/arch/powerpc/booke/trap.c
721
trap(enum ppc_booke_exceptions trap_code, struct trapframe *tf)
sys/arch/powerpc/booke/trap.c
733
KASSERTMSG(!usertrap || tf == trapframe(l),
sys/arch/powerpc/booke/trap.c
734
"trap: tf=%p is invalid: trapframe(%p)=%p", tf, l, trapframe(l));
sys/arch/powerpc/booke/trap.c
74
void trap(enum ppc_booke_exceptions, struct trapframe *);
sys/arch/powerpc/fpu/fpu_emu.c
170
static int fpu_execute(struct trapframe *, struct fpemu *, union instr *);
sys/arch/powerpc/fpu/fpu_emu.c
207
fpu_emulate(struct trapframe *tf, struct fpreg *fpf, ksiginfo_t *ksi)
sys/arch/powerpc/fpu/fpu_emu.c
344
fpu_execute(struct trapframe *tf, struct fpemu *fe, union instr *insn)
sys/arch/powerpc/fpu/fpu_extern.h
38
struct trapframe;
sys/arch/powerpc/fpu/fpu_extern.h
42
bool fpu_emulate(struct trapframe *, struct fpreg *, ksiginfo_t *);
sys/arch/powerpc/ibm4xx/trap.c
1005
fix_unaligned(struct trapframe *tf, ksiginfo_t *ksi)
sys/arch/powerpc/ibm4xx/trap.c
122
void trap(struct trapframe *); /* Called from locore / trap_subr */
sys/arch/powerpc/ibm4xx/trap.c
131
static bool fix_unaligned(struct trapframe *, ksiginfo_t *);
sys/arch/powerpc/ibm4xx/trap.c
143
trap(struct trapframe *tf)
sys/arch/powerpc/include/altivec.h
44
struct trapframe;
sys/arch/powerpc/include/altivec.h
54
int vec_siginfo_code(const struct trapframe *);
sys/arch/powerpc/include/booke/cpuvar.h
161
struct trapframe;
sys/arch/powerpc/include/booke/cpuvar.h
162
void booke_sstep(struct trapframe *);
sys/arch/powerpc/include/booke/cpuvar.h
204
void dump_trapframe(const struct trapframe *, void (*)(const char *, ...));
sys/arch/powerpc/include/booke/intr.h
123
struct trapframe;
sys/arch/powerpc/include/booke/intr.h
133
void (*intrsw_critintr)(struct trapframe *);
sys/arch/powerpc/include/booke/intr.h
134
void (*intrsw_decrintr)(struct trapframe *);
sys/arch/powerpc/include/booke/intr.h
135
void (*intrsw_extintr)(struct trapframe *);
sys/arch/powerpc/include/booke/intr.h
136
void (*intrsw_fitintr)(struct trapframe *);
sys/arch/powerpc/include/booke/intr.h
137
void (*intrsw_wdogintr)(struct trapframe *);
sys/arch/powerpc/include/cpu.h
405
struct trapframe;
sys/arch/powerpc/include/cpu.h
406
int emulate_mxmsr(struct lwp *, struct trapframe *, uint32_t);
sys/arch/powerpc/include/cpu.h
422
void cpu_pause(struct trapframe *);
sys/arch/powerpc/include/cpu.h
476
bool fix_unaligned(struct trapframe *, ksiginfo_t *);
sys/arch/powerpc/include/frame.h
157
struct trapframe ktf_tf;
sys/arch/powerpc/include/pcb.h
66
struct trapframe frame;
sys/arch/powerpc/include/proc.h
48
struct trapframe *md_utf; /* user trampframe */
sys/arch/powerpc/include/proc.h
51
struct trapframe;
sys/arch/powerpc/include/proc.h
54
void (*md_syscall)(struct trapframe *);
sys/arch/powerpc/include/userret.h
55
userret(struct lwp *l, struct trapframe *tf)
sys/arch/powerpc/include/userret.h
57
KASSERTMSG((tf == trapframe(curlwp)),
sys/arch/powerpc/include/userret.h
58
"tf=%p, trapframe(curlwp)=%p\n", tf, trapframe(curlwp));
sys/arch/powerpc/include/userret.h
90
extern void booke_sstep(struct trapframe *); /* ugly */
sys/arch/powerpc/oea/kgdb_glue.c
67
kgdb_trap_glue(struct trapframe *frame)
sys/arch/powerpc/powerpc/compat_13_machdep.c
80
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/powerpc/powerpc/compat_16_machdep.c
231
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/powerpc/powerpc/compat_16_machdep.c
96
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/powerpc/powerpc/db_interface.c
180
ddb_trap_glue(struct trapframe *tf)
sys/arch/powerpc/powerpc/db_interface.c
205
struct trapframe *tf = v;
sys/arch/powerpc/powerpc/db_interface.c
585
struct trapframe *tf;
sys/arch/powerpc/powerpc/db_interface.c
589
tf = (struct trapframe *)addr;
sys/arch/powerpc/powerpc/db_interface.c
77
int ddb_trap_glue(struct trapframe *); /* Called from trap_subr.S */
sys/arch/powerpc/powerpc/db_interface.c
838
dump_trapframe((const struct trapframe *)addr, db_printf);
sys/arch/powerpc/powerpc/db_trace.c
223
struct trapframe *tf =
sys/arch/powerpc/powerpc/fix_unaligned.c
142
static bool emul_unaligned(struct trapframe *, ksiginfo_t *,
sys/arch/powerpc/powerpc/fix_unaligned.c
144
static bool do_lst(struct trapframe *, const union instr *, int);
sys/arch/powerpc/powerpc/fix_unaligned.c
146
static bool do_lstmw(struct trapframe *, const union instr *, int);
sys/arch/powerpc/powerpc/fix_unaligned.c
150
fix_unaligned(struct trapframe *tf, ksiginfo_t *ksi)
sys/arch/powerpc/powerpc/fix_unaligned.c
185
emul_unaligned(struct trapframe *tf, ksiginfo_t *ksi, const union instr *insn)
sys/arch/powerpc/powerpc/fix_unaligned.c
377
do_lst(struct trapframe *tf, const union instr *insn, int flags)
sys/arch/powerpc/powerpc/fix_unaligned.c
455
do_lstmw(struct trapframe *tf, const union instr *insn, int flags)
sys/arch/powerpc/powerpc/intr_stubs.c
181
void intr_critintr(struct trapframe *) __stub;
sys/arch/powerpc/powerpc/intr_stubs.c
184
intr_critintr(struct trapframe *tf)
sys/arch/powerpc/powerpc/intr_stubs.c
190
void intr_extintr(struct trapframe *) __stub;
sys/arch/powerpc/powerpc/intr_stubs.c
193
intr_extintr(struct trapframe *tf)
sys/arch/powerpc/powerpc/intr_stubs.c
199
void intr_decrintr(struct trapframe *) __stub;
sys/arch/powerpc/powerpc/intr_stubs.c
202
intr_decrintr(struct trapframe *tf)
sys/arch/powerpc/powerpc/intr_stubs.c
208
void intr_fitintr(struct trapframe *) __stub;
sys/arch/powerpc/powerpc/intr_stubs.c
211
intr_fitintr(struct trapframe *tf)
sys/arch/powerpc/powerpc/intr_stubs.c
217
void intr_wdogintr(struct trapframe *) __stub;
sys/arch/powerpc/powerpc/intr_stubs.c
220
intr_wdogintr(struct trapframe *tf)
sys/arch/powerpc/powerpc/powerpc_machdep.c
115
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/powerpc/powerpc/powerpc_machdep.c
416
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/powerpc/powerpc/powerpc_machdep.c
432
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/powerpc/powerpc/powerpc_machdep.c
693
cpu_pause(struct trapframe *tf)
sys/arch/powerpc/powerpc/powerpc_machdep.c
812
emulate_mxmsr(struct lwp *l, struct trapframe *tf, uint32_t opcode)
sys/arch/powerpc/powerpc/process_machdep.c
126
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/powerpc/powerpc/process_machdep.c
137
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/powerpc/powerpc/process_machdep.c
336
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/powerpc/powerpc/process_machdep.c
60
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/powerpc/powerpc/process_machdep.c
75
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/powerpc/powerpc/sig_machdep.c
176
const struct trapframe * const tf = l->l_md.md_utf;
sys/arch/powerpc/powerpc/sig_machdep.c
224
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/powerpc/powerpc/sig_machdep.c
302
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/powerpc/powerpc/sig_machdep.c
69
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/powerpc/powerpc/syscall.c
67
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/powerpc/powerpc/syscall.c
79
static void EMULNAME(syscall)(struct trapframe *);
sys/arch/powerpc/powerpc/syscall.c
82
EMULNAME(syscall)(struct trapframe *tf)
sys/arch/powerpc/powerpc/trap.c
1087
emulate_privileged(struct lwp *l, struct trapframe *tf)
sys/arch/powerpc/powerpc/trap.c
1301
fix_stwcx(struct lwp *l, struct trapframe *tf)
sys/arch/powerpc/powerpc/trap.c
72
static int emulate_privileged(struct lwp *, struct trapframe *);
sys/arch/powerpc/powerpc/trap.c
73
static int fix_unaligned(struct lwp *, struct trapframe *);
sys/arch/powerpc/powerpc/trap.c
75
static int fix_stwcx(struct lwp *, struct trapframe *);
sys/arch/powerpc/powerpc/trap.c
775
fix_unaligned(struct lwp *l, struct trapframe *tf)
sys/arch/powerpc/powerpc/trap.c
80
void trap(struct trapframe *); /* Called from locore / trap_subr */
sys/arch/powerpc/powerpc/trap.c
93
trap(struct trapframe *tf)
sys/arch/powerpc/powerpc/vm_machdep.c
99
l2->l_md.md_utf = trapframe(l2);
sys/arch/riscv/fdt/intc_fdt.c
252
intc_intr_handler(struct trapframe *tf, register_t epc, register_t status,
sys/arch/riscv/include/cpu.h
59
struct trapframe *ci_ddb_regs;
sys/arch/riscv/include/db_machdep.h
130
void dump_trapframe(const struct trapframe *, void (*)(const char *, ...) __printflike(1, 2));
sys/arch/riscv/include/db_machdep.h
47
typedef struct trapframe db_regs_t;
sys/arch/riscv/include/frame.h
82
__CTASSERT((sizeof(struct trapframe) & (16 - 1)) == 0);
sys/arch/riscv/include/locore.h
124
void cpu_jump_onfault(struct trapframe *, const struct faultbuf *, int);
sys/arch/riscv/include/locore.h
146
void cpu_intr(struct trapframe */*tf*/, register_t /*epc*/,
sys/arch/riscv/include/locore.h
148
void cpu_trap(struct trapframe */*tf*/, register_t /*epc*/,
sys/arch/riscv/include/locore.h
151
void cpu_ast(struct trapframe *);
sys/arch/riscv/include/machdep.h
74
void riscv_intr_set_handler(void (*intr_handler)(struct trapframe *,
sys/arch/riscv/include/proc.h
42
struct trapframe;
sys/arch/riscv/include/proc.h
45
struct trapframe *md_utf; /* trapframe from userspace */
sys/arch/riscv/include/proc.h
46
struct trapframe *md_ktf; /* trapframe from userspace */
sys/arch/riscv/include/proc.h
56
void (*md_syscall)(struct trapframe *);
sys/arch/riscv/riscv/core_machdep.c
66
struct CORENAME(trapframe) tf;
sys/arch/riscv/riscv/core_machdep.c
82
const struct trapframe * const tf = l->l_md.md_utf;
sys/arch/riscv/riscv/db_machdep.c
58
{ "ra", (void *)offsetof(struct trapframe, tf_ra), db_rw_ddbreg, NULL },
sys/arch/riscv/riscv/db_machdep.c
59
{ "sp", (void *)offsetof(struct trapframe, tf_sp), db_rw_ddbreg, NULL },
sys/arch/riscv/riscv/db_machdep.c
60
{ "gp", (void *)offsetof(struct trapframe, tf_gp), db_rw_ddbreg, NULL },
sys/arch/riscv/riscv/db_machdep.c
61
{ "tp", (void *)offsetof(struct trapframe, tf_tp), db_rw_ddbreg, NULL },
sys/arch/riscv/riscv/db_machdep.c
62
{ "s0", (void *)offsetof(struct trapframe, tf_s0), db_rw_ddbreg, NULL },
sys/arch/riscv/riscv/db_machdep.c
63
{ "s1", (void *)offsetof(struct trapframe, tf_s1), db_rw_ddbreg, NULL },
sys/arch/riscv/riscv/db_machdep.c
64
{ "s2", (void *)offsetof(struct trapframe, tf_s2), db_rw_ddbreg, NULL },
sys/arch/riscv/riscv/db_machdep.c
65
{ "s3", (void *)offsetof(struct trapframe, tf_s3), db_rw_ddbreg, NULL },
sys/arch/riscv/riscv/db_machdep.c
66
{ "s4", (void *)offsetof(struct trapframe, tf_s4), db_rw_ddbreg, NULL },
sys/arch/riscv/riscv/db_machdep.c
67
{ "s5", (void *)offsetof(struct trapframe, tf_s5), db_rw_ddbreg, NULL },
sys/arch/riscv/riscv/db_machdep.c
68
{ "s6", (void *)offsetof(struct trapframe, tf_s6), db_rw_ddbreg, NULL },
sys/arch/riscv/riscv/db_machdep.c
69
{ "s7", (void *)offsetof(struct trapframe, tf_s7), db_rw_ddbreg, NULL },
sys/arch/riscv/riscv/db_machdep.c
70
{ "s8", (void *)offsetof(struct trapframe, tf_s8), db_rw_ddbreg, NULL },
sys/arch/riscv/riscv/db_machdep.c
71
{ "s9", (void *)offsetof(struct trapframe, tf_s9), db_rw_ddbreg, NULL },
sys/arch/riscv/riscv/db_machdep.c
72
{ "s10", (void *)offsetof(struct trapframe, tf_s10), db_rw_ddbreg, NULL },
sys/arch/riscv/riscv/db_machdep.c
73
{ "s11", (void *)offsetof(struct trapframe, tf_s11), db_rw_ddbreg, NULL },
sys/arch/riscv/riscv/db_machdep.c
74
{ "a0", (void *)offsetof(struct trapframe, tf_a0), db_rw_ddbreg, NULL },
sys/arch/riscv/riscv/db_machdep.c
75
{ "a1", (void *)offsetof(struct trapframe, tf_a1), db_rw_ddbreg, NULL },
sys/arch/riscv/riscv/db_machdep.c
76
{ "a2", (void *)offsetof(struct trapframe, tf_a2), db_rw_ddbreg, NULL },
sys/arch/riscv/riscv/db_machdep.c
77
{ "a3", (void *)offsetof(struct trapframe, tf_a3), db_rw_ddbreg, NULL },
sys/arch/riscv/riscv/db_machdep.c
78
{ "a4", (void *)offsetof(struct trapframe, tf_a4), db_rw_ddbreg, NULL },
sys/arch/riscv/riscv/db_machdep.c
79
{ "a5", (void *)offsetof(struct trapframe, tf_a5), db_rw_ddbreg, NULL },
sys/arch/riscv/riscv/db_machdep.c
80
{ "a6", (void *)offsetof(struct trapframe, tf_a6), db_rw_ddbreg, NULL },
sys/arch/riscv/riscv/db_machdep.c
81
{ "a7", (void *)offsetof(struct trapframe, tf_a7), db_rw_ddbreg, NULL },
sys/arch/riscv/riscv/db_machdep.c
82
{ "t0", (void *)offsetof(struct trapframe, tf_t0), db_rw_ddbreg, NULL },
sys/arch/riscv/riscv/db_machdep.c
83
{ "t1", (void *)offsetof(struct trapframe, tf_t1), db_rw_ddbreg, NULL },
sys/arch/riscv/riscv/db_machdep.c
84
{ "t2", (void *)offsetof(struct trapframe, tf_t2), db_rw_ddbreg, NULL },
sys/arch/riscv/riscv/db_machdep.c
85
{ "t3", (void *)offsetof(struct trapframe, tf_t3), db_rw_ddbreg, NULL },
sys/arch/riscv/riscv/db_machdep.c
86
{ "t4", (void *)offsetof(struct trapframe, tf_t4), db_rw_ddbreg, NULL },
sys/arch/riscv/riscv/db_machdep.c
87
{ "t5", (void *)offsetof(struct trapframe, tf_t5), db_rw_ddbreg, NULL },
sys/arch/riscv/riscv/db_machdep.c
88
{ "t6", (void *)offsetof(struct trapframe, tf_t6), db_rw_ddbreg, NULL },
sys/arch/riscv/riscv/db_machdep.c
89
{ "pc", (void *)offsetof(struct trapframe, tf_pc), db_rw_ddbreg, NULL },
sys/arch/riscv/riscv/db_machdep.c
90
{ "status", (void *)offsetof(struct trapframe, tf_sr), db_rw_ddbreg, "i" },
sys/arch/riscv/riscv/db_machdep.c
91
{ "cause", (void *)offsetof(struct trapframe, tf_cause), db_rw_ddbreg, "i" },
sys/arch/riscv/riscv/db_machdep.c
92
{ "tval", (void *)offsetof(struct trapframe, tf_tval), db_rw_ddbreg, NULL },
sys/arch/riscv/riscv/db_machdep.c
99
struct trapframe * const tf = &ddb_regs;
sys/arch/riscv/riscv/db_trace.c
133
struct trapframe *tf = NULL;
sys/arch/riscv/riscv/db_trace.c
269
tf = (struct trapframe *)lastfp;
sys/arch/riscv/riscv/fpu.c
132
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/riscv/riscv/interrupt.c
108
cpu_intr(struct trapframe *tf, register_t epc, register_t status,
sys/arch/riscv/riscv/interrupt.c
53
riscv_intr_default_handler(struct trapframe *frame, register_t epc,
sys/arch/riscv/riscv/interrupt.c
93
static void (*_riscv_intr_handler)(struct trapframe *, register_t,
sys/arch/riscv/riscv/interrupt.c
98
riscv_intr_set_handler(void (*intr_handler)(struct trapframe *, register_t,
sys/arch/riscv/riscv/netbsd32_machdep.c
127
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/riscv/riscv/netbsd32_machdep.c
83
const struct trapframe * const tf = l->l_md.md_utf;
sys/arch/riscv/riscv/riscv_machdep.c
121
struct trapframe cpu_ddb_regs;
sys/arch/riscv/riscv/riscv_machdep.c
156
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/riscv/riscv/riscv_machdep.c
185
struct trapframe * const tf = lwp_trapframe(l);
sys/arch/riscv/riscv/riscv_machdep.c
244
const struct trapframe * const tf = l->l_md.md_utf;
sys/arch/riscv/riscv/riscv_machdep.c
283
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/riscv/riscv/riscv_machdep.c
484
struct trapframe * const tf = lwp_trapframe(l);
sys/arch/riscv/riscv/riscv_machdep.c
629
struct trapframe *tf = (struct trapframe *)(lwp0uspace + USPACE) - 1;
sys/arch/riscv/riscv/sig_machdep.c
59
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/riscv/riscv/sig_machdep.c
89
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/riscv/riscv/syscall.c
55
static void EMULNAME(syscall)(struct trapframe *);
sys/arch/riscv/riscv/syscall.c
78
EMULNAME(syscall)(struct trapframe *tf)
sys/arch/riscv/riscv/trap.c
273
dump_trapframe(const struct trapframe *tf, void (*pr)(const char *, ...))
sys/arch/riscv/riscv/trap.c
314
cpu_trapsignal(struct trapframe *tf, ksiginfo_t *ksi)
sys/arch/riscv/riscv/trap.c
334
trap_pagefault_fixup(struct trapframe *tf, struct pmap *pmap, register_t cause,
sys/arch/riscv/riscv/trap.c
411
trap_pagefault(struct trapframe *tf, register_t epc, register_t status,
sys/arch/riscv/riscv/trap.c
529
trap_instruction(struct trapframe *tf, register_t epc, register_t status,
sys/arch/riscv/riscv/trap.c
545
trap_misalignment(struct trapframe *tf, register_t epc, register_t status,
sys/arch/riscv/riscv/trap.c
556
trap_breakpoint(struct trapframe *tf, register_t epc, register_t status,
sys/arch/riscv/riscv/trap.c
576
cpu_trap(struct trapframe *tf, register_t epc, register_t status,
sys/arch/riscv/riscv/trap.c
640
cpu_ast(struct trapframe *tf)
sys/arch/riscv/riscv/trap.c
97
cpu_jump_onfault(struct trapframe *tf, const struct faultbuf *fb, int error)
sys/arch/riscv/riscv/vm_machdep.c
79
struct trapframe *tf;
sys/arch/riscv/riscv/vm_machdep.c
93
tf = (struct trapframe *)(ua2 + USPACE) - 1;
sys/arch/sh3/dev/wdog.c
215
struct trapframe *frame = arg;
sys/arch/sh3/include/cpu.h
97
(((struct trapframe *)(l)->l_md.md_regs)->tf_spc)
sys/arch/sh3/include/db_machdep.h
45
typedef struct trapframe db_regs_t;
sys/arch/sh3/include/proc.h
49
struct trapframe *md_regs; /* user context */
sys/arch/sh3/include/proc.h
64
void (*md_syscall)(struct lwp *, struct trapframe *);
sys/arch/sh3/include/userret.h
68
struct trapframe *tf = l->l_md.md_regs;
sys/arch/sh3/sh3/compat_16_machdep.c
199
struct trapframe *tf;
sys/arch/sh3/sh3/compat_16_machdep.c
99
struct trapframe *tf = l->l_md.md_regs;
sys/arch/sh3/sh3/db_interface.c
585
struct trapframe *tf, *tfbot;
sys/arch/sh3/sh3/db_interface.c
610
tfbot = (struct trapframe *)((vaddr_t)curpcb + PAGE_SIZE);
sys/arch/sh3/sh3/db_interface.c
620
__db_print_tfstack(struct trapframe *tf, struct trapframe *tfbot)
sys/arch/sh3/sh3/db_interface.c
692
sizeof(struct trapframe));
sys/arch/sh3/sh3/db_interface.c
715
j / sizeof(struct trapframe),
sys/arch/sh3/sh3/db_interface.c
92
static void __db_print_tfstack(struct trapframe *, struct trapframe *);
sys/arch/sh3/sh3/db_trace.c
102
struct trapframe *tf;
sys/arch/sh3/sh3/db_trace.c
165
tf = (struct trapframe *)pcb->pcb_sf.sf_r6_bank;
sys/arch/sh3/sh3/db_trace.c
191
struct trapframe trapframe;
sys/arch/sh3/sh3/db_trace.c
192
tf = &trapframe;
sys/arch/sh3/sh3/db_trace.c
83
dump_trapframe(struct trapframe *tf,
sys/arch/sh3/sh3/exception.c
129
void general_exception(struct lwp *, struct trapframe *, uint32_t);
sys/arch/sh3/sh3/exception.c
130
void tlb_exception(struct lwp *, struct trapframe *, uint32_t);
sys/arch/sh3/sh3/exception.c
131
void ast(struct lwp *, struct trapframe *);
sys/arch/sh3/sh3/exception.c
140
general_exception(struct lwp *l, struct trapframe *tf, uint32_t va)
sys/arch/sh3/sh3/exception.c
276
tlb_exception(struct lwp *l, struct trapframe *tf, uint32_t va)
sys/arch/sh3/sh3/exception.c
473
ast(struct lwp *l, struct trapframe *tf)
sys/arch/sh3/sh3/process_machdep.c
105
static inline struct trapframe *
sys/arch/sh3/sh3/process_machdep.c
115
struct trapframe *tf = process_frame(l);
sys/arch/sh3/sh3/process_machdep.c
148
struct trapframe *tf = process_frame(l);
sys/arch/sh3/sh3/process_machdep.c
264
struct trapframe *tf = process_frame(l);
sys/arch/sh3/sh3/process_machdep.c
298
struct trapframe *tf = process_frame(l);
sys/arch/sh3/sh3/process_machdep.c
354
struct trapframe *tf = process_frame(l);
sys/arch/sh3/sh3/sh3_machdep.c
265
lwp0.l_md.md_regs = (struct trapframe *)sf->sf_r6_bank - 1;
sys/arch/sh3/sh3/sh3_machdep.c
354
struct trapframe *tf = l->l_md.md_regs;
sys/arch/sh3/sh3/sh3_machdep.c
400
const struct trapframe *tf = l->l_md.md_regs;
sys/arch/sh3/sh3/sh3_machdep.c
441
struct trapframe *tf = l->l_md.md_regs;
sys/arch/sh3/sh3/sh3_machdep.c
453
struct trapframe *tf = l->l_md.md_regs;
sys/arch/sh3/sh3/sh3_machdep.c
516
struct trapframe *tf;
sys/arch/sh3/sh3/syscall.c
108
syscall(struct lwp *l, struct trapframe *tf)
sys/arch/sh3/sh3/syscall.c
91
static void syscall(struct lwp *, struct trapframe *);
sys/arch/sh3/sh3/vm_machdep.c
152
memcpy(l2->l_md.md_regs, l1->l_md.md_regs, sizeof(struct trapframe));
sys/arch/sh3/sh3/vm_machdep.c
169
struct trapframe *tf;
sys/arch/sh3/sh3/vm_machdep.c
190
tf = (struct trapframe *)fptop - 1;
sys/arch/sh3/sh3/vm_machdep.c
243
struct trapframe *tf = l->l_md.md_regs;
sys/arch/sparc/fpu/fpu.c
249
struct trapframe *tf;
sys/arch/sparc/fpu/fpu_extern.h
39
struct trapframe;
sys/arch/sparc/fpu/fpu_extern.h
51
int fpu_emulate(struct lwp *, struct trapframe *, struct fpstate *);
sys/arch/sparc/include/cpu.h
140
struct trapframe;
sys/arch/sparc/include/cpu.h
375
void (*memerr)(unsigned, u_int, u_int, struct trapframe *);
sys/arch/sparc/include/cpu.h
579
struct trapframe;
sys/arch/sparc/include/cpu.h
580
int fixalign(struct lwp *, struct trapframe *, void **);
sys/arch/sparc/include/cpu.h
581
int emulinstr(int, struct trapframe *);
sys/arch/sparc/include/db_machdep.h
112
int kdb_trap(int, struct trapframe *);
sys/arch/sparc/include/db_machdep.h
50
struct trapframe db_tf;
sys/arch/sparc/include/db_machdep.h
91
void ddb_suspend(struct trapframe *);
sys/arch/sparc/include/pcb.h
116
struct trapframe md_tf;
sys/arch/sparc/include/proc.h
50
struct trapframe *md_tf; /* trap/syscall registers */
sys/arch/sparc/include/proc.h
56
void (*md_syscall)(__register_t, struct trapframe *, __register_t);
sys/arch/sparc/include/userret.h
54
static __inline void share_fpu(struct lwp *, struct trapframe *);
sys/arch/sparc/include/userret.h
89
static __inline void share_fpu(struct lwp *l, struct trapframe *tf)
sys/arch/sparc/sparc/compat_13_machdep.c
72
struct trapframe *tf;
sys/arch/sparc/sparc/compat_16_machdep.c
118
struct trapframe *tf;
sys/arch/sparc/sparc/compat_16_machdep.c
266
struct trapframe *tf;
sys/arch/sparc/sparc/cpuvar.h
86
void (*memerr)(unsigned, u_int, u_int, struct trapframe *);
sys/arch/sparc/sparc/db_interface.c
140
void kdb_kbd_trap(struct trapframe *);
sys/arch/sparc/sparc/db_interface.c
156
kdb_kbd_trap(struct trapframe *tf)
sys/arch/sparc/sparc/db_interface.c
174
void ddb_suspend(struct trapframe *);
sys/arch/sparc/sparc/db_interface.c
213
ddb_suspend(struct trapframe *tf)
sys/arch/sparc/sparc/db_interface.c
232
kdb_trap(int type, struct trapframe *tf)
sys/arch/sparc/sparc/emul.c
115
decodeaddr(struct trapframe *tf, union instr *code, void *val)
sys/arch/sparc/sparc/emul.c
133
muldiv(struct trapframe *tf,
sys/arch/sparc/sparc/emul.c
220
fixalign(struct lwp *l, struct trapframe *tf, void **data_address)
sys/arch/sparc/sparc/emul.c
385
emulinstr(int pc, struct trapframe *tf)
sys/arch/sparc/sparc/emul.c
55
static inline int readgpreg(struct trapframe *, int, void *);
sys/arch/sparc/sparc/emul.c
57
static inline int writegpreg(struct trapframe *, int, const void *);
sys/arch/sparc/sparc/emul.c
59
static inline int decodeaddr(struct trapframe *, union instr *, void *);
sys/arch/sparc/sparc/emul.c
60
static int muldiv(struct trapframe *, union instr *, int32_t *, int32_t *,
sys/arch/sparc/sparc/emul.c
67
readgpreg(struct trapframe *tf, int i, void *val)
sys/arch/sparc/sparc/emul.c
82
writegpreg(struct trapframe *tf, int i, const void *val)
sys/arch/sparc/sparc/intr.c
197
void nmi_soft(struct trapframe *);
sys/arch/sparc/sparc/intr.c
308
nmi_soft(struct trapframe *tf)
sys/arch/sparc/sparc/kgdb_machdep.c
342
struct trapframe *tf = ®s->db_tf;
sys/arch/sparc/sparc/kgdb_machdep.c
371
struct trapframe *tf = ®s->db_tf;
sys/arch/sparc/sparc/machdep.c
347
struct trapframe *tf = l->l_md.md_tf;
sys/arch/sparc/sparc/machdep.c
488
struct trapframe *tf;
sys/arch/sparc/sparc/machdep.c
601
struct trapframe *tf = (struct trapframe *)l->l_md.md_tf;
sys/arch/sparc/sparc/machdep.c
711
struct trapframe *tf;
sys/arch/sparc/sparc/machdep.c
739
tf = (struct trapframe *)l->l_md.md_tf;
sys/arch/sparc/sparc/memreg.c
180
struct trapframe *tf) /* XXX - unused/invalid */
sys/arch/sparc/sparc/memreg.c
252
hypersparc_memerr(unsigned type, u_int sfsr, u_int sfva, struct trapframe *tf)
sys/arch/sparc/sparc/memreg.c
282
viking_memerr(unsigned type, u_int sfsr, u_int sfva, struct trapframe *tf)
sys/arch/sparc/sparc/memreg.c
331
memerr4m(unsigned type, u_int sfsr, u_int sfva, struct trapframe *tf)
sys/arch/sparc/sparc/memreg.h
69
struct trapframe;
sys/arch/sparc/sparc/memreg.h
70
void memerr4_4c(unsigned, u_int, u_int, u_int, u_int, struct trapframe *);
sys/arch/sparc/sparc/memreg.h
71
void memerr4m(unsigned, u_int, u_int, struct trapframe *);
sys/arch/sparc/sparc/memreg.h
72
void viking_memerr(unsigned, u_int, u_int, struct trapframe *);
sys/arch/sparc/sparc/memreg.h
73
void hypersparc_memerr(unsigned, u_int, u_int, struct trapframe *);
sys/arch/sparc/sparc/sunos_machdep.c
75
struct trapframe *tf;
sys/arch/sparc/sparc/syscall.c
100
static inline void save_fpu(struct trapframe *);
sys/arch/sparc/sparc/syscall.c
102
void syscall(register_t, struct trapframe *, register_t);
sys/arch/sparc/sparc/syscall.c
105
handle_new(struct trapframe *tf, register_t *code)
sys/arch/sparc/sparc/syscall.c
135
getargs(struct proc *p, struct trapframe *tf, register_t *code,
sys/arch/sparc/sparc/syscall.c
179
save_fpu(struct trapframe *tf)
sys/arch/sparc/sparc/syscall.c
213
syscall(register_t code, struct trapframe *tf, register_t pc)
sys/arch/sparc/sparc/syscall.c
96
static inline int handle_new(struct trapframe *, register_t *);
sys/arch/sparc/sparc/syscall.c
97
static inline int getargs(struct proc *p, struct trapframe *,
sys/arch/sparc/sparc/trap.c
211
void trap(unsigned, int, int, struct trapframe *);
sys/arch/sparc/sparc/trap.c
212
void mem_access_fault(unsigned, int, u_int, int, int, struct trapframe *);
sys/arch/sparc/sparc/trap.c
213
void mem_access_fault4m(unsigned, u_int, u_int, struct trapframe *);
sys/arch/sparc/sparc/trap.c
222
trap(unsigned type, int psr, int pc, struct trapframe *tf)
sys/arch/sparc/sparc/trap.c
760
struct trapframe *tf)
sys/arch/sparc/sparc/trap.c
976
mem_access_fault4m(unsigned type, u_int sfsr, u_int sfva, struct trapframe *tf)
sys/arch/sparc/sparc/vm_machdep.c
167
#define TOPFRAMEOFF (USPACE-sizeof(struct trapframe)-sizeof(struct frame))
sys/arch/sparc/sparc/vm_machdep.c
194
struct trapframe *tf2;
sys/arch/sparc/sparc/vm_machdep.c
251
tf2 = l2->l_md.md_tf = (struct trapframe *)
sys/arch/sparc/sparc/vm_machdep.c
255
*tf2 = *(struct trapframe *)((int)opcb + USPACE - sizeof(*tf2));
sys/arch/sparc/sparc/vm_machdep.c
331
struct trapframe *tf = l->l_md.md_tf;
sys/arch/sparc64/sparc64/netbsd32_machdep.c
821
struct trapframe *tf = l->l_md.md_tf;
sys/arch/sparc64/sparc64/netbsd32_machdep.c
916
const struct trapframe *tf = l->l_md.md_tf;
sys/arch/sparc64/sparc64/vm_machdep.c
147
#define TOPFRAMEOFF (USPACE-sizeof(struct trapframe)-CC64FSZ)
sys/arch/sparc64/sparc64/vm_machdep.c
154
#define TOPFRAMEOFF (USPACE-sizeof(struct trapframe)-CC64FSZ)
sys/arch/sparc64/sparc64/vm_machdep.c
186
struct trapframe *tf2;
sys/arch/sparc64/sparc64/vm_machdep.c
237
tf2 = l2->l_md.md_tf = (struct trapframe *)
sys/arch/sparc64/sparc64/vm_machdep.c
241
*tf2 = *(struct trapframe *)((long)opcb + USPACE - sizeof(*tf2));
sys/arch/sparc64/sparc64/vm_machdep.c
359
struct trapframe *tf = l->l_md.md_tf;
sys/arch/sun2/include/frame.h
9
int _nodb_trap(int, struct trapframe *);
sys/arch/sun2/sun2/locore2.c
190
struct trapframe *tf = (struct trapframe *)(nextva + USPACE) - 1;
sys/arch/sun2/sun2/machdep.h
109
int fpu_emulate(struct trapframe *, struct fpframe *, ksiginfo_t *);
sys/arch/sun2/sun2/machdep.h
99
struct trapframe;
sys/arch/sun3/include/frame.h
9
int _nodb_trap(int, struct trapframe *);
sys/arch/sun3/sun3/locore2.c
206
struct trapframe *tf = (struct trapframe *)(nextva + USPACE) - 1;
sys/arch/sun3/sun3/machdep.h
113
int fpu_emulate(struct trapframe *, struct fpframe *, ksiginfo_t *);
sys/arch/sun3/sun3/machdep.h
98
struct trapframe;
sys/arch/sun3/sun3x/locore2.c
178
struct trapframe *tf = (struct trapframe *)(nextva + USPACE) - 1;
sys/arch/sun68k/sun68k/sun68k_trap.c
110
_nodb_trap(int type, struct trapframe *tf)
sys/arch/usermode/modules/syscallemu/syscallemu_arm.c
50
arm_syscall_emu(struct trapframe *frame, struct lwp *l, uint32_t insn)
sys/arch/usermode/modules/syscallemu/syscallemu_arm.c
52
void (*md_syscall)(struct trapframe *, struct lwp *, uint32_t) = NULL;
sys/arch/usermode/modules/syscallemu/syscallemu_x86.c
48
x86_syscall_emu(struct trapframe *frame)
sys/arch/usermode/modules/syscallemu/syscallemu_x86.c
50
void (*md_syscall)(struct trapframe *) = NULL;
sys/arch/vax/include/cpu.h
142
struct trapframe *ci_ddb_regs; /* Used by DDB */
sys/arch/vax/include/db_machdep.h
47
typedef struct trapframe db_regs_t;
sys/arch/vax/include/db_machdep.h
80
void kdb_trap(struct trapframe *);
sys/arch/vax/include/pcb.h
67
struct trapframe md_tf;
sys/arch/vax/include/proc.h
41
struct trapframe *md_utf; /* pointer to user trapframe */
sys/arch/vax/include/proc.h
44
struct trapframe;
sys/arch/vax/include/proc.h
50
void (*md_syscall)(struct trapframe *);
sys/arch/vax/include/signal.h
107
int, struct lwp *, struct trapframe *, vaddr_t, int, vaddr_t);
sys/arch/vax/include/signal.h
119
int, struct lwp *, struct trapframe *, vaddr_t, int, vaddr_t);
sys/arch/vax/include/userret.h
36
userret(struct lwp *l, struct trapframe *tf, u_quad_t oticks)
sys/arch/vax/vax/compat_13_machdep.c
126
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/vax/vax/compat_13_machdep.c
162
int vers, struct lwp *l, struct trapframe *tf, vaddr_t sp, int onstack,
sys/arch/vax/vax/compat_16_machdep.c
123
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/vax/vax/compat_16_machdep.c
172
int vers, struct lwp *l, struct trapframe *tf, vaddr_t sp, int onstack,
sys/arch/vax/vax/db_machdep.c
146
kdb_trap(struct trapframe *tf)
sys/arch/vax/vax/db_machdep.c
196
memcpy(&ddb_regs, tf, sizeof(struct trapframe));
sys/arch/vax/vax/db_machdep.c
198
memcpy(&ddb_regs, stopcpu->ci_ddb_regs, sizeof(struct trapframe));
sys/arch/vax/vax/db_machdep.c
214
memcpy(tf, &ddb_regs, sizeof(struct trapframe));
sys/arch/vax/vax/db_machdep.c
216
memcpy(stopcpu->ci_ddb_regs, &ddb_regs, sizeof(struct trapframe));
sys/arch/vax/vax/db_machdep.c
374
struct trapframe *tf;
sys/arch/vax/vax/db_machdep.c
379
tf = (struct trapframe *) &fp->vax_args[arg_base + 2];
sys/arch/vax/vax/db_machdep.c
624
memcpy(stopcpu->ci_ddb_regs, &ddb_regs, sizeof(struct trapframe));
sys/arch/vax/vax/db_machdep.c
626
memcpy(&ddb_regs, stopcpu->ci_ddb_regs, sizeof(struct trapframe));
sys/arch/vax/vax/machdep.c
469
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/vax/vax/machdep.c
483
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/vax/vax/machdep.c
506
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/vax/vax/machdep.c
626
const struct trapframe * const tf = l->l_md.md_utf;
sys/arch/vax/vax/machdep.c
665
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/vax/vax/sig_machdep.c
106
int, struct lwp *, struct trapframe *, vaddr_t, int, vaddr_t);
sys/arch/vax/vax/sig_machdep.c
109
int, struct lwp *, struct trapframe *, vaddr_t, int, vaddr_t);
sys/arch/vax/vax/sig_machdep.c
151
struct lwp *l, struct trapframe *tf, vaddr_t sp, int onstack,
sys/arch/vax/vax/sig_machdep.c
199
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/vax/vax/syscall.c
52
void syscall(struct trapframe *);
sys/arch/vax/vax/syscall.c
62
syscall(struct trapframe *tf)
sys/arch/vax/vax/trap.c
372
struct trapframe * const tf = l->l_md.md_utf;
sys/arch/vax/vax/trap.c
62
void trap (struct trapframe *);
sys/arch/vax/vax/trap.c
89
trap(struct trapframe *tf)
sys/arch/vax/vax/vm_machdep.c
103
struct trapframe * const tf = (struct trapframe *)(uv + USPACE) - 1;
sys/arch/x86/include/cpu.h
178
struct trapframe *ci_ddb_regs;
sys/arch/x86/include/fpu.h
12
struct trapframe;
sys/arch/x86/include/fpu.h
24
void fputrap(struct trapframe *);
sys/arch/x86/include/fpu.h
25
void fpudna(struct trapframe *);
sys/arch/x86/include/nmi.h
33
struct trapframe;
sys/arch/x86/include/nmi.h
35
nmi_handler_t *nmi_establish(int (*)(const struct trapframe *, void *), void *);
sys/arch/x86/include/nmi.h
37
int nmi_dispatch(const struct trapframe *);
sys/arch/x86/x86/fpu.c
673
fputrap(struct trapframe *frame)
sys/arch/x86/x86/fpu.c
730
fpudna(struct trapframe *frame)
sys/arch/x86/x86/hyperv.c
654
void hyperv_hypercall_intr(struct trapframe *);
sys/arch/x86/x86/hyperv.c
656
hyperv_hypercall_intr(struct trapframe *frame __unused)
sys/arch/x86/x86/nmi.c
142
nmi_dispatch(const struct trapframe *tf)
sys/arch/x86/x86/nmi.c
54
int (*n_func)(const struct trapframe *, void *);
sys/arch/x86/x86/nmi.c
71
nmi_establish(int (*func)(const struct trapframe *, void *), void *arg)
sys/arch/x86/x86/pmap.c
910
struct trapframe *tf = curlwp->l_md.md_regs;
sys/arch/x86/x86/pmap.c
924
pmap_exec_fixup(struct vm_map *map, struct trapframe *tf, struct pcb *pcb)
sys/arch/x86/x86/svs.c
438
ci->ci_svs_rsp0 = rsp0 + PAGE_SIZE + sizeof(struct trapframe);
sys/arch/x86/x86/svs.c
439
ci->ci_svs_ursp0 = ci->ci_svs_rsp0 - sizeof(struct trapframe);
sys/arch/x86/x86/svs.c
661
KASSERT(ci->ci_svs_krsp0 == rsp0 - sizeof(struct trapframe));
sys/arch/x86/x86/svs.c
672
ci->ci_svs_krsp0 = rsp0 - sizeof(struct trapframe);
sys/arch/x86/x86/sys_machdep.c
351
struct trapframe *tf = l->l_md.md_regs;
sys/arch/x86/x86/sys_machdep.c
554
struct trapframe *tf = l->l_md.md_regs;
sys/arch/x86/x86/syscall.c
100
CTASSERT(offsetof(struct trapframe, tf_arg9) >=
sys/arch/x86/x86/syscall.c
57
static void syscall(struct trapframe *);
sys/arch/x86/x86/syscall.c
62
struct trapframe *tf = l->l_md.md_regs;
sys/arch/x86/x86/syscall.c
86
void syscall(struct trapframe *);
sys/arch/x86/x86/syscall.c
91
syscall(struct trapframe *frame)
sys/arch/x86/x86/vm_machdep.c
135
struct trapframe *tf;
sys/arch/x86/x86/vm_machdep.c
174
sizeof(struct trapframe));
sys/arch/x86/x86/vm_machdep.c
179
tf = (struct trapframe *)pcb2->pcb_rsp0 - 1;
sys/arch/x86/x86/vm_machdep.c
182
tf = (struct trapframe *)pcb2->pcb_esp0 - 1;
sys/arch/x86/x86/vm_machdep.c
192
memcpy(tf, l1->l_md.md_regs, sizeof(struct trapframe));
sys/arch/xen/x86/xen_ipi.c
254
struct trapframe tf;
sys/arch/xen/x86/xen_ipi.c
64
extern void ddb_ipi(struct trapframe);
sys/compat/freebsd/freebsd_machdep.c
167
struct trapframe *tf;
sys/compat/freebsd/freebsd_machdep.c
87
struct trapframe *tf = l->l_md.md_regs;
sys/compat/freebsd/freebsd_syscall.c
53
void freebsd_syscall(struct trapframe *);
sys/compat/freebsd/freebsd_syscall.c
68
freebsd_syscall(struct trapframe *frame)
sys/compat/linux/arch/aarch64/linux_machdep.c
135
struct trapframe * const tf = lwp_trapframe(l);
sys/compat/linux/arch/aarch64/linux_machdep.c
200
struct trapframe * const tf = lwp_trapframe(l);
sys/compat/linux/arch/alpha/linux_machdep.c
110
setup_linux_rt_sigframe(struct trapframe *tf, const ksiginfo_t *ksi,
sys/compat/linux/arch/alpha/linux_machdep.c
205
void setup_linux_sigframe(struct trapframe *tf, const ksiginfo_t *ksi,
sys/compat/linux/arch/alpha/linux_machdep.c
312
struct trapframe *tf = l->l_md.md_tf;
sys/compat/linux/arch/alpha/linux_machdep.c
96
struct trapframe *tfp = l->l_md.md_tf;
sys/compat/linux/arch/alpha/linux_machdep.h
95
void setup_linux_rt_sigframe(struct trapframe *, const ksiginfo_t *,
sys/compat/linux/arch/alpha/linux_machdep.h
97
void setup_linux_sigframe(struct trapframe *, const ksiginfo_t *,
sys/compat/linux/arch/amd64/linux_machdep.c
141
struct trapframe *tf = l->l_md.md_regs;
sys/compat/linux/arch/amd64/linux_machdep.c
317
struct trapframe *tf = l->l_md.md_regs;
sys/compat/linux/arch/amd64/linux_machdep.c
463
struct trapframe *tf = arg;
sys/compat/linux/arch/amd64/linux_machdep.c
515
struct trapframe *tf = l->l_md.md_regs;
sys/compat/linux/arch/amd64/linux_machdep.c
87
struct trapframe *tf;
sys/compat/linux/arch/arm/linux_machdep.c
201
struct trapframe * const tf = lwp_trapframe(l);
sys/compat/linux/arch/arm/linux_machdep.c
83
struct trapframe * const tf = lwp_trapframe(l);
sys/compat/linux/arch/i386/linux_machdep.c
1000
struct trapframe *fp = l->l_md.md_regs;
sys/compat/linux/arch/i386/linux_machdep.c
1022
struct trapframe *fp = l->l_md.md_regs;
sys/compat/linux/arch/i386/linux_machdep.c
111
static void linux_save_ucontext(struct lwp *, struct trapframe *,
sys/compat/linux/arch/i386/linux_machdep.c
113
static void linux_save_sigcontext(struct lwp *, struct trapframe *,
sys/compat/linux/arch/i386/linux_machdep.c
129
struct trapframe *tf;
sys/compat/linux/arch/i386/linux_machdep.c
178
linux_save_ucontext(struct lwp *l, struct trapframe *tf, const sigset_t *mask,
sys/compat/linux/arch/i386/linux_machdep.c
190
linux_save_sigcontext(struct lwp *l, struct trapframe *tf,
sys/compat/linux/arch/i386/linux_machdep.c
231
struct trapframe *tf;
sys/compat/linux/arch/i386/linux_machdep.c
310
struct trapframe *tf;
sys/compat/linux/arch/i386/linux_machdep.c
430
struct trapframe *tf;
sys/compat/linux/arch/mips/linux_machdep.c
110
const struct trapframe *tf)
sys/compat/linux/arch/mips/linux_machdep.c
123
const struct trapframe *tf)
sys/compat/linux/arch/mips/linux_machdep.c
148
struct trapframe * const tf = l->l_md.md_utf;
sys/compat/linux/arch/mips/linux_machdep.c
256
linux_putaway_sigcontext(struct trapframe *tf,
sys/compat/linux/arch/mips/linux_machdep.c
269
linux_putaway_sigcontext32(struct trapframe *tf,
sys/compat/linux/arch/powerpc/linux_machdep.c
110
struct trapframe *tf;
sys/compat/linux/arch/powerpc/linux_machdep.c
119
tf = trapframe(l);
sys/compat/linux/arch/powerpc/linux_machdep.c
278
struct trapframe *tf;
sys/compat/linux/arch/powerpc/linux_machdep.c
303
tf = trapframe(l);
sys/compat/linux/arch/powerpc/linux_machdep.c
373
struct trapframe *tf;
sys/compat/linux/arch/powerpc/linux_machdep.c
397
tf = trapframe(l);
sys/compat/linux32/arch/aarch64/linux32_machdep.c
176
struct trapframe * const tf = lwp_trapframe(l);
sys/compat/linux32/arch/aarch64/linux32_machdep.c
282
struct trapframe * const tf = lwp_trapframe(l);
sys/compat/linux32/arch/aarch64/linux32_machdep.c
303
struct trapframe * const tf = lwp_trapframe(l);
sys/compat/linux32/arch/aarch64/linux32_machdep.c
324
struct trapframe * const tf = lwp_trapframe(l);
sys/compat/linux32/arch/amd64/linux32_machdep.c
105
struct trapframe *tf;
sys/compat/linux32/arch/amd64/linux32_machdep.c
175
struct trapframe *tf;
sys/compat/linux32/arch/amd64/linux32_machdep.c
282
struct trapframe *tf;
sys/compat/linux32/arch/amd64/linux32_machdep.c
328
linux32_save_ucontext(struct lwp *l, struct trapframe *tf,
sys/compat/linux32/arch/amd64/linux32_machdep.c
341
linux32_save_sigcontext(struct lwp *l, struct trapframe *tf,
sys/compat/linux32/arch/amd64/linux32_machdep.c
412
struct trapframe *tf;
sys/compat/linux32/arch/amd64/linux32_machdep.c
81
static void linux32_save_ucontext(struct lwp *, struct trapframe *,
sys/compat/linux32/arch/amd64/linux32_machdep.c
83
static void linux32_save_sigcontext(struct lwp *, struct trapframe *,
sys/compat/netbsd32/netbsd32_mod.c
139
amd64_oosyscall_handle(struct proc *p, struct trapframe *frame)
sys/dev/acpi/apei_hest.c
277
apei_hest_ghes_nmi(const struct trapframe *tf, void *cookie)
sys/dev/acpi/apei_hest.c
300
apei_hest_ghes_v2_nmi(const struct trapframe *tf, void *cookie)
sys/dev/nvmm/x86/nvmm_x86_vmx.c
1216
struct trapframe fake;
sys/dev/tprof/tprof_armv7.c
224
const struct trapframe * const tf = priv;
sys/dev/tprof/tprof_armv8.c
196
const struct trapframe * const tf = priv;
sys/dev/tprof/tprof_x86_amd.c
186
tprof_amd_nmi(const struct trapframe *tf, void *arg)
sys/dev/tprof/tprof_x86_intel.c
178
tprof_intel_nmi(const struct trapframe *tf, void *arg)
sys/dev/wscons/wsdisplay_compat_usl.c
441
struct trapframe *fp = (struct trapframe *)curlwp->l_md.md_regs;
sys/sys/compat_stub.h
402
struct trapframe;
sys/sys/compat_stub.h
403
MODULE_HOOK(amd64_oosyscall_hook, int, (struct proc *, struct trapframe *));
sys/sys/dtrace_bsd.h
48
struct trapframe;
sys/sys/dtrace_bsd.h
66
typedef int (*dtrace_trap_func_t)(struct trapframe *, u_int);
sys/sys/dtrace_bsd.h
68
int dtrace_trap(struct trapframe *, u_int);
usr.sbin/crash/arch/alpha.c
51
struct trapframe ddb_regs;