Lines Matching refs:offsetof
75 if (addr == offsetof(struct user_fpu_struct, fpscr)) { in get_fpu_long()
165 offsetof(struct pt_regs, regs[0]), in genregs_get()
171 offsetof(struct pt_regs, tregs[0]), in genregs_get()
198 offsetof(struct pt_regs, regs[0]), in genregs_set()
205 offsetof(struct pt_regs, tregs[0]), in genregs_set()
403 else if ((addr >= offsetof(struct user, fpu)) && in arch_ptrace()
404 (addr < offsetof(struct user, u_fpvalid))) { in arch_ptrace()
409 index = addr - offsetof(struct user, fpu); in arch_ptrace()
411 } else if (addr == offsetof(struct user, u_fpvalid)) { 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()
445 else if ((addr >= offsetof(struct user, fpu)) && in arch_ptrace()
446 (addr < offsetof(struct user, u_fpvalid))) { in arch_ptrace()
451 index = addr - offsetof(struct user, fpu); in arch_ptrace()