Home
last modified time | relevance | path

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

/arch/arc/kernel/
Dptrace.c27 const struct pt_regs *ptregs = task_pt_regs(target); in genregs_get() local
51 REG_O_ONE(scratch.bta, &ptregs->bta); in genregs_get()
52 REG_O_ONE(scratch.lp_start, &ptregs->lp_start); in genregs_get()
53 REG_O_ONE(scratch.lp_end, &ptregs->lp_end); in genregs_get()
54 REG_O_ONE(scratch.lp_count, &ptregs->lp_count); in genregs_get()
55 REG_O_ONE(scratch.status32, &ptregs->status32); in genregs_get()
56 REG_O_ONE(scratch.ret, &ptregs->ret); in genregs_get()
57 REG_O_ONE(scratch.blink, &ptregs->blink); in genregs_get()
58 REG_O_ONE(scratch.fp, &ptregs->fp); in genregs_get()
59 REG_O_ONE(scratch.gp, &ptregs->r26); in genregs_get()
[all …]
/arch/m68k/kernel/
Dtraps.c165 do_page_fault(&fp->ptregs, addr, errorcode); in access_error060()
170 send_fault_sig(&fp->ptregs); in access_error060()
172 send_fault_sig(&fp->ptregs) > 0) { in access_error060()
173 pr_err("pc=%#lx, fa=%#lx\n", fp->ptregs.pc, in access_error060()
279 send_fault_sig(&fp->ptregs); in do_040writebacks()
334 if (do_page_fault(&fp->ptregs, addr, errorcode)) { in access_error040()
336 if (user_mode(&fp->ptregs)){ in access_error040()
359 if (send_fault_sig(&fp->ptregs) >= 0) in access_error040()
386 fp->ptregs.format == 0xa ? fp->ptregs.pc + 2 : fp->un.fmtb.baddr - 2 in bus_error030()
388 fp->ptregs.format == 0xa ? fp->ptregs.pc + 4 : fp->un.fmtb.baddr); in bus_error030()
[all …]
/arch/arm64/include/asm/
Dptrace.h239 #define SET_USP(ptregs, value) \ argument
320 #define GET_FP(ptregs) ((unsigned long)(ptregs)->regs[29]) argument
321 #define SET_FP(ptregs, value) ((ptregs)->regs[29] = ((u64) (value))) argument
/arch/x86/entry/syscalls/
Dsyscall_64.tbl24 15 64 rt_sigreturn sys_rt_sigreturn/ptregs
65 56 common clone sys_clone/ptregs
66 57 common fork sys_fork/ptregs
67 58 common vfork sys_vfork/ptregs
68 59 64 execve sys_execve/ptregs
181 172 common iopl sys_iopl/ptregs
331 322 64 execveat sys_execveat/ptregs
355 520 x32 execve compat_sys_execve/ptregs
380 545 x32 execveat compat_sys_execveat/ptregs
/arch/m68k/include/asm/
Dtraps.h207 struct pt_regs ptregs; member
/arch/tile/kernel/
Dprocess.c257 struct pt_regs *ptregs = task_pt_regs(tsk); in dump_task_regs() local
258 elf_core_copy_regs(regs, ptregs); in dump_task_regs()
/arch/cris/arch-v32/kernel/
Dentry.S256 ;; and ptregs.h.
388 ;; This prologue MUST match the one in irq.h and the struct in ptregs.h!
/arch/x86/include/asm/fpu/
Dinternal.h37 extern int dump_fpu(struct pt_regs *ptregs, struct user_i387_struct *fpstate);
/arch/cris/arch-v10/kernel/
Dentry.S201 ;; this epilogue MUST match the prologues in multiple_interrupt, irq.h and ptregs.h
435 ;; this prologue MUST match the one in irq.h and the struct in ptregs.h!!!