Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/clocksource/
H A Dtimer_riscv.rs8 arch::{interrupt::TrapFrame, time::riscv_time_base_freq, CurrentIrqArch, CurrentTimeArch},
69 let new = riscv_time_base_freq() / HZ as usize; in riscv_sbi_timer_init_local()
/DragonOS/kernel/src/arch/riscv64/
H A Dtime.rs71 pub fn riscv_time_base_freq() -> usize { in riscv_time_base_freq() function