/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/ |
H A D | ptrace.c | 128 0, sizeof(struct user_pt_regs), in arch_ptrace() 137 0, sizeof(struct user_pt_regs), in arch_ptrace() 343 * struct user_pt_regs don't match. 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() 354 offsetof(struct user_pt_regs, orig_gpr3)); in pt_regs_check() 356 offsetof(struct user_pt_regs, ctr)); in pt_regs_check() 358 offsetof(struct user_pt_regs, link)); in pt_regs_check() 360 offsetof(struct user_pt_regs, xe in pt_regs_check() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/ |
H A D | ptrace.c | 169 0, sizeof(struct user_pt_regs), in arch_ptrace() 178 0, sizeof(struct user_pt_regs), in arch_ptrace() 389 * struct user_pt_regs don't match. 394 offsetof(struct user_pt_regs, gpr)); in pt_regs_check() 396 offsetof(struct user_pt_regs, nip)); in pt_regs_check() 398 offsetof(struct user_pt_regs, msr)); in pt_regs_check() 400 offsetof(struct user_pt_regs, msr)); in pt_regs_check() 402 offsetof(struct user_pt_regs, orig_gpr3)); in pt_regs_check() 404 offsetof(struct user_pt_regs, ctr)); in pt_regs_check() 406 offsetof(struct user_pt_regs, lin in pt_regs_check() [all...] |
/kernel/linux/linux-5.10/arch/nds32/kernel/ |
H A D | ptrace.c | 19 sizeof(struct user_pt_regs)); in gpr_get() 27 struct user_pt_regs newregs = task_pt_regs(target)->user_regs; in gpr_set() 40 .n = sizeof(struct user_pt_regs) / sizeof(u32),
|
/kernel/linux/linux-5.10/arch/nds32/include/asm/ |
H A D | elf.h | 76 #define ELF_NGREG (sizeof (struct user_pt_regs) / sizeof(elf_greg_t)) 78 *(struct user_pt_regs *)&(dest) = (regs)->user_regs;
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | ptrace.h | 126 struct user_pt_regs __user *data); 128 struct user_pt_regs __user *data);
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H 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;
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | ptrace.h | 127 struct user_pt_regs __user *data); 129 struct user_pt_regs __user *data);
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H 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;
|
/kernel/linux/linux-5.10/tools/arch/s390/include/uapi/asm/ |
H A D | bpf_perf_event.h | 7 typedef user_pt_regs bpf_user_pt_regs_t;
|
/kernel/linux/linux-5.10/arch/loongarch/include/uapi/asm/ |
H A D | bpf_perf_event.h | 7 typedef struct user_pt_regs bpf_user_pt_regs_t;
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | perf_event.h | 16 #define perf_arch_bpf_user_pt_regs(regs) (struct user_pt_regs *)regs
|
/kernel/linux/linux-5.10/arch/arm64/include/uapi/asm/ |
H A D | bpf_perf_event.h | 7 typedef struct user_pt_regs bpf_user_pt_regs_t;
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | bpf_perf_event.h | 7 typedef struct user_pt_regs bpf_user_pt_regs_t;
|
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/ |
H A D | bpf_perf_event.h | 7 typedef user_pt_regs bpf_user_pt_regs_t;
|
/kernel/linux/linux-6.6/arch/loongarch/include/uapi/asm/ |
H A D | bpf_perf_event.h | 7 typedef struct user_pt_regs bpf_user_pt_regs_t;
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | perf_event.h | 10 #define perf_arch_bpf_user_pt_regs(regs) (struct user_pt_regs *)regs
|
/kernel/linux/linux-6.6/arch/arm64/include/uapi/asm/ |
H A D | bpf_perf_event.h | 7 typedef struct user_pt_regs bpf_user_pt_regs_t;
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | bpf_perf_event.h | 7 typedef struct user_pt_regs bpf_user_pt_regs_t;
|
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/ |
H A D | bpf_perf_event.h | 7 typedef user_pt_regs bpf_user_pt_regs_t;
|
/kernel/linux/linux-5.10/tools/arch/arm64/include/uapi/asm/ |
H A D | bpf_perf_event.h | 7 typedef struct user_pt_regs bpf_user_pt_regs_t;
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm64/asm/ |
H A D | bpf_perf_event.h | 9 typedef struct user_pt_regs bpf_user_pt_regs_t;
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm64/asm/ |
H A D | bpf_perf_event.h | 22 typedef struct user_pt_regs bpf_user_pt_regs_t;
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm64/asm/ |
H A D | bpf_perf_event.h | 22 typedef struct user_pt_regs bpf_user_pt_regs_t;
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-loongarch/asm/ |
H A D | bpf_perf_event.h | 24 typedef struct user_pt_regs bpf_user_pt_regs_t;
|
/kernel/linux/linux-5.10/arch/nds32/include/uapi/asm/ |
H A D | ptrace.h | 12 struct user_pt_regs { struct
|