Searched refs:__greg_t (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/lib/libc/arm/gen/
H A Dsignalcontext.c54 __greg_t *gr = ucp->uc_mcontext.__gregs;
65 gr[_REG_SP] = (__greg_t)sfp;
69 gr[_REG_PC] = (__greg_t)_ctx_start;
70 gr[_REG_R4] = (__greg_t)func;
71 gr[_REG_R5] = (__greg_t)ucp;
72 gr[_REG_R0] = (__greg_t)sig;
73 gr[_REG_R1] = (__greg_t)&sfp->sf_si;
74 gr[_REG_R2] = (__greg_t)&sfp->sf_uc;
H A Dmakecontext.c63 __greg_t *gr = ucp->uc_mcontext.__gregs;
75 gr[_REG_SP] = (__greg_t)sp;
79 gr[_REG_PC] = (__greg_t)_ctx_start;
80 gr[_REG_R4] = (__greg_t)func;
81 gr[_REG_R5] = (__greg_t)ucp;
/freebsd-13-stable/sys/arm/include/
H A Ducontext.h42 typedef unsigned int __greg_t; typedef
43 typedef __greg_t __gregset_t[_NGREG];
/freebsd-13-stable/lib/libthread_db/arch/arm/
H A Dlibpthread_md.c42 __greg_t *gr = mc->__gregs;
68 const __greg_t *gr = mc->__gregs;
/freebsd-13-stable/sys/arm/arm/
H A Dmachdep.c429 __greg_t *gr = mcp->__gregs;
472 const __greg_t *gr = mcp->__gregs;

Completed in 66 milliseconds