Home
last modified time | relevance | path

Searched refs:kdebug_debugid_explicitly_enabled (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/bsd/sys/
H A Dkdebug_kernel.h159 bool kdebug_debugid_explicitly_enabled(uint32_t debugid);
/xnu-11215/osfmk/kern/
H A Drecount.c986 if (kdebug_debugid_explicitly_enabled(MT_KDBG_IC_CPU_CSWITCH)) { in recount_log_switch_thread()
999 if (kdebug_debugid_explicitly_enabled(MT_KDBG_IC_CPU_CSWITCH_ON)) { in recount_log_switch_thread_on()
/xnu-11215/bsd/kern/
H A Dkdebug.c1147 kdebug_debugid_explicitly_enabled(uint32_t debugid) in kdebug_debugid_explicitly_enabled() function
/xnu-11215/iokit/Kernel/
H A DIOMemoryDescriptor.cpp4813 if (kdebug_debugid_explicitly_enabled(IODBG_IOMDPA(IOMDPA_UNMAPPED))) { in complete()