sbi_mpxy_send_message_withresp()c
| 2024-10-19
本文字數 73閱讀時長 1 分鐘
  • sbi_mpxy_send_message_withresp()
    • Disable preemption (get_cpu()).
      • Shared memory is per-core. We only need to disable the preemption to prevent the shared memory of current CPU from being corrupted by the other tasks.
    • Issue SBI call: SBI_EXT_MPXY_SEND_MSG_WITH_RESP with message ID: OPTEED_MSG_COMMUNICATE (0x1) to send the message to tdomain and get the response.
    • Enable preemption (put_cpu()).
Loading...
目錄