Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/i386/
H A DpmCPU.c709 int startCPU; in machine_choose_processor() local
719 startCPU = -1; in machine_choose_processor()
722 startCPU = pset->cpu_set_low; in machine_choose_processor()
734 chosenCPU = pmDispatch->pmChooseCPU(startCPU, endCPU, preferredCPU); in machine_choose_processor()
H A DpmCPU.h76 int (*pmChooseCPU)(int startCPU, int endCPU, int preferredCPU);
/xnu-11215.1.10/iokit/IOKit/
H A DIOCPU.h86 virtual kern_return_t startCPU(vm_offset_t start_paddr,
/xnu-11215.1.10/iokit/Kernel/
H A DIOCPU.cpp106 targetCPU->startCPU(start_paddr, arg_paddr); in PE_cpu_start_internal()