Home
last modified time | relevance | path

Searched refs:timer_interrupt (Results 1 – 10 of 10) sorted by relevance

/external/u-boot/arch/riscv/lib/
Dinterrupts.c83 timer_interrupt(0); /* handle timer interrupt */ in handle_trap()
103 __attribute__((weak)) void timer_interrupt(struct pt_regs *regs) in timer_interrupt() function
/external/u-boot/include/
Dirq_func.h17 void timer_interrupt(struct pt_regs *regs);
/external/u-boot/arch/powerpc/lib/
Dinterrupts.c71 void timer_interrupt(struct pt_regs *regs) in timer_interrupt() function
/external/u-boot/drivers/timer/
Dmpc83xx_timer.c149 void timer_interrupt(struct pt_regs *regs) in timer_interrupt() function
/external/u-boot/arch/powerpc/cpu/mpc85xx/
Dtraps.c247 timer_interrupt(NULL); in PITException()
Dstart.S1281 STD_EXCEPTION(0x0a00, Decrementer, timer_interrupt)
/external/u-boot/arch/powerpc/cpu/mpc8xx/
Dstart.S224 STD_EXCEPTION(0x900, Decrementer, timer_interrupt)
/external/u-boot/arch/powerpc/cpu/mpc86xx/
Dstart.S107 STD_EXCEPTION(0x900, Decrementer, timer_interrupt)
/external/u-boot/arch/powerpc/cpu/mpc83xx/
Dstart.S344 STD_EXCEPTION(0x900, Decrementer, timer_interrupt)
/external/u-boot/
DREADME2433 There are common interrupt_init() and timer_interrupt()
2439 timer_interrupt() calls timer_interrupt_cpu() for CPU
2442 general timer_interrupt().