Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/mach/
H A Dsyscall_sw.h142 kernel_trap(swtch,-60,0)
H A Dmach_traps.h301 extern boolean_t swtch(void);
584 extern boolean_t swtch(
/xnu-8020.101.4/osfmk/kern/
H A Dsyscall_sw.c165 /* 60 */ MACH_TRAP(swtch, 0, 0, NULL),
H A Dsyscall_subr.c120 swtch( in swtch() function