Home
last modified time | relevance | path

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

/qemu/include/hw/timer/
H A Dmips_gictimer.h16 typedef void MIPSGICTimerCB(void *opaque, uint32_t vp_index); typedef
31 MIPSGICTimerCB *cb;
45 MIPSGICTimerCB *cb);
/qemu/hw/timer/
H A Dmips_gictimer.c128 MIPSGICTimerCB *cb) in mips_gictimer_init()