Searched refs:EXLOG (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215/iokit/Exclaves/ |
| H A D | Exclaves.cpp | 41 #define EXLOG(x...) do { \ macro 457 EXLOG("%s locked workloop\n", __func__); in IOExclaveLockWorkloop() 460 EXLOG("%s unlocked workloop\n", __func__); in IOExclaveLockWorkloop() 500 EXLOG("%s called\n", __func__); in IOExclaveTestSignalInterrupt() 705 EXLOG("%s: IRQ %d register success!\n", __func__, index); in exclaveRegisterInterrupt() 748 EXLOG("%s: IRQ %d removed successfully\n", __func__, index); in exclaveRemoveInterrupt() 783 EXLOG("%s: IRQ %s success!\n", __func__, enable ? "enable" : "disable"); in exclaveEnableInterrupt() 893 EXLOG("%s: timer %u register success!\n", __func__, *timer_id); in exclaveRegisterTimer() 935 EXLOG("%s: timer %u removed successfully\n", __func__, timer_id); in exclaveRemoveTimer() 1001 EXLOG("%s: timer %u setTimeout completed (kr %d)\n", __func__, timer_id, *kr); in exclaveTimerSetTimeout() [all …]
|