Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tee/
Dtee_core.c121 if (ctx->teedev->desc->flags & TEE_DESC_PRIVILEGED) in tee_ioctl_version()
728 if (teedesc->flags & TEE_DESC_PRIVILEGED) { in tee_device_alloc()
745 teedesc->flags & TEE_DESC_PRIVILEGED ? "priv" : "", in tee_device_alloc()
781 teedesc->flags & TEE_DESC_PRIVILEGED ? "privileged" : "client"); in tee_device_alloc()
/Linux-v5.4/include/linux/
Dtee_drv.h123 #define TEE_DESC_PRIVILEGED 0x1 macro
/Linux-v5.4/drivers/tee/optee/
Dcore.c335 .flags = TEE_DESC_PRIVILEGED,