Home
last modified time | relevance | path

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

/xnu-8020.121.3/iokit/Kernel/
H A DIOInterruptController.cpp483 ml_irq_debug_start((uintptr_t)vector->handler, (uintptr_t)vector); in timeStampInterruptHandlerInternal()
/xnu-8020.121.3/osfmk/arm/
H A Dmachine_routines.h131 void ml_irq_debug_start(uintptr_t handler, uintptr_t vector);
H A Dmachine_routines_common.c954 ml_irq_debug_start(uintptr_t handler, uintptr_t vector) in ml_irq_debug_start() function