![]() |
MOS Source Code
|
Go to the source code of this file.
Functions | |
| void | clocksource_register (clocksource_t *clocksource) |
| void | clocksource_tick (clocksource_t *clocksource) |
Variables | |
| list_head | clocksources |
| clocksource_t * | active_clocksource |
| void clocksource_register | ( | clocksource_t * | clocksource | ) |
Definition at line 10 of file clocksource.cpp.
Referenced by platform_startup_late(), and rtc_init().
| void clocksource_tick | ( | clocksource_t * | clocksource | ) |
Definition at line 17 of file clocksource.cpp.
Referenced by riscv64_trap_handler(), and rtc_irq_handler().
| list_head clocksources |
Definition at line 7 of file clocksource.cpp.
Referenced by clocksource_register().
| clocksource_t* active_clocksource |
Definition at line 8 of file clocksource.cpp.
Referenced by clocksource_register(), and timer_msleep().