Home
last modified time | relevance | path

Searched refs:user_pt_regs (Results 1 – 25 of 40) sorted by relevance

12

/linux-6.3-rc2/arch/powerpc/kernel/ptrace/
A Dptrace.c128 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 Dptrace.h126 struct user_pt_regs __user *data);
128 struct user_pt_regs __user *data);
/linux-6.3-rc2/arch/arm64/include/asm/
A Delf.h147 #define ELF_NGREG (sizeof(struct user_pt_regs) / sizeof(elf_greg_t))
149 *(struct user_pt_regs *)&(dest) = (regs)->user_regs;
A Dptrace.h180 struct user_pt_regs user_regs;
365 int valid_user_regs(struct user_pt_regs *regs, struct task_struct *task);
A Ddebug-monitors.h101 void user_regs_reset_single_step(struct user_pt_regs *regs,
/linux-6.3-rc2/arch/s390/include/uapi/asm/
A Dbpf_perf_event.h7 typedef user_pt_regs bpf_user_pt_regs_t;
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dbpf_perf_event.h7 typedef struct user_pt_regs bpf_user_pt_regs_t;
A Duser.h34 struct user_pt_regs regs; /* entire machine state */
/linux-6.3-rc2/arch/arm64/include/uapi/asm/
A Dbpf_perf_event.h7 typedef struct user_pt_regs bpf_user_pt_regs_t;
/linux-6.3-rc2/tools/arch/arm64/include/uapi/asm/
A Dbpf_perf_event.h7 typedef struct user_pt_regs bpf_user_pt_regs_t;
/linux-6.3-rc2/tools/arch/s390/include/uapi/asm/
A Dbpf_perf_event.h7 typedef user_pt_regs bpf_user_pt_regs_t;
/linux-6.3-rc2/arch/loongarch/include/uapi/asm/
A Dbpf_perf_event.h7 typedef struct user_pt_regs bpf_user_pt_regs_t;
A Dptrace.h30 struct user_pt_regs { struct
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dperf_event.h10 #define perf_arch_bpf_user_pt_regs(regs) (struct user_pt_regs *)regs
/linux-6.3-rc2/arch/arm64/kernel/
A Ddebug-monitors.c144 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 Dsigcontext.h26 struct user_pt_regs __user *regs;
A Dptrace.h33 struct user_pt_regs struct
/linux-6.3-rc2/tools/perf/arch/s390/util/
A Ddwarf-regs.c42 return offsetof(user_pt_regs, gprs) + 8 * gpr; in regs_query_register_offset()
/linux-6.3-rc2/arch/xtensa/include/uapi/asm/
A Dptrace.h47 struct user_pt_regs { struct
/linux-6.3-rc2/arch/nios2/include/uapi/asm/
A Dptrace.h79 struct user_pt_regs { struct
/linux-6.3-rc2/arch/mips/kernel/
A Dptrace32.c274 (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 Dptrace.h34 struct user_pt_regs { struct
/linux-6.3-rc2/tools/perf/arch/arm64/util/
A Ddwarf-regs.c25 (index * sizeof((struct user_pt_regs *)0)->regs[0])
/linux-6.3-rc2/arch/xtensa/kernel/
A Dptrace.c44 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 Delf.h78 typedef struct user_pt_regs xtensa_gregset_t;

Completed in 35 milliseconds

12