Home
last modified time | relevance | path

Searched refs:TIMER_SIRQ (Results 1 – 3 of 3) sorted by relevance

/DragonOS-0.1.2/kernel/src/exception/
Dsoftirq.h17 #define TIMER_SIRQ 0 // 时钟软中断号 macro
/DragonOS-0.1.2/kernel/src/time/
Dtimer.c26 register_softirq(TIMER_SIRQ, &do_timer_softirq, NULL); in timer_init()
/DragonOS-0.1.2/kernel/src/driver/timers/HPET/
DHPET.c80 raise_softirq(TIMER_SIRQ); in HPET_handler()