Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/kernel/
A Dpseudo_ta.h27 struct pseudo_ta_head { struct
44 SCATTERED_ARRAY_DEFINE_PG_ITEM(pseudo_tas, struct pseudo_ta_head) = \ argument
48 const struct pseudo_ta_head *pseudo_ta;
/optee_os-3.20.0/core/kernel/
A Dpseudo_ta.c256 const struct pseudo_ta_head *start = in verify_pseudo_tas_conformance()
257 SCATTERED_ARRAY_BEGIN(pseudo_tas, struct pseudo_ta_head); in verify_pseudo_tas_conformance()
258 const struct pseudo_ta_head *end = in verify_pseudo_tas_conformance()
259 SCATTERED_ARRAY_END(pseudo_tas, struct pseudo_ta_head); in verify_pseudo_tas_conformance()
260 const struct pseudo_ta_head *pta; in verify_pseudo_tas_conformance()
263 const struct pseudo_ta_head *pta2; in verify_pseudo_tas_conformance()
294 const struct pseudo_ta_head *ta; in tee_ta_init_pseudo_ta_session()
298 ta = SCATTERED_ARRAY_BEGIN(pseudo_tas, struct pseudo_ta_head); in tee_ta_init_pseudo_ta_session()
301 struct pseudo_ta_head)) in tee_ta_init_pseudo_ta_session()
/optee_os-3.20.0/core/pta/
A Ddevice.c44 const struct pseudo_ta_head *ta = NULL; in get_devices()
62 SCATTERED_ARRAY_FOREACH(ta, pseudo_tas, struct pseudo_ta_head) in get_devices()

Completed in 4 milliseconds