Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/security/tee_client_api/
Dtee_client_api_linux_driver.c511 TEEC_SharedMemory* sharedMem) in TEEC_RegisterSharedMemory0() argument
517 TRACE_INFO("TEEC_RegisterSharedMemory0 (%p, %p)",context, sharedMem); in TEEC_RegisterSharedMemory0()
522 sCommand.sRegisterSharedMemory.nMemoryFlags = sharedMem->flags; in TEEC_RegisterSharedMemory0()
523 sCommand.sRegisterSharedMemory.nSharedMemSize = sharedMem->size; in TEEC_RegisterSharedMemory0()
525 sCommand.sRegisterSharedMemory.nSharedMemDescriptors[0] = (uint32_t)sharedMem->buffer; in TEEC_RegisterSharedMemory0()
536 sharedMem->imp._pContext = context; in TEEC_RegisterSharedMemory0()
537 sharedMem->imp._hBlock = sAnswer.sRegisterSharedMemory.hBlock; in TEEC_RegisterSharedMemory0()
546 TEEC_SharedMemory* sharedMem) in TEEC_RegisterSharedMemory() argument
549 sharedMem->imp._pContext = NULL; in TEEC_RegisterSharedMemory()
550 sharedMem->imp._hBlock = S_HANDLE_NULL; in TEEC_RegisterSharedMemory()
[all …]
/hardware/ti/omap4xxx/security/tf_sdk/include/
Dtee_client_api.h152 TEEC_SharedMemory* sharedMem);
156 TEEC_SharedMemory* sharedMem);
159 TEEC_SharedMemory* sharedMem);