Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/kernel/
H A Dsbi.c530 static long __sbi_base_ecall(int fid) in __sbi_base_ecall() function
543 return __sbi_base_ecall(SBI_EXT_BASE_GET_SPEC_VERSION); in sbi_get_spec_version()
548 return __sbi_base_ecall(SBI_EXT_BASE_GET_IMP_ID); in sbi_get_firmware_id()
553 return __sbi_base_ecall(SBI_EXT_BASE_GET_IMP_VERSION); in sbi_get_firmware_version()
558 return __sbi_base_ecall(SBI_EXT_BASE_GET_MVENDORID); in sbi_get_mvendorid()
564 return __sbi_base_ecall(SBI_EXT_BASE_GET_MARCHID); in sbi_get_marchid()
570 return __sbi_base_ecall(SBI_EXT_BASE_GET_MIMPID); in sbi_get_mimpid()