Searched defs:p3 (Results 1 – 1 of 1) sorted by relevance
| /libcpu/risc-v/common64/ |
| A D | sbi.h | 129 #define SBI_CALL3(e, f, p1, p2, p3) SBI_CALL5(e, f, p1, p2, p3, 0, 0) argument 130 #define SBI_CALL4(e, f, p1, p2, p3, p4) SBI_CALL5(e, f, p1, p2, p3, p4, 0) argument 131 #define SBI_CALL5(e, f, p1, p2, p3, p4, p5) sbi_call(e, f, p1, p2, p3, p4, p5) argument
|
Completed in 3 milliseconds