Home
last modified time | relevance | path

Searched refs:THREAD_STATE_FLAVORS (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/osfmk/kern/
H A Dexception.c305 assert(flavor < THREAD_STATE_FLAVORS); in exception_deliver()
306 old_state_cnt = (flavor < THREAD_STATE_FLAVORS) ? _MachineStateCount[flavor] : 0; in exception_deliver()
516 assert(flavor < THREAD_STATE_FLAVORS); in exception_deliver()
517 old_state_cnt = (flavor < THREAD_STATE_FLAVORS) ? _MachineStateCount[flavor] : 0; in exception_deliver()
/xnu-12377.41.6/osfmk/mach/i386/
H A Dthread_status.h131 #define THREAD_STATE_FLAVORS 26 /* This must be updated to 1 more than the highest n… macro
/xnu-12377.41.6/osfmk/mach/arm/
H A Dthread_status.h116 #define THREAD_STATE_FLAVORS 50 /* This must be updated to 1 more than the highest numerica… macro
/xnu-12377.41.6/osfmk/i386/
H A Dpcb.c106 unsigned int _MachineStateCount[THREAD_STATE_FLAVORS] = {
/xnu-12377.41.6/osfmk/arm64/
H A Dstatus.c69 unsigned int _MachineStateCount[THREAD_STATE_FLAVORS] = {