Lines Matching refs:pt_regs
71 struct pt_regs *regs; in get_fpu_long()
72 regs = (struct pt_regs*)((unsigned char *)task + THREAD_SIZE) - 1; in get_fpu_long()
112 struct pt_regs *regs; in put_fpu_long()
114 regs = (struct pt_regs*)((unsigned char *)task + THREAD_SIZE) - 1; in put_fpu_long()
132 struct pt_regs *regs = child->thread.uregs; in user_enable_single_step()
141 struct pt_regs *regs = child->thread.uregs; in user_disable_single_step()
153 const struct pt_regs *regs = task_pt_regs(target); in genregs_get()
165 offsetof(struct pt_regs, regs[0]), in genregs_get()
171 offsetof(struct pt_regs, tregs[0]), in genregs_get()
176 sizeof(struct pt_regs), -1); in genregs_get()
186 struct pt_regs *regs = task_pt_regs(target); in genregs_set()
198 offsetof(struct pt_regs, regs[0]), in genregs_set()
205 offsetof(struct pt_regs, tregs[0]), in genregs_set()
210 sizeof(struct pt_regs), -1); in genregs_set()
401 if (addr < sizeof(struct pt_regs)) in arch_ptrace()
429 if (addr < sizeof(struct pt_regs)) { in arch_ptrace()
431 if (addr == offsetof (struct pt_regs, sr)+4) in arch_ptrace()
437 if (addr == offsetof (struct pt_regs, sr)) in arch_ptrace()
459 0, sizeof(struct pt_regs), in arch_ptrace()
464 0, sizeof(struct pt_regs), in arch_ptrace()
507 asmlinkage long long do_syscall_trace_enter(struct pt_regs *regs) in do_syscall_trace_enter()
531 asmlinkage void do_syscall_trace_leave(struct pt_regs *regs) in do_syscall_trace_leave()
546 asmlinkage void do_single_step(unsigned long long vec, struct pt_regs *regs) in do_single_step()