Home
last modified time | relevance | path

Searched refs:tee_unmap (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libutee/include/
H A Dtee_internal_api_extensions.h57 TEE_Result tee_unmap(void *buf, size_t len);
/optee_os/lib/libutee/
H A Dtee_system_pta.c62 TEE_Result tee_unmap(void *buf, size_t len) in tee_unmap() function
H A Dtee_api.c347 TEE_Result res2 = tee_unmap(tmp_buf, tmp_len); in TEE_OpenTASession()
394 TEE_Result res2 = tee_unmap(tmp_buf, tmp_len); in __GP11_TEE_OpenTASession()
455 TEE_Result res2 = tee_unmap(tmp_buf, tmp_len); in TEE_InvokeTACommand()
506 TEE_Result res2 = tee_unmap(tmp_buf, tmp_len); in __GP11_TEE_InvokeTACommand()
/optee_os/lib/libutee/arch/arm/gprof/
H A Dgprof.c318 res = tee_unmap(gprof_buf, gprof_buf_len); in __utee_gprof_fini()