Searched refs:trapframe (Results 151 - 175 of 287) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/arch/arm/arm/
H A Darm_machdep.c152 struct trapframe *tf;
224 struct trapframe *tf;
H A Dsyscall.c207 void syscall(struct trapframe *, lwp_t *, uint32_t);
216 syscall(struct trapframe *frame, lwp_t *l, uint32_t insn)
327 struct trapframe *frame = pcb->pcb_tf;
H A Dundefined.c89 static int gdb_trapper(u_int, u_int, struct trapframe *, int);
126 cp15_trapper(u_int addr, u_int insn, struct trapframe *frame, int code)
175 gdb_trapper(u_int addr, u_int insn, struct trapframe *frame, int code)
/netbsd-6-1-5-RELEASE/sys/arch/arm/fpe-arm/
H A Darmfpe_init.c173 arm_fpe_postproc(u_int fpframe, struct trapframe *frame)
222 arm_fpe_exception(int exception, u_int fpframe, struct trapframe *frame)
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/powerpc/
H A Dcompat_13_machdep.c64 struct trapframe * const tf = l->l_md.md_utf;
H A Dsig_machdep.c62 struct trapframe * const tf = l->l_md.md_utf;
151 const struct trapframe * const tf = l->l_md.md_utf;
198 struct trapframe * const tf = l->l_md.md_utf;
H A Dpowerpc_machdep.c105 struct trapframe * const tf = l->l_md.md_utf;
323 struct trapframe * const tf = l->l_md.md_utf;
339 struct trapframe * const tf = l->l_md.md_utf;
347 struct trapframe * const tf = l->l_md.md_utf;
357 struct trapframe * const tf = l->l_md.md_utf;
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dcompat_13_machdep.c72 struct trapframe *tf;
/netbsd-6-1-5-RELEASE/sys/arch/hppa/include/
H A Ddb_machdep.h49 typedef struct trapframe db_regs_t;
/netbsd-6-1-5-RELEASE/sys/arch/m68k/include/
H A Dcpu.h192 #define LWP_PC(l) (((struct trapframe *)((l)->l_md.md_regs))->tf_pc)
H A Ddb_machdep.h57 typedef struct trapframe db_regs_t;
/netbsd-6-1-5-RELEASE/sys/arch/m68k/m68k/
H A Dreenter_syscall.s24 | The m68k frame (struct trapframe) format:
H A Dregdump.c62 regdump(struct trapframe *tf, int sbytes)
/netbsd-6-1-5-RELEASE/sys/arch/mips/mips/
H A Dprocess_machdep.c123 struct trapframe * const tf = l->l_md.md_utf;
H A Dvm_machdep.c72 * Copy and update the pcb and trapframe, making the child ready to run.
93 struct trapframe *tf;
105 * Copy the trapframe from parent, so that return to userspace
109 tf = (struct trapframe *)(ua2 + USPACE) - 1;
140 struct trapframe * const tf = l->l_md.md_utf;
142 KASSERT(tf == (struct trapframe *)(uvm_lwp_getuarea(l) + USPACE) - 1);
/netbsd-6-1-5-RELEASE/sys/arch/acorn26/acorn26/
H A Dfpu.c111 fpu_undef_handler(u_int addr, u_int insn, struct trapframe *tf, int fault_code)
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Dprocess_machdep.c108 struct trapframe *frame = lwp_frame(l);
H A Ddb_trace.c193 struct trapframe *tf;
211 tf = (struct trapframe *)addr;
291 * trapframe.
294 tf = (struct trapframe *)frame;
/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Dvm_machdep.c77 * cpu_lwp_fork() copies parent process trapframe and creates a fake CALLS
109 struct trapframe * const tf = (struct trapframe *)(uv + USPACE) - 1;
125 * Set up the calls frame above (below) the trapframe and populate
182 struct trapframe * const tf = l->l_md.md_utf;
/netbsd-6-1-5-RELEASE/sys/arch/xen/x86/
H A Dxen_ipi.c65 extern void ddb_ipi(struct trapframe);
67 extern void ddb_ipi(int, struct trapframe);
246 struct trapframe tf;
/netbsd-6-1-5-RELEASE/sys/arch/hppa/hppa/
H A Ddb_machdep.c119 "Displays the contents of a trapframe",
129 struct trapframe *tf, *ktf, ltf;
140 /* Or an arbitrary trapframe */
146 ktf = (struct trapframe *)l.l_md.md_regs;
148 ktf = (struct trapframe *)addr;
H A Dtrap.c179 void syscall(struct trapframe *, int *);
182 struct trapframe *sanity_frame;
185 void frame_sanity_check(const char *, int, int, struct trapframe *,
196 static void user_backtrace(struct trapframe *, struct lwp *, int);
236 trap_kdebug(int type, int code, struct trapframe *frame)
354 user_backtrace(struct trapframe *tf, struct lwp *l, int type)
403 * This sanity-checks a trapframe. It is full of various assumptions about
407 frame_sanity_check(const char *func, int line, int type, struct trapframe *tf,
435 * way out and assume that the trapframe is okay.
483 trap(int type, struct trapframe *fram
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/i386/i386/
H A Dcompat_16_machdep.c83 struct trapframe *tf;
98 void syscall_vm86(struct trapframe *);
172 struct trapframe *tf = l->l_md.md_regs;
/netbsd-6-1-5-RELEASE/sys/arch/arm/arm32/
H A Dvm_machdep.c108 struct trapframe *tf = pcb->pcb_tf;
121 * Copy and update the pcb and trapframe, making the child ready to run.
135 struct trapframe *tf;
195 tf = (struct trapframe *)pcb2->pcb_un.un_32.pcb32_sp - 1;
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/mips/
H A Dlinux_machdep.c111 const struct trapframe *tf)
124 const struct trapframe *tf)
149 struct trapframe * const tf = l->l_md.md_utf;
257 linux_putaway_sigcontext(struct trapframe *tf,
270 linux_putaway_sigcontext32(struct trapframe *tf,

Completed in 230 milliseconds

1234567891011>>