29 #ifndef TEE_INTERNAL_API_EXTENSIONS_H 30 #define TEE_INTERNAL_API_EXTENSIONS_H 35 #include <tee_api_defines_extensions.h> 36 #include <tee_api_types.h> 38 void tee_user_mem_mark_heap(
void);
39 size_t tee_user_mem_check_heap(
void);
41 #define TEE_USER_MEM_HINT_NO_FILL_ZERO 0x80000000 56 TEE_Result TEE_CacheClean(
char *buf,
size_t len);
57 TEE_Result TEE_CacheFlush(
char *buf,
size_t len);
58 TEE_Result TEE_CacheInvalidate(
char *buf,
size_t len);