Home
last modified time | relevance | path

Searched refs:ptregs (Results 1 – 7 of 7) sorted by relevance

/arch/arc/kernel/
Dptrace.c26 const struct pt_regs *ptregs = task_pt_regs(target); in genregs_get() local
50 REG_O_ONE(scratch.bta, &ptregs->bta); in genregs_get()
51 REG_O_ONE(scratch.lp_start, &ptregs->lp_start); in genregs_get()
52 REG_O_ONE(scratch.lp_end, &ptregs->lp_end); in genregs_get()
53 REG_O_ONE(scratch.lp_count, &ptregs->lp_count); in genregs_get()
54 REG_O_ONE(scratch.status32, &ptregs->status32); in genregs_get()
55 REG_O_ONE(scratch.ret, &ptregs->ret); in genregs_get()
56 REG_O_ONE(scratch.blink, &ptregs->blink); in genregs_get()
57 REG_O_ONE(scratch.fp, &ptregs->fp); in genregs_get()
58 REG_O_ONE(scratch.gp, &ptregs->r26); in genregs_get()
[all …]
/arch/m68k/kernel/
Dtraps.c164 do_page_fault(&fp->ptregs, addr, errorcode); in access_error060()
169 send_fault_sig(&fp->ptregs); in access_error060()
171 send_fault_sig(&fp->ptregs) > 0) { in access_error060()
172 pr_err("pc=%#lx, fa=%#lx\n", fp->ptregs.pc, in access_error060()
278 send_fault_sig(&fp->ptregs); in do_040writebacks()
333 if (do_page_fault(&fp->ptregs, addr, errorcode)) { in access_error040()
335 if (user_mode(&fp->ptregs)){ in access_error040()
358 if (send_fault_sig(&fp->ptregs) >= 0) in access_error040()
385 fp->ptregs.format == 0xa ? fp->ptregs.pc + 2 : fp->un.fmtb.baddr - 2 in bus_error030()
387 fp->ptregs.format == 0xa ? fp->ptregs.pc + 4 : fp->un.fmtb.baddr); in bus_error030()
[all …]
/arch/m68k/include/asm/
Dtraps.h207 struct pt_regs ptregs; member
/arch/tile/kernel/
Dprocess.c254 struct pt_regs *ptregs = task_pt_regs(tsk); in dump_task_regs() local
255 elf_core_copy_regs(regs, ptregs); in dump_task_regs()
/arch/cris/arch-v32/kernel/
Dentry.S255 ;; and ptregs.h.
387 ;; This prologue MUST match the one in irq.h and the struct in ptregs.h!
/arch/x86/include/asm/fpu/
Dinternal.h35 extern int dump_fpu(struct pt_regs *ptregs, struct user_i387_struct *fpstate);
/arch/cris/arch-v10/kernel/
Dentry.S200 ;; this epilogue MUST match the prologues in multiple_interrupt, irq.h and ptregs.h
434 ;; this prologue MUST match the one in irq.h and the struct in ptregs.h!!!