Home
last modified time | relevance | path

Searched defs:e (Results 1 – 1 of 1) sorted by relevance

/libcpu/risc-v/common64/
A Dsbi.h126 #define SBI_CALL0(e, f) SBI_CALL5(e, f, 0, 0, 0, 0, 0) argument
127 #define SBI_CALL1(e, f, p1) SBI_CALL5(e, f, p1, 0, 0, 0, 0) argument
128 #define SBI_CALL2(e, f, p1, p2) SBI_CALL5(e, f, p1, p2, 0, 0, 0) argument
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