Searched refs:rflags (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/pta/ |
| H A D | device.c | 25 uint32_t blen, uint32_t *pos, uint32_t rflags) in add_ta() argument 36 if (flags & rflags) { in add_ta() 46 uint32_t rflags) in get_devices() argument 67 add_ta(ta->flags, &ta->uuid, buf, blen, &pos, rflags); in get_devices() 71 stmm_get_uuid(), buf, blen, &pos, rflags); in get_devices() 76 rflags); in get_devices() 90 uint32_t rflags = 0; in invoke_command() local 99 rflags = TA_FLAG_DEVICE_ENUM; in invoke_command() 102 rflags = TA_FLAG_DEVICE_ENUM_SUPP; in invoke_command() 105 rflags |= TA_FLAG_DEVICE_ENUM_TEE_STORAGE_PRIVATE; in invoke_command() [all …]
|