Lines Matching +full:shared +full:- +full:memory
1 .. SPDX-License-Identifier: GPL-2.0
10 User space (the client) connects to the driver by opening /dev/tee[0-9]* or
11 /dev/teepriv[0-9]*.
13 - TEE_IOC_SHM_ALLOC allocates shared memory and returns a file descriptor
15 descriptor any more, it should be closed. When shared memory isn't needed
17 memory.
19 - TEE_IOC_VERSION lets user space know which TEE this driver handles and
22 - TEE_IOC_OPEN_SESSION opens a new session to a Trusted Application.
24 - TEE_IOC_INVOKE invokes a function in a Trusted Application.
26 - TEE_IOC_CANCEL may cancel an ongoing TEE_IOC_OPEN_SESSION or TEE_IOC_INVOKE.
28 - TEE_IOC_CLOSE_SESSION closes a session to a Trusted Application.
32 system access. A normal client opens /dev/tee[0-9]* and a supplicant opens
33 /dev/teepriv[0-9].