Searched refs:optee_temp_mem (Results 1 – 1 of 1) sorted by relevance
291 const MessageParam::TemporaryMemory& optee_temp_mem = optee_param.payload.temporary_memory; in CreateOutputBufferParameter() local293 zx_buffer.size = optee_temp_mem.size; in CreateOutputBufferParameter()295 if (optee_temp_mem.buffer == 0) { in CreateOutputBufferParameter()301 if (optee_temp_mem.shared_memory_reference >= allocated_temp_memory_.size()) { in CreateOutputBufferParameter()303 optee_temp_mem.shared_memory_reference); in CreateOutputBufferParameter()307 auto& temp_shared_memory = allocated_temp_memory_[optee_temp_mem.shared_memory_reference]; in CreateOutputBufferParameter()
Completed in 3 milliseconds