HomeSort by: relevance | last modified time | path
    Searched refs:SBI_CALL2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/riscv/riscv/
sbi.c 91 struct sbiret ret = SBI_CALL2(SBI_EID_TIMER, SBI_FID_TIMER_SET,
100 return SBI_CALL2(SBI_EID_IPI, SBI_FID_IPI_SEND,
108 return SBI_CALL2(SBI_EID_RFENCE, SBI_FID_RFENCE_FENCEI,
196 return SBI_CALL2(SBI_EID_SRST, SBI_FID_SRST_SYSTEMRESET,
  /src/sys/arch/riscv/include/
sbi.h 315 #define SBI_CALL2(eid, fid, a0, a1) sbi_call(eid, fid, a0, a1, 0, 0, 0, 0)

Completed in 14 milliseconds