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

<<1112

/netbsd-6-1-5-RELEASE/sys/arch/mac68k/mac68k/
H A Dtrap.c303 regdump((struct trapframe *)fp, 128);
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/mvme68k/
H A Dtrap.c337 regdump((struct trapframe *)fp, 128);
/netbsd-6-1-5-RELEASE/sys/arch/atari/atari/
H A Dtrap.c289 regdump((struct trapframe *)fp, 128);
/netbsd-6-1-5-RELEASE/sys/arch/hp300/hp300/
H A Dtrap.c309 regdump((struct trapframe *)fp, 128);
/netbsd-6-1-5-RELEASE/sys/arch/hp700/hp700/
H A Dmachdep.c1869 struct trapframe *tf = l->l_md.md_regs;
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dpmap.c863 struct trapframe *tf = curlwp->l_md.md_regs;
878 pmap_exec_fixup(struct vm_map *map, struct trapframe *tf, struct pcb *pcb)
/netbsd-6-1-5-RELEASE/sys/arch/mips/mips/
H A DmipsX_subr.S609 * Build trapframe on stack to hold interrupted kernel context, then
612 * trapframe is pointed to by the 5th arg and a dummy sixth argument is used
689 REG_S v0, KERNFRAME_ARG5(sp) # 5th arg is p. to trapframe
692 PTR_ADDU a4, sp, TF_BASE # 5th arg is p. to trapframe
696 * save PPL in trapframe
1373 * trapframe.
H A Dlocore_mips1.S190 * Build trapframe on stack to hold interrupted kernel context, then
193 * trapframe is pointed to by the 5th arg and a dummy sixth argument is used
269 REG_S v0, KERNFRAME_ARG5(sp) # 5th arg is p. to trapframe
272 * save PPL in trapframe
859 * trapframe.
H A Dfp.S108 * mips_emul_fp(uint32_t instr, struct trapframe *tf, uint32_t cause)
2895 move a0, a1 # 1st arg is p. to trapframe
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dlocore.s996 * However, if we use physical addresses to save our trapframe, we will need
1014 * allocated stack pointer (trapframe) and the old value is stored in
1041 * We could store the trapframe and trap address info to the stack
1054 * they will allocate a trapframe at the bottom of the kernel stack,
1742 * after creating the trapframe.
2662 stx %g1, [%g6 + CC64FSZ + STKB + TF_FAULT] ! Generate a new trapframe
2819 call _C_LABEL(kgdb_trap_glue) ! kgdb_trap_glue(type, &trapframe)
2820 add %sp, CCFSZ, %o1 ! (&trapframe)
2842 * struct trapframe *tf0;
2850 /* copy trapframe t
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Dpmap.c3663 pmap_do_tlb_shootdown(struct cpu_info *ci, struct trapframe *framep)
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dlocore.s1433 * Trapframes should use -CCFSZ-80. (80 = sizeof(struct trapframe);
1772 * signal delivery or ptracing, for which we must build a full trapframe.
1783 * %l4 = %y, until we call mem_access_fault (then onto trapframe)
2248 call _C_LABEL(kgdb_trap_glue)! kgdb_trap_glue(type, &trapframe)
2249 add %sp, CCFSZ, %o1 ! (&trapframe)
2271 * struct trapframe *tf0;
2279 /* copy trapframe to top of kgdb stack */
2330 * Note that the trapframe argument in %g1 points into the current stack
2478 * An interrupt frame is built in the space for a full trapframe;
3101 * Setup a trapframe fo
[all...]

Completed in 292 milliseconds

<<1112