Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/mach/
H A Dsyscall_sw.h146 kernel_trap(swtch,-60,0)
H A Dmach_traps.h313 extern boolean_t swtch(void);
612 extern boolean_t swtch(
/xnu-11215.1.10/osfmk/kern/
H A Dsyscall_sw.c170 /* 60 */ MACH_TRAP(swtch, 0, 0, NULL),
H A Dsyscall_subr.c120 swtch( in swtch() function
/xnu-11215.1.10/tests/sched/
H A Dyield_aggressor.c43 swtch(); in swtch_loop()