Searched full:sbi_call (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/riscv/include/ |
H A D | sbi.h | 133 #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 D | asm.h | 72 #define SBI_CALL(ext, func) \ macro
|
/freebsd/sys/riscv/riscv/ |
H A D | locore.S | 297 SBI_CALL(SBI_EXT_ID_BASE, SBI_BASE_GET_MVENDORID)
|