Lines Matching +full:implementation +full:- +full:defined
2 * Copyright (c) 2015-2016, Linaro Limited
52 #define TEE_MEMREF_NULL (__u64)(-1) /* NULL MemRef Buffer */
55 * TEE Implementation ID
62 * OP-TEE specific capabilities
67 * struct tee_ioctl_version_data - TEE version
68 * @impl_id: [out] TEE implementation id
69 * @impl_caps: [out] Implementation specific capabilities
70 * @gen_caps: [out] Generic capabilities, defined by TEE_GEN_CAPS_* above
72 * Identifies the TEE implementation, @impl_id is one of TEE_IMPL_ID_* above.
73 * @impl_caps is implementation specific, for example TEE_OPTEE_CAP_*
83 * TEE_IOC_VERSION - query version of TEE
92 * struct tee_ioctl_shm_alloc_data - Shared memory allocate argument
98 * with actual flags as defined by TEE_IOCTL_SHM_* above.
108 * TEE_IOC_SHM_ALLOC - allocate shared memory
122 * struct tee_ioctl_buf_data - Variable sized buffer
168 * Are only defined for GP compliant TEEs
177 * Disallow user-space to use GP implementation specific login
178 * method range (0x80000000 - 0xBFFFFFFF). This range is rather
179 * being reserved for REE kernel clients or TEE implementation.
187 * struct tee_ioctl_param - parameter
224 * struct tee_ioctl_open_session_arg - Open session argument
248 * TEE_IOC_OPEN_SESSION - opens a session to a Trusted Application
258 * struct tee_ioctl_invoke_func_arg - Invokes a function in a Trusted
279 * TEE_IOC_INVOKE - Invokes a function in a Trusted Application
288 * struct tee_ioctl_cancel_arg - Cancels an open session or invoke ioctl
298 * TEE_IOC_CANCEL - Cancels an open session or invoke
304 * struct tee_ioctl_close_session_arg - Closes an open session
312 * TEE_IOC_CLOSE_SESSION - Closes a session
318 * struct tee_iocl_supp_recv_arg - Receive a request for a supplicant function
322 * @num_params is the number of params that tee-supplicant has room to
324 * tee-supplicant receives when output.
334 * TEE_IOC_SUPPL_RECV - Receive a request for a supplicant function
343 * struct tee_iocl_supp_send_arg - Send a response to a received request
355 * TEE_IOC_SUPPL_SEND - Send a response to a received request
364 * struct tee_ioctl_shm_register_data - Shared memory register argument
371 * with actual flags as defined by TEE_IOCTL_SHM_* above.
382 * TEE_IOC_SHM_REGISTER - Register shared memory argument
397 * - closes the device file descriptor
398 * - closes a file descriptor connected to allocated shared memory