Home
last modified time | relevance | path

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

/optee_os/ta/
H A Duser_ta_header.c132 uint8_t __ta_no_share_heap[TA_NO_SHARE_DATA_SIZE]; variable
133 const size_t __ta_no_share_heap_size = sizeof(__ta_no_share_heap);
/optee_os/lib/libutee/include/
H A Duser_ta_header.h170 extern uint8_t __ta_no_share_heap[];
/optee_os/lib/libutee/
H A Duser_ta_entry.c186 __ta_no_share_heap, in init_instance()
H A Dtee_api.c28 uint8_t __ta_no_share_heap[0] __weak; variable