Home
last modified time | relevance | path

Searched refs:CPU_INTERRUPT_TIMER (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/target/openrisc/
H A Dinterrupt.c113 if ((interrupt_request & CPU_INTERRUPT_TIMER) && (env->sr & SR_TEE)) { in openrisc_cpu_exec_interrupt()
H A Dcpu.h380 #define CPU_INTERRUPT_TIMER CPU_INTERRUPT_TGT_INT_0 macro
H A Dsys_helper.c198 cs->interrupt_request &= ~CPU_INTERRUPT_TIMER; in HELPER()
H A Dcpu.c68 CPU_INTERRUPT_TIMER); in openrisc_cpu_has_work()
/openbmc/qemu/hw/alpha/
H A Dtyphoon.c356 cpu_reset_interrupt(cs, CPU_INTERRUPT_TIMER); in cchip_write()
805 cpu_interrupt(CPU(cpu), CPU_INTERRUPT_TIMER); in typhoon_set_timer_irq()
818 cpu_interrupt(CPU(s->cchip.cpu[cpu]), CPU_INTERRUPT_TIMER); in typhoon_alarm_timer()
/openbmc/qemu/hw/openrisc/
H A Dcputimer.c108 cs->interrupt_request |= CPU_INTERRUPT_TIMER; in openrisc_timer_cb()
/openbmc/qemu/target/alpha/
H A Dcpu.c75 | CPU_INTERRUPT_TIMER in alpha_cpu_has_work()
H A Dcpu.h314 #define CPU_INTERRUPT_TIMER CPU_INTERRUPT_TGT_EXT_0 macro
H A Dhelper.c454 if (interrupt_request & CPU_INTERRUPT_TIMER) { in alpha_cpu_exec_interrupt()