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.c915 size_t ta_count) in dump_ta_stats() argument
926 for (i = 0; i < ta_count; i++) { in dump_ta_stats()
971 size_t ta_count = 0; in tee_ta_instance_stats() local
981 ta_count++; in tee_ta_instance_stats()
983 sz = sizeof(struct pta_stats_ta) * ta_count; in tee_ta_instance_stats()
1000 dump_ctx = malloc(sizeof(struct tee_ta_dump_ctx) * ta_count); in tee_ta_instance_stats()
1012 res = dump_ta_stats(dump_ctx, dump_stats, ta_count); in tee_ta_instance_stats()