/Zephyr-latest/samples/subsys/ipc/rpmsg_service/remote/src/ |
D | main.c | 52 void app_task(void *arg1, void *arg2, void *arg3) in app_task() argument 55 ARG_UNUSED(arg2); in app_task()
|
/Zephyr-latest/samples/subsys/ipc/rpmsg_service/src/ |
D | main.c | 53 void app_task(void *arg1, void *arg2, void *arg3) in app_task() argument 56 ARG_UNUSED(arg2); in app_task()
|
/Zephyr-latest/subsys/sip_svc/ |
D | sip_svc_id_mgr.c | 178 id_map->items[i].arg2 = NULL; in sip_svc_id_map_create() 217 int sip_svc_id_map_insert_item(struct sip_svc_id_map *id_map, uint32_t id, void *arg1, void *arg2, in sip_svc_id_map_insert_item() argument 233 id_map->items[i].arg2 = arg2; in sip_svc_id_map_insert_item() 258 id_map->items[i].arg2 = NULL; in sip_svc_id_map_remove_item()
|
/Zephyr-latest/tests/kernel/threads/dynamic_thread_stack/src/ |
D | main.c | 26 static void func(void *arg1, void *arg2, void *arg3) in func() argument 30 ARG_UNUSED(arg2); in func() 201 static void perm_func(void *arg1, void *arg2, void *arg3) in perm_func() argument 206 static void perm_func_violator(void *arg1, void *arg2, void *arg3) in perm_func_violator() argument 208 (void)k_thread_stack_free((k_thread_stack_t *)arg2); in perm_func_violator()
|
/Zephyr-latest/samples/subsys/ipc/openamp_rsc_table/src/ |
D | main_remote.c | 242 void app_rpmsg_client_sample(void *arg1, void *arg2, void *arg3) in app_rpmsg_client_sample() argument 245 ARG_UNUSED(arg2); in app_rpmsg_client_sample() 276 void app_rpmsg_tty(void *arg1, void *arg2, void *arg3) in app_rpmsg_tty() argument 279 ARG_UNUSED(arg2); in app_rpmsg_tty() 317 void rpmsg_mng_task(void *arg1, void *arg2, void *arg3) in rpmsg_mng_task() argument 320 ARG_UNUSED(arg2); in rpmsg_mng_task()
|
/Zephyr-latest/arch/x86/core/ |
D | efi.c | 87 static uint64_t efi_call(void *fn, uint64_t arg1, uint64_t arg2) in efi_call() argument 106 : "c"(arg1), "d"(arg2), "S"(stack_top), "D"(efi->efi_cr3) in efi_call()
|
/Zephyr-latest/samples/arch/smp/pktqueue/src/ |
D | main.c | 89 void test_thread(void *arg1, void *arg2, void *arg3) in test_thread() argument 92 struct phdr_desc_queue *receiver_queue = (struct phdr_desc_queue *)arg2; in test_thread() 122 void queue_thread(void *arg1, void *arg2, void *arg3) in queue_thread() argument 125 ARG_UNUSED(arg2); in queue_thread()
|
/Zephyr-latest/tests/kernel/mem_protect/stackprot/src/ |
D | main.c | 158 void alternate_thread_canary(void *arg1, void *arg2, void *arg3) in alternate_thread_canary() argument 160 ARG_UNUSED(arg2); in alternate_thread_canary()
|
/Zephyr-latest/tests/kernel/pipe/pipe_api/src/ |
D | concurrency.c | 21 static void thread_close(void *arg1, void *arg2, void *arg3) in thread_close() argument 26 static void thread_reset(void *arg1, void *arg2, void *arg3) in thread_reset() argument 31 static void thread_write(void *arg1, void *arg2, void *arg3) in thread_write() argument 39 static void thread_read(void *arg1, void *arg2, void *arg3) in thread_read() argument
|
/Zephyr-latest/tests/benchmarks/footprints/src/ |
D | timer.c | 53 static void thread_fn(void *arg1, void *arg2, void *arg3) in thread_fn() argument 56 ARG_UNUSED(arg2); in thread_fn()
|
/Zephyr-latest/samples/arch/smp/pi/src/ |
D | main.c | 35 void test_thread(void *arg1, void *arg2, void *arg3) in test_thread() argument 38 char *buffer = (char *)arg2; in test_thread()
|
/Zephyr-latest/tests/posix/eventfd/src/ |
D | blocking.c | 77 static void thread_eventfd_read_42(void *arg1, void *arg2, void *arg3) in thread_eventfd_read_42() argument 100 static void thread_eventfd_write(void *arg1, void *arg2, void *arg3) in thread_eventfd_write() argument 134 static void thread_eventfd_read(void *arg1, void *arg2, void *arg3) in thread_eventfd_read() argument
|
D | stress.c | 53 static void th_fun(void *arg1, void *arg2, void *arg3) in th_fun() argument 61 struct eventfd_fixture *fixture = arg2; in th_fun()
|
/Zephyr-latest/arch/posix/core/ |
D | thread.c | 47 thread_status->arg2 = p2; in arch_new_thread() 96 z_thread_entry(ptr->entry_point, ptr->arg1, ptr->arg2, ptr->arg3); in posix_arch_thread_entry()
|
/Zephyr-latest/include/zephyr/ |
D | syscall.h | 86 typedef uintptr_t (*_k_syscall_handler_t)(uintptr_t arg1, uintptr_t arg2,
|
/Zephyr-latest/arch/posix/include/ |
D | posix_core.h | 19 void *arg2; member
|
/Zephyr-latest/drivers/console/ |
D | ipm_console_receiver.c | 19 static void ipm_console_thread(void *arg1, void *arg2, void *arg3) in ipm_console_thread() argument 29 config_info = (const struct ipm_console_receiver_config_info *)arg2; in ipm_console_thread()
|
/Zephyr-latest/include/zephyr/drivers/sip_svc/ |
D | sip_svc_driver.h | 29 unsigned long arg0, unsigned long arg1, unsigned long arg2, 121 unsigned long arg0, unsigned long arg1, unsigned long arg2, 126 unsigned long arg2, unsigned long arg3, in z_impl_sip_supervisory_call() argument 136 api->sip_supervisory_call(dev, function_id, arg0, arg1, arg2, arg3, arg4, arg5, arg6, res); in z_impl_sip_supervisory_call()
|
/Zephyr-latest/samples/boards/renesas/openamp_linux_zephyr/src/ |
D | main_remote.c | 283 void app_rpmsg_client_sample(void *arg1, void *arg2, void *arg3) in app_rpmsg_client_sample() argument 286 ARG_UNUSED(arg2); in app_rpmsg_client_sample() 310 void rpmsg_mng_task(void *arg1, void *arg2, void *arg3) in rpmsg_mng_task() argument 313 ARG_UNUSED(arg2); in rpmsg_mng_task()
|
/Zephyr-latest/drivers/sip_svc/ |
D | sip_smc_intel_socfpga.c | 169 unsigned long arg2, unsigned long arg3, in intel_sip_secure_monitor_call() argument 181 LOG_DBG("\targ2 %08lx", arg2); in intel_sip_secure_monitor_call() 188 arm_smccc_smc(function_id, arg0, arg1, arg2, arg3, arg4, arg5, arg6, res); in intel_sip_secure_monitor_call()
|
/Zephyr-latest/tests/benchmarks/latency_measure/src/ |
D | main.c | 72 static void busy_thread_entry(void *arg1, void *arg2, void *arg3) in busy_thread_entry() argument 79 static void test_thread(void *arg1, void *arg2, void *arg3) in test_thread() argument 84 ARG_UNUSED(arg2); in test_thread()
|
/Zephyr-latest/arch/mips/core/ |
D | thread.c | 15 void *arg2,
|
/Zephyr-latest/arch/xtensa/core/ |
D | thread.c | 40 void *arg1, void *arg2, void *arg3) in init_stack() argument 117 frame->a8 = (uintptr_t)arg2; /* a8 */ in init_stack()
|
/Zephyr-latest/tests/kernel/pending/src/ |
D | main.c | 216 static void coop_high(void *arg1, void *arg2, void *arg3) in coop_high() argument 219 ARG_UNUSED(arg2); in coop_high() 227 static void coop_low(void *arg1, void *arg2, void *arg3) in coop_low() argument 230 ARG_UNUSED(arg2); in coop_low()
|
/Zephyr-latest/tests/subsys/llext/src/ |
D | threads_kernel_objects_ext.c | 29 void test_thread(void *arg0, void *arg1, void *arg2) in test_thread() argument
|