Lines Matching refs:offsetof
116 unsigned long pc = get_stack_long(child, offsetof(struct pt_regs, pc)); in user_enable_single_step()
153 offsetof(struct pt_regs, pc), in genregs_get()
176 offsetof(struct pt_regs, pc), in genregs_set()
388 else if (addr >= offsetof(struct user, fpu) && in arch_ptrace()
389 addr < offsetof(struct user, u_fpvalid)) { in arch_ptrace()
391 if (addr == offsetof(struct user, fpu.fpscr)) in arch_ptrace()
400 index = addr - offsetof(struct user, fpu); in arch_ptrace()
404 } else if (addr == offsetof(struct user, u_fpvalid)) in arch_ptrace()
428 else if (addr >= offsetof(struct user, fpu) && in arch_ptrace()
429 addr < offsetof(struct user, u_fpvalid)) { in arch_ptrace()
434 index = addr - offsetof(struct user, fpu); in arch_ptrace()
439 } else if (addr == offsetof(struct user, u_fpvalid)) { in arch_ptrace()