Searched refs:getCPUNumber (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DIOCPU.h93 virtual UInt32 getCPUNumber(void);
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOCPU.h94 virtual UInt32 getCPUNumber(void);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCPU.cpp366 if (target->getCPUNumber() == kBootCPUNumber)
407 if ((target->getCPUNumber() != kBootCPUNumber)
551 UInt32 IOCPU::getCPUNumber(void) function in class:IOCPU
689 ml_install_interrupt_handler(cpu, cpu->getCPUNumber(), this, handler, 0);

Completed in 65 milliseconds