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

/darwin-on-arm/xnu/osfmk/arm/
H A Dpcb.c172 * machine_switch_context
176 thread_t machine_switch_context(thread_t old, thread_continue_t continuation, function
183 kprintf("machine_switch_context: %p -> %p (cont: %p)\n", old, new, continuation);
186 panic("machine_switch_context: old = new thread (%p %p)", old, new);
/darwin-on-arm/xnu/osfmk/arm64/
H A Dthread_initialize.c151 * machine_switch_context
155 thread_t machine_switch_context(thread_t old, thread_continue_t continuation, thread_t new) function
161 kprintf("machine_switch_context: %p -> %p (cont: %p)\n", old, new, continuation);
165 panic("machine_switch_context: old = new thread (%p %p)", old, new);
/darwin-on-arm/xnu/osfmk/kern/
H A Dthread.h569 extern thread_t machine_switch_context(
H A Dsched_prim.c2281 thread = machine_switch_context(self, continuation, thread);
2283 TLOG(1,"thread_invoke: returning machine_switch_context: self %p continuation %p thread %p\n", self, continuation, thread);
/darwin-on-arm/xnu/osfmk/i386/
H A Dpcb.c469 machine_switch_context( function

Completed in 94 milliseconds