Home
last modified time | relevance | path

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

/Linux-v5.4/arch/riscv/include/asm/
Dsbi.h37 #define SBI_CALL_2(which, arg0, arg1) SBI_CALL(which, arg0, arg1, 0, 0) macro
56 SBI_CALL_2(SBI_SET_TIMER, stime_value, stime_value >> 32); in sbi_set_timer()