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

/darwin-on-arm/xnu/bsd/dev/arm/
H A Dunix_signals.c72 #define UC_FLAVOR_SIZE ((ARM_THREAD_STATE_COUNT + ARM_EXCEPTION_STATE_COUNT + ARM_VFP_STATE_COUNT) * sizeof(int)) macro
162 ua_sp -= UC_FLAVOR_SIZE;
189 uctx32.uc_mcsize = UC_FLAVOR_SIZE;
357 if (uctx32.uc_mcsize != UC_FLAVOR_SIZE)
363 if ((error = copyin(uctx32.uc_mcontext, (void *)&mctx32, UC_FLAVOR_SIZE)))

Completed in 69 milliseconds