Lines Matching full:tee
19 #include <linux/psp-tee.h>
96 * @ctxdata: TEE Context data structure
100 * Scans the TEE context's session list to check if TA is already loaded in to
101 * TEE. If yes, returns the 'session' structure for that TA. Else allocates,
115 /* Scan session list to check if TA is already loaded in to TEE */ in alloc_session()
254 /* Load the TA binary into TEE environment */ in amdtee_open_session()
361 * Send a MAP command to TEE and get the corresponding in amdtee_map_shmem()
393 /* Unmap the shared memory from TEE */ in amdtee_unmap_shmem()
462 pr_err("amd-tee driver: tee not present\n"); in amdtee_driver_init()
498 pr_info("amd-tee driver initialization successful\n"); in amdtee_driver_init()
514 pr_err("amd-tee driver initialization failed\n"); in amdtee_driver_init()
534 MODULE_DESCRIPTION("AMD-TEE driver");