Home
last modified time | relevance | path

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

/qemu/hw/intc/
H A Driscv_aclint.c42 static uint64_t cpu_riscv_read_rtc_raw(uint32_t timebase_freq) in cpu_riscv_read_rtc_raw() function
51 return cpu_riscv_read_rtc_raw(mtimer->timebase_freq) + mtimer->time_delta; in cpu_riscv_read_rtc()
210 uint64_t rtc_r = cpu_riscv_read_rtc_raw(mtimer->timebase_freq); in riscv_aclint_mtimer_write()