Home
last modified time | relevance | path

Searched defs:tl (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/kernel/
H A Dtransfer_list.c28 struct transfer_list_header *tl) in get_align_base_addr()
40 static void unmap_list(struct transfer_list_header *tl, size_t sz) in unmap_list()
48 struct transfer_list_header *tl = NULL; in transfer_list_map() local
74 void transfer_list_unmap_sync(struct transfer_list_header *tl) in transfer_list_unmap_sync()
83 void transfer_list_unmap_nosync(struct transfer_list_header *tl) in transfer_list_unmap_nosync()
88 void transfer_list_dump(struct transfer_list_header *tl) in transfer_list_dump()
128 struct transfer_list_header *tl = NULL; in transfer_list_init() local
165 transfer_list_relocate(struct transfer_list_header *tl, paddr_t pa, in transfer_list_relocate()
202 int transfer_list_check_header(const struct transfer_list_header *tl) in transfer_list_check_header()
255 struct transfer_list_entry *transfer_list_next(struct transfer_list_header *tl, in transfer_list_next()
[all …]
/optee_os/core/pta/tests/
H A Dtransfer_list.c27 static TEE_Result test_add_te(struct transfer_list_header *tl, in test_add_te()
86 static TEE_Result test_rm_te(struct transfer_list_header *tl, in test_rm_te()
107 static TEE_Result test_set_te_data_size(struct transfer_list_header *tl, in test_set_te_data_size()
146 struct transfer_list_header *tl = NULL; in transfer_list_tests() local
/optee_os/lib/libutee/
H A Dtee_api_operations.c1811 uint64_t tl = 0; in TEE_AEEncryptFinal() local
1901 size_t tl = 0; in __GP11_TEE_AEEncryptFinal() local
/optee_os/core/arch/arm/kernel/
H A Dboot.c1162 struct transfer_list_header *tl = (void *)transfer_list; in boot_save_transfer_list() local