optee_smc_do_call_with_arg()c
| 2024-12-1
本文字數 59閱讀時長 1 分鐘
  • optee_smc_do_call_with_arg()
    • Initialize RPC parameter (struct optee_rpc_param) from the message arg.
      • message arg is stored in the shared memory indicated by shm and offs.
    • Call optee->smc.invoke_fn() to enter OP-TEE in secure world with the message arg.
    • If SMC return is a RPC:
Loading...
目錄