Lines Matching refs:EXLOG
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()
803 EXLOG("%s id 0x%llx (irq index %d)\n", __func__, getRegistryEntryID(), eventSource->getIntIndex()); in exclaveInterruptOccurred()
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()
970 EXLOG("%s: timer %u %s success\n", __func__, timer_id, enable ? "enable" : "disable"); in exclaveEnableTimer()
1001 EXLOG("%s: timer %u setTimeout completed (kr %d)\n", __func__, timer_id, *kr); in exclaveTimerSetTimeout()
1031 EXLOG("%s: timer %u setTimeout success\n", __func__, timer_id); in exclaveTimerCancelTimeout()
1077 EXLOG("%s id 0x%llx (timer_id %u)\n", __func__, getRegistryEntryID(), timer_id); in exclaveTimerFired()