Home
last modified time | relevance | path

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

/linux-6.1.9/arch/riscv/include/asm/
Dsbi.h245 #define SBI_ERR_INVALID_PARAM -3 macro
/linux-6.1.9/arch/riscv/kvm/
Dvcpu_sbi.c23 return SBI_ERR_INVALID_PARAM; in kvm_linux_err_map_sbi()
/linux-6.1.9/arch/riscv/kernel/
Dsbi.c58 case SBI_ERR_INVALID_PARAM: in sbi_err_map_linux_errno()