Home
last modified time | relevance | path

Searched refs:_ml_interrupt_masked_debug_start (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/osfmk/arm/
H A Dmachine_routines.h110 void _ml_interrupt_masked_debug_start(uintptr_t handler_addr, int type);
119 _ml_interrupt_masked_debug_start((uintptr_t)handler_addr, type); in ml_interrupt_masked_debug_start()
H A Dmachine_routines_common.c857 _ml_interrupt_masked_debug_start(uintptr_t handler_addr, int type) in _ml_interrupt_masked_debug_start() function