Searched defs:p4 (Results 1 – 1 of 1) sorted by relevance
/libcpu/risc-v/common64/ |
A D | sbi.h | 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 12 milliseconds