6#ifndef TEE_INTERNAL_API_EXTENSIONS_H
7#define TEE_INTERNAL_API_EXTENSIONS_H
19#ifndef DOXYGEN_SHOULD_SKIP_THIS
20#define TEE_USER_MEM_HINT_NO_FILL_ZERO 0x80000000
uint32_t TEE_Result
Definition: tee_api_types.h:43
TEE_Result TEE_CacheFlush(char *buf, size_t len)
size_t tee_user_mem_check_heap(void)
TEE_Result tee_unmap(void *buf, size_t len)
TEE_Result TEE_CacheInvalidate(char *buf, size_t len)
void * tee_map_zi(size_t len, uint32_t flags)
TEE_Result tee_uuid_from_str(TEE_UUID *uuid, const char *s)
TEE_Result TEE_CacheClean(char *buf, size_t len)
void tee_user_mem_mark_heap(void)
Definition: tee_api_types.h:45