Lines Matching +full:sg +full:- +full:micro
1 /* SPDX-License-Identifier: MIT */
4 * Copyright 2019 Advanced Micro Devices, Inc.
8 * This file has definitions related to Host and AMD-TEE Trusted OS interface.
23 * struct memref - memory reference structure
72 * non-contiguous. Below structures are meant to describe a shared memory region
73 * via scatter/gather (sg) list
77 * struct tee_sg_desc - sg descriptor for a physically contiguous buffer
89 * struct tee_sg_list - structure describing a scatter/gather list
90 * @count: [in] number of sg descriptors
92 * @buf: [in] list of sg buffer descriptors
102 * struct tee_cmd_map_shared_mem - command to map shared memory
112 * struct tee_cmd_unmap_shared_mem - command to unmap shared memory
120 * struct tee_cmd_load_ta - load Trusted Application (TA) binary into TEE
134 * struct tee_cmd_unload_ta - command to unload TA binary from TEE environment
142 * struct tee_cmd_open_session - command to call TA_OpenSessionEntryPoint in TA
156 * struct tee_cmd_close_session - command to call TA_CloseSessionEntryPoint()
167 * struct tee_cmd_invoke_cmd - command to call TA_InvokeCommandEntryPoint() in