Lines Matching refs:BIT32
13 #define TA_FLAG_USER_MODE 0 /* Deprecated, was BIT32(0) */
14 #define TA_FLAG_EXEC_DDR 0 /* Deprecated, was BIT32(1) */
15 #define TA_FLAG_SINGLE_INSTANCE BIT32(2)
16 #define TA_FLAG_MULTI_SESSION BIT32(3)
17 #define TA_FLAG_INSTANCE_KEEP_ALIVE BIT32(4) /* remains after last close */
18 #define TA_FLAG_SECURE_DATA_PATH BIT32(5) /* accesses SDP memory */
19 #define TA_FLAG_REMAP_SUPPORT 0 /* Deprecated, was BIT32(6) */
20 #define TA_FLAG_CACHE_MAINTENANCE BIT32(7) /* use cache flush syscall */
25 #define TA_FLAG_CONCURRENT BIT32(8)
48 #define TA_FLAG_DEVICE_ENUM BIT32(9) /* without tee-supplicant */
49 #define TA_FLAG_DEVICE_ENUM_SUPP BIT32(10) /* with tee-supplicant */
52 BIT32(11)
54 BIT32(12) /* with TEE_STORAGE_PRIVATE */
59 #define TA_FLAG_INSTANCE_KEEP_CRASHED BIT32(13)