Home
last modified time | relevance | path

Searched refs:arg0 (Results 1 – 25 of 32) sorted by relevance

12

/Zephyr-latest/subsys/testsuite/include/zephyr/
Dfff.h214 void FFF_GCC_FUNCTION_ATTRIBUTES FUNCNAME(ARG0_TYPE arg0);
218 void FFF_GCC_FUNCTION_ATTRIBUTES FUNCNAME(ARG0_TYPE arg0) \
233 arg0); \
237 arg0); \
241 FUNCNAME##_fake.custom_fake(arg0); \
261 void FFF_GCC_FUNCTION_ATTRIBUTES FUNCNAME(ARG0_TYPE arg0, ARG1_TYPE arg1);
265 void FFF_GCC_FUNCTION_ATTRIBUTES FUNCNAME(ARG0_TYPE arg0, ARG1_TYPE arg1) \
282 arg0, arg1); \
286 arg0, arg1); \
290 FUNCNAME##_fake.custom_fake(arg0, arg1); \
[all …]
/Zephyr-latest/tests/kernel/threads/thread_apis/src/
Dtest_threads_suspend_resume.c77 void suspend_myself(void *arg0, void *arg1, void *arg2) in suspend_myself() argument
79 ARG_UNUSED(arg0); in suspend_myself()
109 void sleep_suspended(void *arg0, void *arg1, void *arg2) in sleep_suspended() argument
111 ARG_UNUSED(arg0); in sleep_suspended()
/Zephyr-latest/modules/trusted-firmware-m/interface/
Dinterface.c28 uint32_t arg0, uint32_t arg1, in tfm_ns_interface_dispatch() argument
60 result = fn(arg0, arg1, arg2, arg3); in tfm_ns_interface_dispatch()
/Zephyr-latest/subsys/tracing/sysview/
Dsysview.c69 void sys_trace_named_event(const char *name, uint32_t arg0, uint32_t arg1) in sys_trace_named_event() argument
78 payload = SEGGER_SYSVIEW_EncodeU32(payload, arg0); in sys_trace_named_event()
DSYSVIEW_Zephyr.txt174 163 named_event name=%s arg0=%u arg1=%u
/Zephyr-latest/drivers/pm_cpu_ops/
Dpm_cpu_ops_psci.c133 unsigned long arg0, in __invoke_psci_fn_hvc() argument
139 arm_smccc_hvc(function_id, arg0, arg1, arg2, 0, 0, 0, 0, &res); in __invoke_psci_fn_hvc()
144 unsigned long arg0, in __invoke_psci_fn_smc() argument
150 arm_smccc_smc(function_id, arg0, arg1, arg2, 0, 0, 0, 0, &res); in __invoke_psci_fn_smc()
/Zephyr-latest/tests/subsys/logging/log_stress/src/
Dmain.c34 static void handle_msg(uint32_t arg0) in handle_msg() argument
36 uint32_t ctx_id = arg0 >> CNT_BITS; in handle_msg()
37 uint32_t id = arg0 & BIT_MASK(CNT_BITS); in handle_msg()
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dserver.hpp259 void testMulti(Xtruct &hello, const int8_t arg0, const int32_t arg1, const int64_t arg2, in testMulti() argument
268 hello.byte_thing = arg0; in testMulti()
291 void testMultiException(Xtruct &result, const std::string &arg0, in testMultiException() argument
295 printf("testMultiException(%s, %s)\n", arg0.c_str(), arg1.c_str()); in testMultiException()
296 if (arg0.compare("Xception") == 0) { in testMultiException()
301 } else if (arg0.compare("Xception2") == 0) { in testMultiException()
/Zephyr-latest/include/zephyr/logging/
Dlog_frontend.h79 const char *fmt, uint32_t arg0, uint32_t arg1);
Dlog_msg.h243 #define LOG_MSG_SIMPLE_ARG_TYPE_CHECK_2(fmt, arg0, arg1) \ argument
244 Z_CBPRINTF_IS_WORD_NUM(arg0) && Z_CBPRINTF_IS_WORD_NUM(arg1)
641 const char *fmt, uint32_t arg0, uint32_t arg1);
/Zephyr-latest/include/zephyr/drivers/sip_svc/
Dsip_svc_driver.h29 unsigned long arg0, unsigned long arg1, unsigned long arg2,
121 unsigned long arg0, unsigned long arg1, unsigned long arg2,
125 unsigned long arg0, unsigned long arg1, 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/drivers/sip_svc/
Dsip_smc_intel_socfpga.c168 unsigned long arg0, unsigned long arg1, in intel_sip_secure_monitor_call() argument
179 LOG_DBG("\targ0 %08lx", arg0); 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/subsys/llext/src/
Dthreads_kernel_objects_ext.c29 void test_thread(void *arg0, void *arg1, void *arg2) in test_thread() argument
/Zephyr-latest/subsys/logging/
Dlog_msg.c230 const char *fmt, uint32_t arg0, uint32_t arg1) in z_impl_z_log_msg_simple_create_2() argument
234 log_frontend_simple_2(source, level, fmt, arg0, arg1); in z_impl_z_log_msg_simple_create_2()
254 *p32++ = arg0; in z_impl_z_log_msg_simple_create_2()
275 uint32_t data[] = {(uint32_t)(uintptr_t)fmt, arg0, arg1}; in z_impl_z_log_msg_simple_create_2()
/Zephyr-latest/samples/drivers/i2c/rtio_loopback/src/
Dmain.c266 static void rtio_write_read_done_callback(struct rtio *r, const struct rtio_sqe *sqe, void *arg0) in rtio_write_read_done_callback() argument
268 struct k_sem *sem = arg0; in rtio_write_read_done_callback()
/Zephyr-latest/include/zephyr/rtio/
Drtio.h281 typedef void (*rtio_callback_t)(struct rtio *r, const struct rtio_sqe *sqe, void *arg0);
329 void *arg0; /**< Last argument given to callback */ member
668 void *arg0, in rtio_sqe_prep_callback() argument
676 sqe->callback.arg0 = arg0; in rtio_sqe_prep_callback()
692 void *arg0, in rtio_sqe_prep_callback_no_cqe() argument
695 rtio_sqe_prep_callback(sqe, callback, arg0, userdata); in rtio_sqe_prep_callback_no_cqe()
/Zephyr-latest/tests/kernel/smp/src/
Dmain.c1104 static void process_events(void *arg0, void *arg1, void *arg2) in process_events() argument
1109 uintptr_t id = (uintptr_t) arg0; in process_events()
1125 static void signal_raise(void *arg0, void *arg1, void *arg2) in signal_raise() argument
1186 static void check_affinity(void *arg0, void *arg1, void *arg2) in check_affinity() argument
1191 int affinity = POINTER_TO_INT(arg0); in check_affinity()
/Zephyr-latest/subsys/logging/frontends/
Dlog_frontend_stmesp.c540 void log_frontend_simple_2(const void *source, uint32_t level, const char *fmt, uint32_t arg0, in log_frontend_simple_2() argument
555 STM_D32(stm_esp, arg0, false, false); in log_frontend_simple_2()
566 early_package_cb(&arg0, sizeof(arg0), NULL); in log_frontend_simple_2()
/Zephyr-latest/scripts/tracing/
Dparse_ctf.py141 arg0 = event.payload_field['arg0']
/Zephyr-latest/tests/net/socket/tls_ext/src/
Dmain.c147 static void server_thread_fn(void *arg0, void *arg1, void *arg2) in server_thread_fn() argument
149 const int server_fd = POINTER_TO_INT(arg0); in server_thread_fn()
/Zephyr-latest/tests/subsys/rtio/rtio_api/src/
Dtest_rtio_api.c663 void rtio_callback_chaining_cb(struct rtio *r, const struct rtio_sqe *sqe, void *arg0) in rtio_callback_chaining_cb() argument
665 TC_PRINT("chaining callback with userdata %p\n", arg0); in rtio_callback_chaining_cb()
668 void rtio_callback_chaining_cb_no_cqe(struct rtio *r, const struct rtio_sqe *sqe, void *arg0) in rtio_callback_chaining_cb_no_cqe() argument
670 TC_PRINT("Chaining callback with userdata %p (No CQE)\n", arg0); in rtio_callback_chaining_cb_no_cqe()
/Zephyr-latest/subsys/rtio/
Drtio_executor.c22 sqe->callback.callback(iodev_sqe->r, sqe, sqe->callback.arg0); in rtio_executor_op()
/Zephyr-latest/tests/kernel/context/src/
Dmain.c735 static void k_yield_entry(void *arg0, void *arg1, void *arg2) in k_yield_entry() argument
739 ARG_UNUSED(arg0); in k_yield_entry()
/Zephyr-latest/subsys/tracing/ctf/
Dctf_top.c750 void sys_trace_named_event(const char *name, uint32_t arg0, uint32_t arg1) in sys_trace_named_event() argument
758 ctf_named_event(ctf_name, arg0, arg1); in sys_trace_named_event()
Dctf_top.h688 static inline void ctf_named_event(ctf_bounded_string_t name, uint32_t arg0, in ctf_named_event() argument
692 arg0, arg1); in ctf_named_event()

12