Searched refs:_InterruptWrapper (Results 1 - 6 of 6) sorted by last modified time

/haiku/src/system/kernel/arch/arm/
H A Dsoc_pxa.h43 static int32 _InterruptWrapper(void *data);
H A Dsoc_pxa.cpp123 PXATimer::_InterruptWrapper(void *data) function in class:PXATimer
159 install_io_interrupt_handler(PXA_TIMERS_INTERRUPT, &PXATimer::_InterruptWrapper, NULL, 0);
H A Dsoc_omap3.cpp137 OMAP3Timer::_InterruptWrapper(void *data) function in class:OMAP3Timer
208 install_io_interrupt_handler(fInterrupt, &OMAP3Timer::_InterruptWrapper, this, 0);
H A Dsoc_omap3.h47 static int32 _InterruptWrapper(void *data);
H A Darch_timer_generic.cpp66 ARMGenericTimer::_InterruptWrapper(void *data) function in class:ARMGenericTimer
85 &ARMGenericTimer::_InterruptWrapper, this, 0);
H A Darch_timer_generic.h29 static int32 _InterruptWrapper(void *data);

Completed in 24 milliseconds