Home
last modified time | relevance | path

Searched refs:bootb (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOCPU.cpp146 PE_cpu_machine_init(cpu_id_t target, boolean_t bootb) in PE_cpu_machine_init() argument
158 targetCPU->initCPU(bootb); in PE_cpu_machine_init()
161 if (!bootb && (targetCPU->getCPUNumber() == (UInt32)master_cpu)) { in PE_cpu_machine_init()
166 assert(bootb); in PE_cpu_machine_init()
/xnu-11215/iokit/Kernel/arm/
H A DAppleARMSMP.cpp293 PE_cpu_machine_init(cpu_id_t target, boolean_t bootb) in PE_cpu_machine_init() argument
297 if (!bootb && cpu_id == boot_cpu && ml_is_quiescing()) { in PE_cpu_machine_init()
314 assert(bootb); in PE_cpu_machine_init()
/xnu-11215/pexpert/pexpert/
H A Dpexpert.h424 boolean_t bootb);