Searched refs:g_shm_ref (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/drivers/tee/optee/src/ |
D | main.c | 383 uint64_t g_shm_ref; variable 424 g_shm_ref = regs_to_u64(a4, a5); in cmd_alloc_free_call() 437 u64_to_regs(g_shm_ref, &res->a1, &res->a2); in cmd_alloc_free_call() 441 u64_to_regs(g_shm_ref, &res->a1, &res->a2); in cmd_alloc_free_call() 682 g_shm_ref = regs_to_u64(a4, a5); in cmd_shm_alloc_appl() 696 arg->params[0].u.value.b = g_shm_ref; in cmd_shm_alloc_appl() 697 u64_to_regs(g_shm_ref, &res->a1, &res->a2); in cmd_shm_alloc_appl() 700 u64_to_regs(g_shm_ref, &res->a1, &res->a2); in cmd_shm_alloc_appl() 849 g_shm_ref = regs_to_u64(a4, a5); in cmd_gettime_call() 859 u64_to_regs(g_shm_ref, &res->a1, &res->a2); in cmd_gettime_call() [all …]
|