Home
last modified time | relevance | path

Searched refs:TEE_DESC_PRIVILEGED (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/tee/
Dtee_core.c273 if (ctx->teedev->desc->flags & TEE_DESC_PRIVILEGED) in tee_ioctl_version()
901 if (teedesc->flags & TEE_DESC_PRIVILEGED) { in tee_device_alloc()
918 teedesc->flags & TEE_DESC_PRIVILEGED ? "priv" : "", in tee_device_alloc()
953 teedesc->flags & TEE_DESC_PRIVILEGED ? "privileged" : "client"); in tee_device_alloc()
/Linux-v5.15/include/linux/
Dtee_drv.h127 #define TEE_DESC_PRIVILEGED 0x1 macro
/Linux-v5.15/drivers/tee/optee/
Dcore.c355 .flags = TEE_DESC_PRIVILEGED,