Home
last modified time | relevance | path

Searched refs:SBI_SRST_REASON_NONE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/riscv/include/
H A Dsbi.h106 #define SBI_SRST_REASON_NONE 0 macro
/freebsd/sys/riscv/riscv/
H A Dvm_machdep.c111 sbi_system_reset(SBI_SRST_TYPE_COLD_REBOOT, SBI_SRST_REASON_NONE); in cpu_reset()
H A Dsbi.c104 sbi_system_reset(SBI_SRST_TYPE_SHUTDOWN, SBI_SRST_REASON_NONE); in sbi_shutdown_final()