Lines Matching full:tee
3 * AMD Trusted Execution Environment (TEE) interface
17 /* This file defines the Trusted Execution Environment (TEE) interface commands
19 * AMD-TEE Trusted OS.
23 * enum tee_cmd_id - TEE Interface Command IDs
25 * TEE environment
26 * @TEE_CMD_ID_UNLOAD_TA: Unload TA binary from TEE environment
46 * @cmd_id: TEE command ID (&enum tee_cmd_id)
47 * @buf: Command buffer for TEE processing. On success, is updated
50 * @status: On success, holds the TEE command execution status
53 * TEE environment and waits for a response or until the command times out.
56 * 0 if TEE successfully processed the command
59 * -%ETIMEDOUT if TEE command timed out
66 * psp_check_tee_status() - Checks whether there is a TEE which a driver can
69 * This function can be used by AMD-TEE driver to query if there is TEE with
73 * 0 if the device has TEE
74 * -%ENODEV if there is no TEE available