Home
last modified time | relevance | path

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

/Linux-v5.4/arch/riscv/include/asm/
Dsbi.h53 static inline void sbi_set_timer(uint64_t stime_value) in sbi_set_timer() argument
56 SBI_CALL_2(SBI_SET_TIMER, stime_value, stime_value >> 32); in sbi_set_timer()
58 SBI_CALL_1(SBI_SET_TIMER, stime_value); in sbi_set_timer()