Home
last modified time | relevance | path

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

/optee_os/core/kernel/
H A Dtee_ta_manager.c916 size_t ta_count) in dump_ta_stats() argument
927 for (i = 0; i < ta_count; i++) { in dump_ta_stats()
972 size_t ta_count = 0; in tee_ta_instance_stats() local
982 ta_count++; in tee_ta_instance_stats()
984 sz = sizeof(struct pta_stats_ta) * ta_count; in tee_ta_instance_stats()
1001 dump_ctx = malloc(sizeof(struct tee_ta_dump_ctx) * ta_count); in tee_ta_instance_stats()
1013 res = dump_ta_stats(dump_ctx, dump_stats, ta_count); in tee_ta_instance_stats()