Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/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()
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 Duser_pt_regs.patch3 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 Dseries1 user_pt_regs.patch
/OK3568_Linux_fs/kernel/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),
/OK3568_Linux_fs/kernel/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;
H A Dptrace.h23 struct user_pt_regs user_regs;
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dptrace.h126 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 D0006-Fix-build-on-aarch64-musl.patch37 /* 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 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.h180 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 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()
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 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 */
/OK3568_Linux_fs/kernel/tools/arch/arm64/include/uapi/asm/
H A Dbpf_perf_event.h7 typedef struct user_pt_regs bpf_user_pt_regs_t;
/OK3568_Linux_fs/kernel/arch/arm64/include/uapi/asm/
H A Dbpf_perf_event.h7 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 Dbpf_perf_event.h7 typedef struct user_pt_regs bpf_user_pt_regs_t;
/OK3568_Linux_fs/kernel/arch/s390/include/uapi/asm/
H A Dbpf_perf_event.h7 typedef user_pt_regs bpf_user_pt_regs_t;
/OK3568_Linux_fs/kernel/tools/arch/s390/include/uapi/asm/
H A Dbpf_perf_event.h7 typedef user_pt_regs bpf_user_pt_regs_t;
/OK3568_Linux_fs/kernel/arch/nds32/include/uapi/asm/
H A Dptrace.h12 struct user_pt_regs { struct
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/tools/perf/arch/s390/util/
H A Ddwarf-regs.c43 return offsetof(user_pt_regs, gprs) + 8 * gpr; in regs_query_register_offset()
/OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/
H A Dsigcontext.h26 struct user_pt_regs __user *regs;
/OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/
H A Dptrace.h43 struct user_pt_regs { struct
/OK3568_Linux_fs/kernel/arch/nios2/include/uapi/asm/
H A Dptrace.h79 struct user_pt_regs { struct
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dptrace.h34 struct user_pt_regs { struct

12