Home
last modified time | relevance | path

Searched refs:TA_FLAGS (Results 1 – 5 of 5) sorted by relevance

/optee_os/ta/
H A Duser_ta_header.c107 .flags = TA_FLAGS,
137 &(const bool){(TA_FLAGS & TA_FLAG_SINGLE_INSTANCE) != 0}},
140 &(const bool){(TA_FLAGS & TA_FLAG_MULTI_SESSION) != 0}},
143 &(const bool){(TA_FLAGS & TA_FLAG_INSTANCE_KEEP_ALIVE) != 0}},
146 &(const bool){(TA_FLAGS & TA_FLAG_INSTANCE_KEEP_CRASHED) != 0}},
165 &(const bool){TA_FLAGS & TA_FLAG_DONT_CLOSE_HANDLE_ON_CORRUPT_OBJECT}},
/optee_os/ta/avb/
H A Duser_ta_header_defines.h11 #define TA_FLAGS (TA_FLAG_SINGLE_INSTANCE | \ macro
/optee_os/ta/trusted_keys/
H A Duser_ta_header_defines.h13 #define TA_FLAGS (TA_FLAG_SINGLE_INSTANCE | \ macro
/optee_os/ta/remoteproc/src/
H A Duser_ta_header_defines.h13 #define TA_FLAGS (TA_FLAG_DEVICE_ENUM | \ macro
/optee_os/ta/pkcs11/src/
H A Duser_ta_header_defines.h13 #define TA_FLAGS (TA_FLAG_SINGLE_INSTANCE | \ macro