Home
last modified time | relevance | path

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

/Linux-v6.6/arch/riscv/kernel/
Dsbi.c542 static long __sbi_base_ecall(int fid) in __sbi_base_ecall() function
555 return __sbi_base_ecall(SBI_EXT_BASE_GET_SPEC_VERSION); in sbi_get_spec_version()
560 return __sbi_base_ecall(SBI_EXT_BASE_GET_IMP_ID); in sbi_get_firmware_id()
565 return __sbi_base_ecall(SBI_EXT_BASE_GET_IMP_VERSION); in sbi_get_firmware_version()
570 return __sbi_base_ecall(SBI_EXT_BASE_GET_MVENDORID); in sbi_get_mvendorid()
576 return __sbi_base_ecall(SBI_EXT_BASE_GET_MARCHID); in sbi_get_marchid()
582 return __sbi_base_ecall(SBI_EXT_BASE_GET_MIMPID); in sbi_get_mimpid()