Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtee_core.h111 #define TEE_DESC_PRIVILEGED 0x1 macro
/linux/drivers/tee/
H A Dtee_core.c277 if (ctx->teedev->desc->flags & TEE_DESC_PRIVILEGED) in tee_ioctl_version()
902 if (teedesc->flags & TEE_DESC_PRIVILEGED) { in tee_device_alloc()
919 teedesc->flags & TEE_DESC_PRIVILEGED ? "priv" : "", in tee_device_alloc()
954 teedesc->flags & TEE_DESC_PRIVILEGED ? "privileged" : "client"); in tee_device_alloc()
/linux/drivers/tee/optee/
H A Dffa_abi.c806 .flags = TEE_DESC_PRIVILEGED,
H A Dsmc_abi.c1212 .flags = TEE_DESC_PRIVILEGED,