| /OK3568_Linux_fs/kernel/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() 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, link)); in pt_regs_check() 408 offsetof(struct user_pt_regs, xer)); in pt_regs_check() [all …]
|
| /OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/libunwind-debian/ |
| H A D | user_pt_regs.patch | 3 Description: Manual definition of struct user_pt_regs 4 On ARM64, libunwind uses struct user_pt_regs which is not defined in 13 + struct user_pt_regs {
|
| H A D | series | 1 user_pt_regs.patch
|
| /OK3568_Linux_fs/kernel/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),
|
| /OK3568_Linux_fs/kernel/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;
|
| H A D | ptrace.h | 23 struct user_pt_regs user_regs;
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | ptrace.h | 126 struct user_pt_regs __user *data); 128 struct user_pt_regs __user *data);
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/elfutils/files/ |
| H A D | 0006-Fix-build-on-aarch64-musl.patch | 37 /* Deal with old glibc defining user_pt_regs instead of user_regs_struct. */ 59 /* Deal with old glibc defining user_pt_regs instead of user_regs_struct. */
|
| /OK3568_Linux_fs/kernel/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;
|
| H A D | ptrace.h | 180 struct user_pt_regs user_regs; 366 int valid_user_regs(struct user_pt_regs *regs, struct task_struct *task);
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H 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() 408 void user_regs_reset_single_step(struct user_pt_regs *regs, in user_regs_reset_single_step()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | bpf_perf_event.h | 7 typedef struct user_pt_regs bpf_user_pt_regs_t;
|
| H A D | user.h | 34 struct user_pt_regs regs; /* entire machine state */
|
| /OK3568_Linux_fs/kernel/tools/arch/arm64/include/uapi/asm/ |
| H A D | bpf_perf_event.h | 7 typedef struct user_pt_regs bpf_user_pt_regs_t;
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/uapi/asm/ |
| H A D | bpf_perf_event.h | 7 typedef struct user_pt_regs bpf_user_pt_regs_t;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm/ |
| H A D | bpf_perf_event.h | 7 typedef struct user_pt_regs bpf_user_pt_regs_t;
|
| /OK3568_Linux_fs/kernel/arch/s390/include/uapi/asm/ |
| H A D | bpf_perf_event.h | 7 typedef user_pt_regs bpf_user_pt_regs_t;
|
| /OK3568_Linux_fs/kernel/tools/arch/s390/include/uapi/asm/ |
| H A D | bpf_perf_event.h | 7 typedef user_pt_regs bpf_user_pt_regs_t;
|
| /OK3568_Linux_fs/kernel/arch/nds32/include/uapi/asm/ |
| H A D | ptrace.h | 12 struct user_pt_regs { struct
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/s390/util/ |
| H A D | dwarf-regs.c | 43 return offsetof(user_pt_regs, gprs) + 8 * gpr; in regs_query_register_offset()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A D | sigcontext.h | 26 struct user_pt_regs __user *regs;
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A D | ptrace.h | 43 struct user_pt_regs { struct
|
| /OK3568_Linux_fs/kernel/arch/nios2/include/uapi/asm/ |
| H A D | ptrace.h | 79 struct user_pt_regs { struct
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | ptrace.h | 34 struct user_pt_regs { struct
|