Searched refs:TA_NAME (Results 1 – 3 of 3) sorted by relevance
/optee_os-3.20.0/core/pta/tests/ |
A D | invoke.c | 22 #define TA_NAME "invoke_tests.pta" macro 27 IMSG("pseudo TA \"%s\" says \"Hello world !\"", TA_NAME); in test_trace() 382 DMSG("create entry point for pseudo TA \"%s\"", TA_NAME); in create_ta() 388 DMSG("destroy entry point for pseudo ta \"%s\"", TA_NAME); in destroy_ta() 395 DMSG("open entry point for pseudo ta \"%s\"", TA_NAME); in open_session() 401 DMSG("close entry point for pseudo ta \"%s\"", TA_NAME); in close_session() 408 FMSG("command entry point for pseudo ta \"%s\"", TA_NAME); in invoke_command() 443 pseudo_ta_register(.uuid = PTA_INVOKE_TESTS_UUID, .name = TA_NAME,
|
/optee_os-3.20.0/core/pta/ |
A D | stats.c | 15 #define TA_NAME "stats.ta" macro 201 pseudo_ta_register(.uuid = STATS_UUID, .name = TA_NAME,
|
A D | benchmark.c | 23 #define TA_NAME "benchmark.ta" macro 181 pseudo_ta_register(.uuid = BENCHMARK_UUID, .name = TA_NAME,
|
Completed in 3 milliseconds