Searched refs:TEE_CheckMemoryAccessRights (Results 1 – 5 of 5) sorted by relevance
| /optee_os/lib/libutee/ |
| H A D | tee_api_panic.c | 47 return TEE_CheckMemoryAccessRights(flags, buf, len); in check_access()
|
| H A D | tee_api.c | 134 !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 D | tee_api_compat.h | 59 #define TEE_CheckMemoryAccessRights __GP11_TEE_CheckMemoryAccessRights macro
|
| H A D | tee_internal_api.h | 111 TEE_Result TEE_CheckMemoryAccessRights(uint32_t accessFlags, void *buffer,
|
| /optee_os/ |
| H A D | CHANGELOG.md | 1313 * libutee: extend `TEE_CheckMemoryAccessRights()` with
|