Home
last modified time | relevance | path

Searched full:sbi_call (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/riscv/include/
H A Dsbi.h133 #define SBI_CALL5(e, f, p1, p2, p3, p4, p5) sbi_call(e, f, p1, p2, p3, p4, p5)
146 sbi_call(uint64_t arg7, uint64_t arg6, uint64_t arg0, uint64_t arg1, in sbi_call() function
H A Dasm.h72 #define SBI_CALL(ext, func) \ macro
/freebsd/sys/riscv/riscv/
H A Dlocore.S297 SBI_CALL(SBI_EXT_ID_BASE, SBI_BASE_GET_MVENDORID)