Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tee/
Dtee_core.c116 if (ctx->teedev->desc->flags & TEE_DESC_PRIVILEGED) in tee_ioctl_version()
723 if (teedesc->flags & TEE_DESC_PRIVILEGED) { in tee_device_alloc()
740 teedesc->flags & TEE_DESC_PRIVILEGED ? "priv" : "", in tee_device_alloc()
776 teedesc->flags & TEE_DESC_PRIVILEGED ? "privileged" : "client"); in tee_device_alloc()
/Linux-v4.19/include/linux/
Dtee_drv.h123 #define TEE_DESC_PRIVILEGED 0x1 macro
/Linux-v4.19/drivers/tee/optee/
Dcore.c344 .flags = TEE_DESC_PRIVILEGED,