Searched refs:getPlatform (Results 1 - 12 of 12) sorted by relevance

/darwin-on-arm/xnu/iokit/Families/IONVRAM/
H A DIONVRAMController.cpp45 getPlatform()->registerNVRAMController(this);
/darwin-on-arm/xnu/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.cpp85 getPlatform()->setCPUInterruptProperties(provider);
98 getPlatform()->registerInterruptController(interruptControllerName, this);
205 getPlatform()->causeInterrupt(0);
/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DAppleARMPE.cpp46 assert(IOService::getPlatform() == this);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIONVRAM.cpp90 if (getPlatform()->getBootROMType()) {
319 if (getPlatform()->getBootROMType() == 0) {
358 if (getPlatform()->getBootROMType() == 0) {
384 if (getPlatform()->getBootROMType() == 0) return;
491 if (getPlatform()->getBootROMType())
505 if (getPlatform()->getBootROMType())
646 if (getPlatform()->getBootROMType()) {
780 if (getPlatform()->getBootROMType()) {
1282 if(getPlatform()->getBootROMType()) {
1383 if (getPlatform()
[all...]
H A DIOInterruptController.cpp294 if (!getPlatform()->atInterruptLevel()) {
322 if (!getPlatform()->atInterruptLevel()) {
651 if (!getPlatform()->atInterruptLevel()) {
H A DIOCPU.cpp646 getPlatform()->registerInterruptController(gPlatformInterruptControllerName,
H A DIOHibernateIO.cpp796 err = IOService::getPlatform()->callPlatformFunction(
1235 IOService::getPlatform()->getConsoleInfo(&consoleInfo);
1486 IODTPlatformExpert * platform = OSDynamicCast(IODTPlatformExpert, IOService::getPlatform());
1709 IOService::getPlatform()->getConsoleInfo(&consoleInfo);
H A DIOPMrootDomain.cpp2209 getPlatform()->sleepKernel();
2539 getPlatform()->callPlatformFunction(
2668 getPlatform()->callPlatformFunction(
5477 ret = getPlatform()->callPlatformFunction(
H A DIOService.cpp946 IOPlatformExpert * IOService::getPlatform( void ) function in class:IOService
4323 return getPlatform()->getWorkLoop();
5378 interruptController = getPlatform()->lookUpInterruptController(interruptControllerName);
H A DIOServicePM.cpp441 gPlatform = getPlatform();
705 platform = getPlatform();
1288 root = getPlatform()->getProvider();
/darwin-on-arm/xnu/iokit/bsddev/
H A DIOKitBSDInit.cpp575 IOService::getPlatform()->waitQuiet();
599 while ((pe = IOService::getPlatform()) == 0) IOSleep(1 * 1000);
650 string = ( OSString * ) IOService::getPlatform( )->getProvider( )->getProperty( kIOPlatformUUIDKey );
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h951 /*! @function getPlatform
956 static IOPlatformExpert * getPlatform( void );

Completed in 139 milliseconds