Home
last modified time | relevance | path

Searched refs:transfer_list_entry (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/include/kernel/
H A Dtransfer_list.h88 struct transfer_list_entry { struct
119 struct transfer_list_entry *transfer_list_find(struct transfer_list_header *tl,
122 void *transfer_list_entry_data(struct transfer_list_entry *tl_e);
132 static inline struct transfer_list_entry *
140 transfer_list_entry_data(struct transfer_list_entry *tl_e __unused) in transfer_list_entry_data()
151 struct transfer_list_entry *tl_e,
155 struct transfer_list_entry *tl_e);
157 struct transfer_list_entry *transfer_list_add(struct transfer_list_header *tl,
162 struct transfer_list_entry *
167 struct transfer_list_entry *
[all …]
/optee_os/core/kernel/
H A Dtransfer_list.c90 struct transfer_list_entry *tl_e = NULL; in transfer_list_dump()
255 struct transfer_list_entry *transfer_list_next(struct transfer_list_header *tl, in transfer_list_next()
256 struct transfer_list_entry *cur) in transfer_list_next()
258 struct transfer_list_entry *tl_e = NULL; in transfer_list_next()
282 tl_e = (struct transfer_list_entry *)va; in transfer_list_next()
352 struct transfer_list_entry *tl_e, in transfer_list_set_data_size()
359 struct transfer_list_entry *dummy_te = NULL; in transfer_list_set_data_size()
419 dummy_te = (struct transfer_list_entry *)new_ev; in transfer_list_set_data_size()
440 struct transfer_list_entry *tl_e) in transfer_list_rem()
461 struct transfer_list_entry *transfer_list_add(struct transfer_list_header *tl, in transfer_list_add()
[all …]
/optee_os/core/pta/tests/
H A Dtransfer_list.c30 struct transfer_list_entry **tle) in test_add_te()
35 struct transfer_list_entry *tl_e = NULL; in test_add_te()
89 struct transfer_list_entry *tl_e = NULL; in test_rm_te()
108 struct transfer_list_entry *tl_e, in test_set_te_data_size()
111 struct transfer_list_entry *old_te_next = NULL; in test_set_te_data_size()
112 struct transfer_list_entry *new_te_next = NULL; in test_set_te_data_size()
147 struct transfer_list_entry *te1 = NULL; in transfer_list_tests()
148 struct transfer_list_entry *te2 = NULL; in transfer_list_tests()
149 struct transfer_list_entry *te3 = NULL; in transfer_list_tests()
/optee_os/core/arch/arm/kernel/
H A Dboot.c993 struct transfer_list_entry *tl_e = NULL; in boot_init_primary_late()
1135 struct transfer_list_entry *tl_e = NULL; in boot_init_primary_early()
1163 struct transfer_list_entry *tl_e = NULL; in boot_save_transfer_list()
1484 struct transfer_list_entry *tl_e = NULL; in release_transfer_list()