Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/kernel/
H A Dsbi_mpxy.c140 return SBI_ERR_INVALID_PARAM; in sbi_mpxy_get_channel_ids()
198 return SBI_ERR_INVALID_PARAM; in sbi_mpxy_read_attributes()
245 return SBI_ERR_INVALID_PARAM; in sbi_mpxy_write_attributes()
301 return SBI_ERR_INVALID_PARAM; in sbi_mpxy_send_message_with_response()
320 ret = SBI_ERR_INVALID_PARAM; in sbi_mpxy_send_message_with_response()
361 return SBI_ERR_INVALID_PARAM; in sbi_mpxy_send_message_without_response()
407 return SBI_ERR_INVALID_PARAM; in sbi_mpxy_get_channel_count()
461 return SBI_ERR_INVALID_PARAM; in sbi_mpxy_get_notification_events()
/optee_os/core/arch/riscv/include/
H A Dsbi.h15 #define SBI_ERR_INVALID_PARAM -3 macro