Home
last modified time | relevance | path

Searched refs:pseudo_ta_head (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/include/kernel/
H A Dpseudo_ta.h29 struct pseudo_ta_head { struct
46 SCATTERED_ARRAY_DEFINE_PG_ITEM(pseudo_tas, struct pseudo_ta_head) = \ argument
50 const struct pseudo_ta_head *pseudo_ta;
/optee_os/core/kernel/
H A Dpseudo_ta.c257 const struct pseudo_ta_head *start = in verify_pseudo_tas_conformance()
258 SCATTERED_ARRAY_BEGIN(pseudo_tas, struct pseudo_ta_head); in verify_pseudo_tas_conformance()
259 const struct pseudo_ta_head *end = in verify_pseudo_tas_conformance()
260 SCATTERED_ARRAY_END(pseudo_tas, struct pseudo_ta_head); in verify_pseudo_tas_conformance()
261 const struct pseudo_ta_head *pta; in verify_pseudo_tas_conformance()
264 const struct pseudo_ta_head *pta2; in verify_pseudo_tas_conformance()
295 const struct pseudo_ta_head *ta; in tee_ta_init_pseudo_ta_session()
305 ta = SCATTERED_ARRAY_BEGIN(pseudo_tas, struct pseudo_ta_head); in tee_ta_init_pseudo_ta_session()
308 struct pseudo_ta_head)) in tee_ta_init_pseudo_ta_session()
/optee_os/core/pta/
H A Ddevice.c48 const struct pseudo_ta_head *ta = NULL; in get_devices()
66 SCATTERED_ARRAY_FOREACH(ta, pseudo_tas, struct pseudo_ta_head) in get_devices()