Searched refs:SBI_EXT_BASE (Results 1 – 2 of 2) sorted by relevance
/arch/riscv/include/asm/ |
D | sbi.h | 25 SBI_EXT_BASE = 0x10, enumerator
|
/arch/riscv/kernel/ |
D | sbi.c | 514 ret = sbi_ecall(SBI_EXT_BASE, SBI_EXT_BASE_PROBE_EXT, extid, in sbi_probe_extension() 528 ret = sbi_ecall(SBI_EXT_BASE, fid, 0, 0, 0, 0, 0, 0); in __sbi_base_ecall()
|