Home
last modified time | relevance | path

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

/xnu-8796.121.2/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-8796.121.2/osfmk/kern/ !
H A Dsyscall_sw.c170 /* 60 */ MACH_TRAP(swtch, 0, 0, NULL),
H A Dsyscall_subr.c120 swtch( in swtch() function