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.c297 unsigned long response_bytes = 0; in sbi_mpxy_send_message_with_response() local
320 response_bytes = sbiret.value; in sbi_mpxy_send_message_with_response()
321 if (response_bytes > max_response_len) { in sbi_mpxy_send_message_with_response()
326 memcpy(response, mpxy->shmem, response_bytes); in sbi_mpxy_send_message_with_response()
328 *response_len = response_bytes; in sbi_mpxy_send_message_with_response()