Home
last modified time | relevance | path

Searched refs:user_pt_regs (Results 1 - 25 of 92) sorted by relevance

1234

/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/
H A Dptrace.c128 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 Dptrace.c169 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 Dptrace.c19 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 Delf.h76 #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 Dptrace.h126 struct user_pt_regs __user *data);
128 struct user_pt_regs __user *data);
/kernel/linux/linux-5.10/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;
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dptrace.h127 struct user_pt_regs __user *data);
129 struct user_pt_regs __user *data);
/kernel/linux/linux-6.6/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;
/kernel/linux/linux-5.10/tools/arch/s390/include/uapi/asm/
H A Dbpf_perf_event.h7 typedef user_pt_regs bpf_user_pt_regs_t;
/kernel/linux/linux-5.10/arch/loongarch/include/uapi/asm/
H A Dbpf_perf_event.h7 typedef struct user_pt_regs bpf_user_pt_regs_t;
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dperf_event.h16 #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 Dbpf_perf_event.h7 typedef struct user_pt_regs bpf_user_pt_regs_t;
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dbpf_perf_event.h7 typedef struct user_pt_regs bpf_user_pt_regs_t;
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/
H A Dbpf_perf_event.h7 typedef user_pt_regs bpf_user_pt_regs_t;
/kernel/linux/linux-6.6/arch/loongarch/include/uapi/asm/
H A Dbpf_perf_event.h7 typedef struct user_pt_regs bpf_user_pt_regs_t;
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dperf_event.h10 #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 Dbpf_perf_event.h7 typedef struct user_pt_regs bpf_user_pt_regs_t;
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dbpf_perf_event.h7 typedef struct user_pt_regs bpf_user_pt_regs_t;
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/
H A Dbpf_perf_event.h7 typedef user_pt_regs bpf_user_pt_regs_t;
/kernel/linux/linux-5.10/tools/arch/arm64/include/uapi/asm/
H A Dbpf_perf_event.h7 typedef struct user_pt_regs bpf_user_pt_regs_t;
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm64/asm/
H A Dbpf_perf_event.h9 typedef struct user_pt_regs bpf_user_pt_regs_t;
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm64/asm/
H A Dbpf_perf_event.h22 typedef struct user_pt_regs bpf_user_pt_regs_t;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm64/asm/
H A Dbpf_perf_event.h22 typedef struct user_pt_regs bpf_user_pt_regs_t;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-loongarch/asm/
H A Dbpf_perf_event.h24 typedef struct user_pt_regs bpf_user_pt_regs_t;
/kernel/linux/linux-5.10/arch/nds32/include/uapi/asm/
H A Dptrace.h12 struct user_pt_regs { struct

Completed in 9 milliseconds

1234