Home
last modified time | relevance | path

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

/Linux-v4.19/arch/riscv/include/asm/
Dsbi.h44 #define SBI_CALL_2(which, arg0, arg1) SBI_CALL(which, arg0, arg1, 0) macro
59 SBI_CALL_2(SBI_SET_TIMER, stime_value, stime_value >> 32); in sbi_set_timer()