Home
last modified time | relevance | path

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

/libcpu/risc-v/common64/
A Dsbi.h126 #define SBI_CALL0(e, f) SBI_CALL5(e, f, 0, 0, 0, 0, 0)
127 #define SBI_CALL1(e, f, p1) SBI_CALL5(e, f, p1, 0, 0, 0, 0)
128 #define SBI_CALL2(e, f, p1, p2) SBI_CALL5(e, f, p1, p2, 0, 0, 0)
129 #define SBI_CALL3(e, f, p1, p2, p3) SBI_CALL5(e, f, p1, p2, p3, 0, 0)
130 #define SBI_CALL4(e, f, p1, p2, p3, p4) SBI_CALL5(e, f, p1, p2, p3, p4, 0)
131 #define SBI_CALL5(e, f, p1, p2, p3, p4, p5) sbi_call(e, f, p1, p2, p3, p4, p5) macro
A Dsbi.c194 ret = SBI_CALL5(SBI_EXT_ID_RFNC, SBI_RFNC_REMOTE_SFENCE_VMA_ASID, in sbi_remote_sfence_vma_asid()

Completed in 5 milliseconds