Home
last modified time | relevance | path

Searched refs:SBI_EXT_ID_HSM (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/sys/riscv/riscv/
HDsbi.c236 ret = SBI_CALL3(SBI_EXT_ID_HSM, SBI_HSM_HART_START, hart, start_addr, in sbi_hsm_hart_start()
244 (void)SBI_CALL0(SBI_EXT_ID_HSM, SBI_HSM_HART_STOP); in sbi_hsm_hart_stop()
252 ret = SBI_CALL1(SBI_EXT_ID_HSM, SBI_HSM_HART_STATUS, hart); in sbi_hsm_hart_status()
HDmp_machdep.c467 if (sbi_probe_extension(SBI_EXT_ID_HSM) != 0) { in cpu_init_fdt()
HDmachdep.c208 if (sbi_probe_extension(SBI_EXT_ID_HSM) != 0) in cpu_halt()
/freebsd-13-stable/sys/riscv/include/
HDsbi.h91 #define SBI_EXT_ID_HSM 0x48534D macro