Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOCPU.cpp613 numSources = sources; in initCPUInterruptController()
616 vectors = (IOInterruptVector *)zalloc_permanent(numSources * in initCPUInterruptController()
620 for (cnt = 0; cnt < numSources; cnt++) { in initCPUInterruptController()
623 for (cnt = 0; cnt < numSources; cnt++) { in initCPUInterruptController()
632 ml_set_max_cpus(numSources); in initCPUInterruptController()
660 specifier = OSArray::withCapacity(numSources); in setCPUInterruptProperties()
661 for (cnt = 0; cnt < numSources; cnt++) { in setCPUInterruptProperties()
668 controller = OSArray::withCapacity(numSources); in setCPUInterruptProperties()
669 for (cnt = 0; cnt < numSources; cnt++) { in setCPUInterruptProperties()
710 if (source >= numSources) { in registerInterrupt()
H A DIOService.cpp8601 unsigned int numSources; in resolveInterrupt() local
8613 numSources = array->getCount(); in resolveInterrupt()
8614 interruptSources = IONewZero(IOInterruptSource, numSources); in resolveInterrupt()
8615 interruptSourcesPrivate = IONewZero(IOInterruptSourcePrivate, numSources); in resolveInterrupt()
8618 IODelete(interruptSources, IOInterruptSource, numSources); in resolveInterrupt()
8619 IODelete(interruptSourcesPrivate, IOInterruptSourcePrivate, numSources); in resolveInterrupt()
8623 nub->_numInterruptSources = numSources; in resolveInterrupt()
/xnu-11215/iokit/IOKit/
H A DIOCPU.h121 int numSources; variable