/linux-6.3-rc2/arch/powerpc/kernel/ptrace/ |
A D | ptrace.c | 128 0, sizeof(struct user_pt_regs), in arch_ptrace() 137 0, sizeof(struct user_pt_regs), in arch_ptrace() 348 offsetof(struct user_pt_regs, gpr)); in pt_regs_check() 350 offsetof(struct user_pt_regs, nip)); in pt_regs_check() 352 offsetof(struct user_pt_regs, msr)); in pt_regs_check() 356 offsetof(struct user_pt_regs, ctr)); in pt_regs_check() 360 offsetof(struct user_pt_regs, xer)); in pt_regs_check() 362 offsetof(struct user_pt_regs, ccr)); in pt_regs_check() 368 offsetof(struct user_pt_regs, mq)); in pt_regs_check() 373 offsetof(struct user_pt_regs, dar)); in pt_regs_check() [all …]
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | ptrace.h | 126 struct user_pt_regs __user *data); 128 struct user_pt_regs __user *data);
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | elf.h | 147 #define ELF_NGREG (sizeof(struct user_pt_regs) / sizeof(elf_greg_t)) 149 *(struct user_pt_regs *)&(dest) = (regs)->user_regs;
|
A D | ptrace.h | 180 struct user_pt_regs user_regs; 365 int valid_user_regs(struct user_pt_regs *regs, struct task_struct *task);
|
A D | debug-monitors.h | 101 void user_regs_reset_single_step(struct user_pt_regs *regs,
|
/linux-6.3-rc2/arch/s390/include/uapi/asm/ |
A D | bpf_perf_event.h | 7 typedef user_pt_regs bpf_user_pt_regs_t;
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | bpf_perf_event.h | 7 typedef struct user_pt_regs bpf_user_pt_regs_t;
|
A D | user.h | 34 struct user_pt_regs regs; /* entire machine state */
|
/linux-6.3-rc2/arch/arm64/include/uapi/asm/ |
A D | bpf_perf_event.h | 7 typedef struct user_pt_regs bpf_user_pt_regs_t;
|
/linux-6.3-rc2/tools/arch/arm64/include/uapi/asm/ |
A D | bpf_perf_event.h | 7 typedef struct user_pt_regs bpf_user_pt_regs_t;
|
/linux-6.3-rc2/tools/arch/s390/include/uapi/asm/ |
A D | bpf_perf_event.h | 7 typedef user_pt_regs bpf_user_pt_regs_t;
|
/linux-6.3-rc2/arch/loongarch/include/uapi/asm/ |
A D | bpf_perf_event.h | 7 typedef struct user_pt_regs bpf_user_pt_regs_t;
|
A D | ptrace.h | 30 struct user_pt_regs { struct
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | perf_event.h | 10 #define perf_arch_bpf_user_pt_regs(regs) (struct user_pt_regs *)regs
|
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | debug-monitors.c | 144 static void set_user_regs_spsr_ss(struct user_pt_regs *regs) in set_user_regs_spsr_ss() 150 static void clear_user_regs_spsr_ss(struct user_pt_regs *regs) in clear_user_regs_spsr_ss() 407 void user_regs_reset_single_step(struct user_pt_regs *regs, in user_regs_reset_single_step()
|
/linux-6.3-rc2/arch/powerpc/include/uapi/asm/ |
A D | sigcontext.h | 26 struct user_pt_regs __user *regs;
|
A D | ptrace.h | 33 struct user_pt_regs struct
|
/linux-6.3-rc2/tools/perf/arch/s390/util/ |
A D | dwarf-regs.c | 42 return offsetof(user_pt_regs, gprs) + 8 * gpr; in regs_query_register_offset()
|
/linux-6.3-rc2/arch/xtensa/include/uapi/asm/ |
A D | ptrace.h | 47 struct user_pt_regs { struct
|
/linux-6.3-rc2/arch/nios2/include/uapi/asm/ |
A D | ptrace.h | 79 struct user_pt_regs { struct
|
/linux-6.3-rc2/arch/mips/kernel/ |
A D | ptrace32.c | 274 (struct user_pt_regs __user *) (__u64) data); in compat_arch_ptrace() 279 (struct user_pt_regs __user *) (__u64) data); in compat_arch_ptrace()
|
/linux-6.3-rc2/arch/mips/include/uapi/asm/ |
A D | ptrace.h | 34 struct user_pt_regs { struct
|
/linux-6.3-rc2/tools/perf/arch/arm64/util/ |
A D | dwarf-regs.c | 25 (index * sizeof((struct user_pt_regs *)0)->regs[0])
|
/linux-6.3-rc2/arch/xtensa/kernel/ |
A D | ptrace.c | 44 struct user_pt_regs newregs = { in gpr_get() 73 struct user_pt_regs newregs = {0}; in gpr_set() 197 .n = sizeof(struct user_pt_regs) / sizeof(u32),
|
/linux-6.3-rc2/arch/xtensa/include/asm/ |
A D | elf.h | 78 typedef struct user_pt_regs xtensa_gregset_t;
|