Home
last modified time | relevance | path

Searched refs:NGREG (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/sys/
Ducontext.h75 #define NGREG 18 /* Like glibc. */ macro
78 typedef greg_t gregset_t[NGREG];
104 #define NGREG 34 /* x0..x30 + sp + pc + pstate */
106 typedef greg_t gregset_t[NGREG];
166 NGREG
167 #define NGREG NGREG
171 typedef greg_t gregset_t[NGREG];
264 NGREG
265 #define NGREG NGREG
269 typedef greg_t gregset_t[NGREG];
[all …]
/bionic/tests/
Dsys_procfs_test.cpp44 static_assert(sizeof(gregset_t) / sizeof(greg_t) == NGREG); in TEST()