Home
last modified time | relevance | path

Searched refs:greg_t (Results 1 - 25 of 39) sorted by relevance

12

/third_party/musl/arch/mips64/bits/
H A Dsignal.h10 typedef unsigned long long greg_t, gregset_t[32]; typedef
43 greg_t mdhi;
44 greg_t hi1;
45 greg_t hi2;
46 greg_t hi3;
47 greg_t mdlo;
48 greg_t lo1;
49 greg_t lo2;
50 greg_t lo3;
51 greg_t p
[all...]
/third_party/musl/arch/mipsn32/bits/
H A Dsignal.h10 typedef unsigned long long greg_t, gregset_t[32]; typedef
43 greg_t mdhi;
44 greg_t hi1;
45 greg_t hi2;
46 greg_t hi3;
47 greg_t mdlo;
48 greg_t lo1;
49 greg_t lo2;
50 greg_t lo3;
51 greg_t p
[all...]
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Daarch64.rs6 pub type greg_t = u64; types
18 pub __gregs: [::greg_t; 32],
20 __spare: [::greg_t; 8],
/third_party/rust/crates/libc/src/unix/solarish/
H A Dx86_64.rs1 pub type greg_t = ::c_long; types
64 pub gregs: [::greg_t; 28],
/third_party/musl/porting/uniproton/kernel/include/
H A Ducontext.h12 #define NGREG (sizeof(gregset_t)/sizeof(greg_t))
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Ducontext.h12 #define NGREG (sizeof(gregset_t)/sizeof(greg_t))
/third_party/musl/porting/liteos_m/kernel/include/
H A Ducontext.h12 #define NGREG (sizeof(gregset_t)/sizeof(greg_t))
/third_party/musl/include/
H A Ducontext.h12 #define NGREG (sizeof(gregset_t)/sizeof(greg_t))
/third_party/ltp/testcases/cve/
H A Dcve-2015-3290.c168 static greg_t *ssptr(ucontext_t *ctx) in ssptr()
174 static greg_t *csptr(ucontext_t *ctx) in csptr()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dsignal.h10 typedef int greg_t, gregset_t[18]; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dsignal.h10 typedef int greg_t, gregset_t[18]; typedef
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dsignal.h10 typedef int greg_t, gregset_t[18]; typedef
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dsignal.h10 typedef int greg_t, gregset_t[18]; typedef
/third_party/musl/arch/arm/bits/
H A Dsignal.h10 typedef int greg_t, gregset_t[18]; typedef
/third_party/musl/arch/or1k/bits/
H A Dsignal.h10 typedef unsigned long greg_t, gregset_t[34]; typedef
/third_party/musl/arch/sh/bits/
H A Dsignal.h10 typedef int greg_t, gregset_t[16]; typedef
/third_party/musl/arch/loongarch64/bits/
H A Dsignal.h21 typedef unsigned long greg_t, gregset_t[32]; typedef
/third_party/musl/arch/microblaze/bits/
H A Dsignal.h10 typedef unsigned long greg_t, gregset_t[38]; typedef
/third_party/musl/arch/mips/bits/
H A Dsignal.h10 typedef unsigned long long greg_t, gregset_t[32]; typedef
/third_party/musl/arch/powerpc/bits/
H A Dsignal.h11 typedef unsigned long greg_t, gregset_t[48]; typedef
/third_party/musl/arch/riscv32/bits/
H A Dsignal.h50 typedef unsigned long greg_t; typedef
/third_party/musl/arch/riscv64/bits/
H A Dsignal.h50 typedef unsigned long greg_t; typedef
/third_party/musl/arch/powerpc64/bits/
H A Dsignal.h11 typedef unsigned long greg_t, gregset_t[48]; typedef
/third_party/musl/arch/s390x/bits/
H A Dsignal.h11 typedef unsigned long greg_t, gregset_t[27]; typedef
/third_party/musl/arch/aarch64/bits/
H A Dsignal.h10 typedef unsigned long greg_t; typedef

Completed in 8 milliseconds

12