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

/freebsd-11.0-release/lib/libc/arm/gen/
H A Dsignalcontext.c52 __greg_t *gr = ucp->uc_mcontext.__gregs;
63 gr[_REG_SP] = (__greg_t)sfp;
67 gr[_REG_PC] = (__greg_t)_ctx_start;
68 gr[_REG_R4] = (__greg_t)func;
69 gr[_REG_R5] = (__greg_t)ucp;
70 gr[_REG_R0] = (__greg_t)sig;
71 gr[_REG_R1] = (__greg_t)&sfp->sf_si;
72 gr[_REG_R2] = (__greg_t)&sfp->sf_uc;
H A Dmakecontext.c61 __greg_t *gr = ucp->uc_mcontext.__gregs;
73 gr[_REG_SP] = (__greg_t)sp;
77 gr[_REG_PC] = (__greg_t)_ctx_start;
78 gr[_REG_R4] = (__greg_t)func;
79 gr[_REG_R5] = (__greg_t)ucp;
/freebsd-11.0-release/sys/arm/include/
H A Ducontext.h40 typedef unsigned int __greg_t; typedef
41 typedef __greg_t __gregset_t[_NGREG];
/freebsd-11.0-release/lib/libthread_db/arch/arm/
H A Dlibpthread_md.c40 __greg_t *gr = mc->__gregs;
66 const __greg_t *gr = mc->__gregs;
/freebsd-11.0-release/sys/arm/arm/
H A Dmachdep.c858 __greg_t *gr = mcp->__gregs;
896 const __greg_t *gr = mcp->__gregs;

Completed in 131 milliseconds