Lines Matching +full:os +full:- +full:code +full:- +full:offset
1 /* SPDX-License-Identifier: MIT */
8 * This file has definitions related to Host and AMD-TEE Trusted OS interface.
23 * struct memref - memory reference structure
25 * @offset: offset in bytes from beginning of the buffer
30 u32 offset; member
72 * non-contiguous. Below structures are meant to describe a shared memory region
77 * struct tee_sg_desc - sg descriptor for a physically contiguous buffer
89 * struct tee_sg_list - structure describing a scatter/gather list
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
125 * @return_origin: [out] origin of return code after TEE processing
136 * struct tee_cmd_unload_ta - command to unload TA binary from TEE environment
144 * struct tee_cmd_open_session - command to call TA_OpenSessionEntryPoint in TA
148 * @return_origin: [out] origin of return code after TEE processing
158 * struct tee_cmd_close_session - command to call TA_CloseSessionEntryPoint()
169 * struct tee_cmd_invoke_cmd - command to call TA_InvokeCommandEntryPoint() in
175 * @return_origin: [out] origin of return code after TEE processing