/external/trusty/musl/arch/riscv64/bits/ |
D | user.h | 1 struct user_regs_struct { struct 2 unsigned long pc; 3 unsigned long ra; 4 unsigned long sp; 5 unsigned long gp; 6 unsigned long tp; 7 unsigned long t0; 8 unsigned long t1; 9 unsigned long t2; 10 unsigned long s0; [all …]
|
/external/kernel-headers/original/uapi/asm-riscv/asm/ |
D | ptrace.h | 24 struct user_regs_struct { struct 25 unsigned long pc; 26 unsigned long ra; 27 unsigned long sp; 28 unsigned long gp; 29 unsigned long tp; 30 unsigned long t0; 31 unsigned long t1; 32 unsigned long t2; 33 unsigned long s0; [all …]
|
/external/trusty/musl/arch/m68k/bits/ |
D | user.h | 8 struct user_regs_struct { struct 18 struct user_regs_struct regs; argument
|
/external/trusty/musl/arch/x86_64/bits/ |
D | user.h | 11 struct user_regs_struct { struct 20 struct user_regs_struct regs; argument
|
/external/musl/arch/x86_64/bits/ |
D | user.h | 8 struct user_regs_struct { struct 17 struct user_regs_struct regs; argument
|
/external/musl/arch/x32/bits/ |
D | user.h | 8 struct user_regs_struct { struct 17 struct user_regs_struct regs; argument
|
/external/trusty/musl/arch/x32/bits/ |
D | user.h | 11 struct user_regs_struct { struct 20 struct user_regs_struct regs; argument
|
/external/musl/arch/m68k/bits/ |
D | user.h | 8 struct user_regs_struct { struct 18 struct user_regs_struct regs; argument
|
/external/trusty/musl/arch/i386/bits/ |
D | user.h | 14 struct user_regs_struct { struct 23 struct user_regs_struct regs; argument
|
/external/musl/arch/i386/bits/ |
D | user.h | 14 struct user_regs_struct { struct 23 struct user_regs_struct regs; argument
|
/external/musl/arch/loongarch64/bits/ |
D | user.h | 4 struct user_regs_struct { struct 5 unsigned long regs[32]; 6 unsigned long orig_a0; 7 unsigned long csr_era; 8 unsigned long csr_badv; 9 unsigned long reserved[10];
|
/external/musl/arch/aarch64/bits/ |
D | user.h | 1 struct user_regs_struct { struct 2 unsigned long long regs[31]; 3 unsigned long long sp; 4 unsigned long long pc; 5 unsigned long long pstate;
|
/external/trusty/musl/arch/aarch64/bits/ |
D | user.h | 1 struct user_regs_struct { struct 2 unsigned long long regs[31]; 3 unsigned long long sp; 4 unsigned long long pc; 5 unsigned long long pstate;
|
/external/trusty/musl/arch/microblaze/bits/ |
D | user.h | 5 struct user_regs_struct { struct 10 struct user_regs_struct regs; argument
|
/external/musl/arch/microblaze/bits/ |
D | user.h | 5 struct user_regs_struct { struct 10 struct user_regs_struct regs; argument
|
/external/elfutils/backends/ |
D | arm_initreg.c | 46 # define user_regs_struct user_pt_regs macro
|
D | aarch64_initreg.c | 41 # define user_regs_struct user_pt_regs macro
|
/external/rust/android-crates-io/crates/nix/src/sys/ptrace/ |
D | linux.rs | 324 pub fn getregs(pid: Pid) -> Result<user_regs_struct> { in getregs() 340 pub fn getregs(pid: Pid) -> Result<user_regs_struct> { in getregs() 396 ®s as *const user_regs_struct as *const c_void, in setregs() constant
|
/external/crosvm/kvm_sys/src/riscv64/ |
D | bindings.rs | 563 pub struct user_regs_struct { struct 564 pub pc: ::std::os::raw::c_ulong, 565 pub ra: ::std::os::raw::c_ulong, 566 pub sp: ::std::os::raw::c_ulong, 567 pub gp: ::std::os::raw::c_ulong, 568 pub tp: ::std::os::raw::c_ulong, 569 pub t0: ::std::os::raw::c_ulong, 570 pub t1: ::std::os::raw::c_ulong, 571 pub t2: ::std::os::raw::c_ulong, 572 pub s0: ::std::os::raw::c_ulong, [all …]
|
/external/google-breakpad/src/tools/linux/md2core/ |
D | minidump-2-core.cc | 91 typedef user_regs user_regs_struct; typedef 94 typedef gregset_t user_regs_struct; typedef
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux.h | 54960 struct user_regs_struct { struct 54961 long unsigned int r15; 54962 long unsigned int r14; 54963 long unsigned int r13; 54964 long unsigned int r12; 54965 long unsigned int bp; 54966 long unsigned int bx; 54967 long unsigned int r11; 54968 long unsigned int r10; 54969 long unsigned int r9; [all …]
|
D | vmlinux_518.h | 54960 struct user_regs_struct { struct 54961 long unsigned int r15; 54962 long unsigned int r14; 54963 long unsigned int r13; 54964 long unsigned int r12; 54965 long unsigned int bp; 54966 long unsigned int bx; 54967 long unsigned int r11; 54968 long unsigned int r10; 54969 long unsigned int r9; [all …]
|
/external/bcc/libbpf-tools/riscv/ |
D | vmlinux_602.h | 12901 struct user_regs_struct { struct 12902 long unsigned int pc; 12903 long unsigned int ra; 12904 long unsigned int sp; 12905 long unsigned int gp; 12906 long unsigned int tp; 12907 long unsigned int t0; 12908 long unsigned int t1; 12909 long unsigned int t2; 12910 long unsigned int s0; [all …]
|
D | vmlinux.h | 12901 struct user_regs_struct { struct 12902 long unsigned int pc; 12903 long unsigned int ra; 12904 long unsigned int sp; 12905 long unsigned int gp; 12906 long unsigned int tp; 12907 long unsigned int t0; 12908 long unsigned int t1; 12909 long unsigned int t2; 12910 long unsigned int s0; [all …]
|