Home
last modified time | relevance | path

Searched refs:target_arg (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/common_modules/tzdriver/core/
H A Dsmc_smp.c1157 uint64_t *target_arg = kzalloc(sizeof(uint64_t), GFP_KERNEL); in shadow_work_func() local
1159 if (ZERO_OR_NULL_PTR((unsigned long)(uintptr_t)target_arg)) { in shadow_work_func()
1164 *target_arg = s_work->target; in shadow_work_func()
1166 (void *)(uintptr_t)target_arg, "shadow th/%lu", in shadow_work_func()
1169 kfree(target_arg); in shadow_work_func()
1175 __func__, g_shadow_thread_id, *target_arg); in shadow_work_func()

Completed in 5 milliseconds