Home
last modified time | relevance | path

Searched defs:user_regs_struct (Results 1 – 24 of 24) sorted by relevance

/external/trusty/musl/arch/riscv64/bits/
Duser.h1 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/
Dptrace.h24 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/
Duser.h8 struct user_regs_struct { struct
18 struct user_regs_struct regs; argument
/external/trusty/musl/arch/x86_64/bits/
Duser.h11 struct user_regs_struct { struct
20 struct user_regs_struct regs; argument
/external/musl/arch/x86_64/bits/
Duser.h8 struct user_regs_struct { struct
17 struct user_regs_struct regs; argument
/external/musl/arch/x32/bits/
Duser.h8 struct user_regs_struct { struct
17 struct user_regs_struct regs; argument
/external/trusty/musl/arch/x32/bits/
Duser.h11 struct user_regs_struct { struct
20 struct user_regs_struct regs; argument
/external/musl/arch/m68k/bits/
Duser.h8 struct user_regs_struct { struct
18 struct user_regs_struct regs; argument
/external/trusty/musl/arch/i386/bits/
Duser.h14 struct user_regs_struct { struct
23 struct user_regs_struct regs; argument
/external/musl/arch/i386/bits/
Duser.h14 struct user_regs_struct { struct
23 struct user_regs_struct regs; argument
/external/musl/arch/loongarch64/bits/
Duser.h4 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/
Duser.h1 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/
Duser.h1 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/
Duser.h5 struct user_regs_struct { struct
10 struct user_regs_struct regs; argument
/external/musl/arch/microblaze/bits/
Duser.h5 struct user_regs_struct { struct
10 struct user_regs_struct regs; argument
/external/elfutils/backends/
Darm_initreg.c46 # define user_regs_struct user_pt_regs macro
Daarch64_initreg.c41 # define user_regs_struct user_pt_regs macro
/external/rust/android-crates-io/crates/nix/src/sys/ptrace/
Dlinux.rs324 pub fn getregs(pid: Pid) -> Result<user_regs_struct> { in getregs()
340 pub fn getregs(pid: Pid) -> Result<user_regs_struct> { in getregs()
396 &regs as *const user_regs_struct as *const c_void, in setregs() constant
/external/crosvm/kvm_sys/src/riscv64/
Dbindings.rs563 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/
Dminidump-2-core.cc91 typedef user_regs user_regs_struct; typedef
94 typedef gregset_t user_regs_struct; typedef
/external/bcc/libbpf-tools/x86/
Dvmlinux.h54960 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 …]
Dvmlinux_518.h54960 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/
Dvmlinux_602.h12901 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 …]
Dvmlinux.h12901 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 …]