Searched refs:processor_exit (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/osfmk/mach/
H A Dprocessor.defs88 routine processor_exit(
/xnu-2782.1.97/osfmk/chud/i386/
H A Dchud_cpu_i386.c49 extern kern_return_t processor_exit(processor_t processor); // osfmk/kern/processor.c
68 return processor_exit(processor);
/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dcommpage_tests.c192 /* We shouldn't be supporting userspace processor_start/processor_exit on embedded */
326 ret = processor_exit(processor_list[i]);
328 mach_error("processor_exit()", ret);
340 mach_error("processor_exit()", ret);
/xnu-2782.1.97/osfmk/kern/
H A Dprocessor.c540 processor_exit( function

Completed in 33 milliseconds