Home
last modified time | relevance | path

Searched refs:TA_FLAG_CACHE_MAINTENANCE (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/arch/arm/tee/
H A Dsvc_cache.c18 if ((to_ta_ctx(s->ctx)->flags & TA_FLAG_CACHE_MAINTENANCE) == 0) in syscall_cache_operation()
/optee_os/lib/libutee/include/
H A Duser_ta_header.h20 #define TA_FLAG_CACHE_MAINTENANCE BIT32(7) /* use cache flush syscall */ macro