Home
last modified time | relevance | path

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

/freebsd/sys/riscv/riscv/
H A Dsbi.c112 (void)SBI_CALL2(SBI_EXT_ID_SRST, SBI_SRST_SYSTEM_RESET, in sbi_system_reset()
302 if (sbi_probe_extension(SBI_EXT_ID_SRST) != 0) in sbi_init()
/freebsd/sys/riscv/include/
H A Dsbi.h101 #define SBI_EXT_ID_SRST 0x53525354 macro