Lines Matching full:tee
5 …d TEE. Tzdriver processes commands from Tee Client and sends instructions to switch from REE to TE…
9 smc: Send smc instructions to switch the CPU from the REE side to the TEE side for operation.
11 session_manager: Manage communication sessions between REE and TEE.
13 mailbox:Data is shared between REE and TEE through the mailbox.
17 tzdebug:Create debugfs debugging nodes to facilitate developers in debugging TEE functionality
19 tlogger:TEE log driver module, supporting TEE log recording and printing.
31 ├── gp_ops.c # GP TEE specification processing logic
32 ├── mailbox_mempool.c # REE and TEE shared memory management
34 ├── smc_smp.c # Send SMC command to switch to TEE
36 ├── tlogger # TEE log driver
62 …esent restrictions on CPUID less than CONFIG_ CPU_ AFF_ NR's CPU can enter TEE, where 0 represents…
64 | CONFIG_TEELOG | TEE log switch, it is recommended to enable. …
65 | CONFIG_PAGES_MEM | TEE log memory management, it is recommended to enable. …