Home
last modified time | relevance | path

Searched refs:user_regs_struct (Results 1 – 25 of 43) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dptrace.c170 if (offset != offsetof(struct user_regs_struct, gs)) in get_segment_reg()
203 case offsetof(struct user_regs_struct, cs): in set_segment_reg()
204 case offsetof(struct user_regs_struct, ss): in set_segment_reg()
213 case offsetof(struct user_regs_struct, gs): in set_segment_reg()
238 case offsetof(struct user_regs_struct, fs): in get_segment_reg()
245 case offsetof(struct user_regs_struct, gs): in get_segment_reg()
251 case offsetof(struct user_regs_struct, ds): in get_segment_reg()
257 case offsetof(struct user_regs_struct, es): in get_segment_reg()
264 case offsetof(struct user_regs_struct, cs): in get_segment_reg()
265 case offsetof(struct user_regs_struct, ss): in get_segment_reg()
[all …]
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dptrace.c91 offsetof(struct user_regs_struct, FIRST), \ in genregs_set()
92 offsetof(struct user_regs_struct, NEXT)); in genregs_set()
98 offsetof(struct user_regs_struct, LOC), \ in genregs_set()
99 offsetof(struct user_regs_struct, LOC) + 4); in genregs_set()
104 offsetof(struct user_regs_struct, LOC), \ in genregs_set()
105 offsetof(struct user_regs_struct, LOC) + 4); in genregs_set()
/OK3568_Linux_fs/kernel/arch/h8300/include/asm/
H A Duser.h37 struct user_regs_struct { struct
52 struct user_regs_struct regs; /* Where the registers are actually stored */ argument
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Duser.h40 struct user_regs_struct { struct
60 struct user_regs_struct regs; /* Where the registers are actually stored */ argument
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Duser_32.h78 struct user_regs_struct { struct
104 struct user_regs_struct regs; /* Where the registers are actually stored */ argument
H A Duser_64.h69 struct user_regs_struct { struct
106 struct user_regs_struct regs; /* Where the registers are actually stored */ argument
/OK3568_Linux_fs/kernel/arch/hexagon/kernel/
H A Dptrace.c90 KPT_REG, offsetof(struct user_regs_struct, USR_REG), \ in genregs_set()
91 offsetof(struct user_regs_struct, USR_REG) + \ in genregs_set()
119 offsetof(struct user_regs_struct, pad1), -1); in genregs_set()
/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/tools/perf/arch/x86/tests/
H A Dbp-modify.c113 offsetof(struct user_regs_struct, rip), NULL); in bp_modify1()
189 offsetof(struct user_regs_struct, rip), NULL); in bp_modify2()
/OK3568_Linux_fs/kernel/tools/testing/selftests/x86/
H A Dfsgsbase_restore.c188 struct user_regs_struct regs; in main()
199 struct user_regs_struct regs2 = regs; in main()
/OK3568_Linux_fs/kernel/arch/h8300/kernel/
H A Dptrace.c94 BUILD_BUG_ON(sizeof(struct user_regs_struct) % sizeof(long) != 0); in regs_get()
108 struct user_regs_struct regs; in regs_set()
/OK3568_Linux_fs/kernel/arch/riscv/include/uapi/asm/
H A Dbpf_perf_event.h7 typedef struct user_regs_struct bpf_user_pt_regs_t;
H A Dsigcontext.h18 struct user_regs_struct sc_regs;
/OK3568_Linux_fs/kernel/arch/openrisc/include/uapi/asm/
H A Dsigcontext.h30 struct user_regs_struct regs; /* needs to be first */
H A Dptrace.h27 struct user_regs_struct { struct
H A Delf.h53 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t))
/OK3568_Linux_fs/kernel/arch/hexagon/include/uapi/asm/
H A Dsigcontext.h31 struct user_regs_struct sc_regs;
/OK3568_Linux_fs/kernel/arch/arc/include/uapi/asm/
H A Dsigcontext.h20 struct user_regs_struct regs;
H A Delf.h30 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t))
H A Dptrace.h34 struct user_regs_struct { struct
/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/sys/
H A Duser.h22 struct user_regs_struct struct
/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/bits/
H A Dprocfs.h31 #define ELF_NGREG (sizeof (struct user_regs_struct) / sizeof (elf_greg_t))
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Duser.h54 struct user_regs_struct regs; /* Where the registers are actually stored */
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dptrace.c185 0, sizeof(struct user_regs_struct), in arch_ptrace()
192 0, sizeof(struct user_regs_struct), in arch_ptrace()
432 #define RI(reg) (offsetof(struct user_regs_struct,reg) / sizeof(long))
640 BUILD_BUG_ON(sizeof(struct user_regs_struct)/sizeof(long) != ELF_NGREG); in task_user_regset_view()
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dperf_event.h82 #define perf_arch_bpf_user_pt_regs(regs) (struct user_regs_struct *)regs

12