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.c149 sbiret.error = SBI_ERR_NO_SHMEM; in sbi_mpxy_get_channel_ids()
207 ret = SBI_ERR_NO_SHMEM; in sbi_mpxy_read_attributes()
254 ret = SBI_ERR_NO_SHMEM; in sbi_mpxy_write_attributes()
310 ret = SBI_ERR_NO_SHMEM; in sbi_mpxy_send_message_with_response()
370 ret = SBI_ERR_NO_SHMEM; in sbi_mpxy_send_message_without_response()
416 ret = SBI_ERR_NO_SHMEM; in sbi_mpxy_get_channel_count()
470 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