Home
last modified time | relevance | path

Searched refs:TEE_CheckMemoryAccessRights (Results 1 – 5 of 5) sorted by relevance

/optee_os/lib/libutee/
H A Dtee_api_panic.c47 return TEE_CheckMemoryAccessRights(flags, buf, len); in check_access()
H A Dtee_api.c134 !TEE_CheckMemoryAccessRights(flags, b, s)) { in map_tmp_param()
561 TEE_Result TEE_CheckMemoryAccessRights(uint32_t accessFlags, void *buffer, in TEE_CheckMemoryAccessRights() function
597 return TEE_CheckMemoryAccessRights(accessFlags, buffer, size); in __GP11_TEE_CheckMemoryAccessRights()
/optee_os/lib/libutee/include/
H A Dtee_api_compat.h59 #define TEE_CheckMemoryAccessRights __GP11_TEE_CheckMemoryAccessRights macro
H A Dtee_internal_api.h111 TEE_Result TEE_CheckMemoryAccessRights(uint32_t accessFlags, void *buffer,
/optee_os/
H A DCHANGELOG.md1313 * libutee: extend `TEE_CheckMemoryAccessRights()` with