Home
last modified time | relevance | path

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

12

/linux/arch/powerpc/kernel/ptrace/
H A Dptrace.c125 0, sizeof(struct user_pt_regs), in arch_ptrace()
134 0, sizeof(struct user_pt_regs), in arch_ptrace()
345 offsetof(struct user_pt_regs, gpr)); in pt_regs_check()
347 offsetof(struct user_pt_regs, nip)); in pt_regs_check()
349 offsetof(struct user_pt_regs, msr)); in pt_regs_check()
351 offsetof(struct user_pt_regs, orig_gpr3)); in pt_regs_check()
353 offsetof(struct user_pt_regs, ctr)); in pt_regs_check()
355 offsetof(struct user_pt_regs, link)); in pt_regs_check()
357 offsetof(struct user_pt_regs, xer)); in pt_regs_check()
359 offsetof(struct user_pt_regs, ccr)); in pt_regs_check()
[all …]
/linux/arch/mips/include/asm/
H A Dptrace.h128 struct user_pt_regs __user *data);
130 struct user_pt_regs __user *data);
/linux/arch/arm64/kernel/
H A Ddebug-monitors.c148 static void set_user_regs_spsr_ss(struct user_pt_regs *regs) in set_user_regs_spsr_ss()
154 static void clear_user_regs_spsr_ss(struct user_pt_regs *regs) in clear_user_regs_spsr_ss()
337 void user_regs_reset_single_step(struct user_pt_regs *regs, in user_regs_reset_single_step()
/linux/arch/arm64/include/asm/
H A Delf.h147 #define ELF_NGREG (sizeof(struct user_pt_regs) / sizeof(elf_greg_t))
149 *(struct user_pt_regs *)&(dest) = (regs)->user_regs;
H A Dptrace.h158 struct user_pt_regs user_regs;
337 int valid_user_regs(struct user_pt_regs *regs, struct task_struct *task);
H A Ddebug-monitors.h71 void user_regs_reset_single_step(struct user_pt_regs *regs,
H A Dtraps.h112 static inline void arm64_mops_reset_regs(struct user_pt_regs *regs, unsigned long esr) in arm64_mops_reset_regs()
/linux/arch/loongarch/include/uapi/asm/
H A Dbpf_perf_event.h7 typedef struct user_pt_regs bpf_user_pt_regs_t;
H A Dptrace.h26 struct user_pt_regs { struct
/linux/arch/powerpc/include/asm/
H A Dbpf_perf_event.h7 typedef struct user_pt_regs bpf_user_pt_regs_t;
H A Duser.h34 struct user_pt_regs regs; /* entire machine state */
/linux/arch/s390/include/uapi/asm/
H A Dbpf_perf_event.h7 typedef user_pt_regs bpf_user_pt_regs_t;
H A Dptrace.h174 } user_pt_regs; typedef
/linux/arch/arm64/include/uapi/asm/
H A Dbpf_perf_event.h7 typedef struct user_pt_regs bpf_user_pt_regs_t;
H A Dptrace.h88 struct user_pt_regs { struct
/linux/arch/loongarch/include/asm/
H A Dperf_event.h12 #define perf_arch_bpf_user_pt_regs(regs) (struct user_pt_regs *)regs
/linux/arch/mips/kernel/
H 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/arch/powerpc/include/uapi/asm/
H A Dsigcontext.h26 struct user_pt_regs __user *regs;
H A Dptrace.h33 struct user_pt_regs struct
/linux/arch/xtensa/include/uapi/asm/
H A Dptrace.h47 struct user_pt_regs { struct
/linux/arch/nios2/include/uapi/asm/
H A Dptrace.h79 struct user_pt_regs { struct
/linux/arch/mips/include/uapi/asm/
H A Dptrace.h34 struct user_pt_regs { struct
/linux/arch/xtensa/kernel/
H 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/arch/xtensa/include/asm/
H A Delf.h78 typedef struct user_pt_regs xtensa_gregset_t;
/linux/arch/s390/include/asm/
H A Dptrace.h116 user_pt_regs user_regs;

12