Searched refs:SBI_CALL (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/riscv/include/asm/ |
D | sbi.h | 29 #define SBI_CALL(which, arg0, arg1, arg2) ({ \ macro 42 #define SBI_CALL_0(which) SBI_CALL(which, 0, 0, 0) 43 #define SBI_CALL_1(which, arg0) SBI_CALL(which, arg0, 0, 0) 44 #define SBI_CALL_2(which, arg0, arg1) SBI_CALL(which, arg0, arg1, 0)
|