Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/kernel/
H A Dsbi_mpxy.c16 * @shmem_active:Indicates whether shared memory is active for this hart
24 bool shmem_active; member
90 if (mpxy->shmem_active) in sbi_mpxy_set_shmem()
109 mpxy->shmem_active = true; in sbi_mpxy_set_shmem()
146 if (!mpxy->shmem_active) { in sbi_mpxy_get_channel_ids()
204 if (!mpxy->shmem_active) { in sbi_mpxy_read_attributes()
251 if (!mpxy->shmem_active) { in sbi_mpxy_write_attributes()
307 if (!mpxy->shmem_active) { in sbi_mpxy_send_message_with_response()
367 if (!mpxy->shmem_active) { in sbi_mpxy_send_message_without_response()
413 if (!mpxy->shmem_active) { in sbi_mpxy_get_channel_count()
[all...]