Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/kernel/
H A Dsbi_mpxy.c295 unsigned long response_bytes = 0; in sbi_mpxy_send_message_with_response() local
318 response_bytes = sbiret.value; in sbi_mpxy_send_message_with_response()
319 if (response_bytes > max_response_len) { in sbi_mpxy_send_message_with_response()
324 memcpy(response, mpxy->shmem, response_bytes); in sbi_mpxy_send_message_with_response()
326 *response_len = response_bytes; in sbi_mpxy_send_message_with_response()