Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/kernel/
H A Dsbi_mpxy.c147 sbiret.error = SBI_ERR_NO_SHMEM; in sbi_mpxy_get_channel_ids()
205 ret = SBI_ERR_NO_SHMEM; in sbi_mpxy_read_attributes()
252 ret = SBI_ERR_NO_SHMEM; in sbi_mpxy_write_attributes()
308 ret = SBI_ERR_NO_SHMEM; in sbi_mpxy_send_message_with_response()
368 ret = SBI_ERR_NO_SHMEM; in sbi_mpxy_send_message_without_response()
414 ret = SBI_ERR_NO_SHMEM; in sbi_mpxy_get_channel_count()
468 ret = SBI_ERR_NO_SHMEM; in sbi_mpxy_get_notification_events()
/optee_os/core/arch/riscv/include/
H A Dsbi.h21 #define SBI_ERR_NO_SHMEM -9 macro