Home
last modified time | relevance | path

Searched refs:embedded_ts (Results 1 – 9 of 9) sorted by relevance

/optee_os/core/kernel/
H A Dearly_ta.c18 static const struct embedded_ts *find_early_ta(const TEE_UUID *uuid) in find_early_ta()
20 const struct embedded_ts *ta = NULL; in find_early_ta()
46 const struct embedded_ts *ta = NULL; in early_ta_init()
H A Dembedded_ts.c21 const struct embedded_ts *ts;
38 const struct embedded_ts *ts) in decompression_init()
57 const struct embedded_ts* in emb_ts_open()
61 const struct embedded_ts *ts = NULL; in emb_ts_open()
85 const struct embedded_ts *ts = h->ts; in emb_ts_get_size()
H A Dsub.mk53 srcs-$(CFG_EMBEDDED_TS) += embedded_ts.c
/optee_os/core/include/kernel/
H A Dembedded_ts.h15 struct embedded_ts { struct
31 const struct embedded_ts* (*find_ts) argument
H A Dearly_ta.h15 SCATTERED_ARRAY_FOREACH(_ta, early_tas, struct embedded_ts)
/optee_os/core/arch/arm/include/kernel/
H A Dsecure_partition.h49 struct embedded_ts image;
/optee_os/core/pta/
H A Ddevice.c49 const struct embedded_ts *eta = NULL; in get_devices()
/optee_os/scripts/
H A Dts_bin_to_c.py170 embedded_ts) = {\n')
/optee_os/core/arch/arm/kernel/
H A Dsecure_partition.c91 static const struct embedded_ts *find_secure_partition(const TEE_UUID *uuid) in find_secure_partition()