Home
last modified time | relevance | path

Searched refs:ts_ops (Results 1 – 7 of 7) sorted by relevance

/optee_os/core/arch/arm/kernel/
H A Dlink_dummies_paged.c68 const struct ts_ops user_ta_ops __rodata_dummy;
69 const struct ts_ops stmm_sp_ops __rodata_dummy;
H A Dsecure_partition.c85 static const struct ts_ops sp_ops;
1902 static const struct ts_ops sp_ops = {
H A Dstmm_sp.c993 const struct ts_ops stmm_sp_ops __weak __relrodata_unpaged("stmm_sp_ops") = {
/optee_os/core/include/kernel/
H A Dts_manager.h16 const struct ts_ops *ops;
59 struct ts_ops { struct
/optee_os/core/arch/arm/include/kernel/
H A Dstmm_sp.h142 extern const struct ts_ops stmm_sp_ops;
/optee_os/core/kernel/
H A Dpseudo_ta.c242 static const struct ts_ops pseudo_ta_ops = {
H A Duser_ta.c414 const struct ts_ops user_ta_ops __weak __relrodata_unpaged("user_ta_ops") = {