Home
last modified time | relevance | path

Searched refs:__weak (Results 1 – 25 of 70) sorted by relevance

123

/Zephyr-Core-3.5.0/arch/x86/core/ia32/
Dsoft_float_stubs.c22 __weak void __addtf3(long double a, long double b) in __addtf3()
27 __weak void __addxf3(long double a, long double b) in __addxf3()
32 __weak void __subtf3(long double a, long double b) in __subtf3()
37 __weak void __subxf3(long double a, long double b) in __subxf3()
42 __weak void __multf3(long double a, long double b) in __multf3()
47 __weak void __mulxf3(long double a, long double b) in __mulxf3()
52 __weak void __divtf3(long double a, long double b) in __divtf3()
57 __weak void __divxf3(long double a, long double b) in __divxf3()
62 __weak void __negtf2(long double a) in __negtf2()
67 __weak void __negxf2(long double a) in __negxf2()
[all …]
/Zephyr-Core-3.5.0/lib/libc/armstdc/src/
Dthreading_weak.c22 int __weak z_impl_k_mutex_init(struct k_mutex *mutex) in z_impl_k_mutex_init()
27 int __weak z_impl_k_mutex_lock(struct k_mutex *mutex, k_timeout_t timeout) in z_impl_k_mutex_lock()
32 int __weak z_impl_k_mutex_unlock(struct k_mutex *mutex) in z_impl_k_mutex_unlock()
37 void __weak z_impl_k_sem_give(struct k_sem *sem) in z_impl_k_sem_give()
41 int __weak z_impl_k_sem_init(struct k_sem *sem, unsigned int initial_count, in z_impl_k_sem_init()
47 int __weak z_impl_k_sem_take(struct k_sem *sem, k_timeout_t timeout) in z_impl_k_sem_take()
52 k_tid_t __weak z_impl_k_sched_current_thread_query(void) in z_impl_k_sched_current_thread_query()
57 int32_t __weak z_impl_k_usleep(int us) in z_impl_k_usleep()
62 void __weak z_thread_abort(struct k_thread *thread) in z_thread_abort()
66 void __weak k_sched_lock(void) in k_sched_lock()
[all …]
/Zephyr-Core-3.5.0/subsys/tracing/user/
Dtracing_user.c11 void __weak sys_trace_thread_create_user(struct k_thread *thread) {} in sys_trace_thread_create_user()
12 void __weak sys_trace_thread_abort_user(struct k_thread *thread) {} in sys_trace_thread_abort_user()
13 void __weak sys_trace_thread_suspend_user(struct k_thread *thread) {} in sys_trace_thread_suspend_user()
14 void __weak sys_trace_thread_resume_user(struct k_thread *thread) {} in sys_trace_thread_resume_user()
15 void __weak sys_trace_thread_name_set_user(struct k_thread *thread) {} in sys_trace_thread_name_set_user()
16 void __weak sys_trace_thread_switched_in_user(void) {} in sys_trace_thread_switched_in_user()
17 void __weak sys_trace_thread_switched_out_user(void) {} in sys_trace_thread_switched_out_user()
18 void __weak sys_trace_thread_info_user(struct k_thread *thread) {} in sys_trace_thread_info_user()
19 void __weak sys_trace_thread_sched_ready_user(struct k_thread *thread) {} in sys_trace_thread_sched_ready_user()
20 void __weak sys_trace_thread_pend_user(struct k_thread *thread) {} in sys_trace_thread_pend_user()
[all …]
/Zephyr-Core-3.5.0/drivers/hwinfo/
Dhwinfo_weak_impl.c9 ssize_t __weak z_impl_hwinfo_get_device_id(uint8_t *buffer, size_t length) in z_impl_hwinfo_get_device_id()
14 int __weak z_impl_hwinfo_get_reset_cause(uint32_t *cause) in z_impl_hwinfo_get_reset_cause()
19 int __weak z_impl_hwinfo_clear_reset_cause(void) in z_impl_hwinfo_clear_reset_cause()
24 int __weak z_impl_hwinfo_get_supported_reset_cause(uint32_t *supported) in z_impl_hwinfo_get_supported_reset_cause()
/Zephyr-Core-3.5.0/tests/arch/x86/info/src/
Dmain.c9 __weak void multiboot(void) in multiboot()
14 __weak void memmap(void) in memmap()
19 __weak void acpi(void) in acpi()
/Zephyr-Core-3.5.0/drivers/timer/
Dsys_clock_init.c21 void __weak sys_clock_set_timeout(int32_t ticks, bool idle) in sys_clock_set_timeout()
25 void __weak sys_clock_idle_exit(void) in sys_clock_idle_exit()
/Zephyr-Core-3.5.0/drivers/pm_cpu_ops/
Dpm_cpu_ops_weak_impl.c9 int __weak pm_cpu_on(unsigned long cpuid, uintptr_t entry_point) in pm_cpu_on()
14 int __weak pm_cpu_off(void) in pm_cpu_off()
/Zephyr-Core-3.5.0/arch/riscv/core/
Dcpu_idle.c20 void __weak arch_cpu_idle(void) in arch_cpu_idle()
25 void __weak arch_cpu_atomic_idle(unsigned int key) in arch_cpu_atomic_idle()
Dreboot.c24 void __weak sys_arch_reboot(int type) in sys_arch_reboot()
/Zephyr-Core-3.5.0/lib/libc/newlib/
Dlibc-hooks.c220 __weak FUNC_ALIAS(_read, read, int);
228 __weak FUNC_ALIAS(_write, write, int);
234 __weak FUNC_ALIAS(_open, open, int);
240 __weak FUNC_ALIAS(_close, close, int);
246 __weak FUNC_ALIAS(_lseek, lseek, int);
256 __weak FUNC_ALIAS(_isatty, isatty, int);
262 __weak FUNC_ALIAS(_kill, kill, int);
268 __weak FUNC_ALIAS(_getpid, getpid, int);
275 __weak FUNC_ALIAS(_fstat, fstat, int);
277 __weak void _exit(int status) in _exit()
[all …]
/Zephyr-Core-3.5.0/lib/os/
Dassert.c24 __weak void assert_post_action(void) in assert_post_action()
26 __weak void assert_post_action(const char *file, unsigned int line) in assert_post_action()
/Zephyr-Core-3.5.0/arch/arm64/core/
Dreset.c13 void __weak z_arm64_el_highest_plat_init(void) in z_arm64_el_highest_plat_init()
18 void __weak z_arm64_el3_plat_init(void) in z_arm64_el3_plat_init()
23 void __weak z_arm64_el2_plat_init(void) in z_arm64_el2_plat_init()
28 void __weak z_arm64_el1_plat_init(void) in z_arm64_el1_plat_init()
/Zephyr-Core-3.5.0/arch/x86/core/
Dmemmap.c36 __weak enum x86_memmap_source x86_memmap_source = X86_MEMMAP_SOURCE_DEFAULT;
38 __weak struct x86_memmap_entry x86_memmap[CONFIG_X86_MEMMAP_ENTRIES] = {
/Zephyr-Core-3.5.0/tests/bluetooth/controller/mock_ctrl/src/
Dull_conn_iso.c47 __weak struct ll_conn_iso_stream *ll_conn_iso_stream_get_by_acl(struct ll_conn *conn, in ll_conn_iso_stream_get_by_acl()
53 __weak struct ll_conn_iso_stream *ll_conn_iso_stream_get(uint16_t handle) in ll_conn_iso_stream_get()
/Zephyr-Core-3.5.0/drivers/mm/
Dmm_drv_common.c116 __weak FUNC_ALIAS(sys_mm_drv_simple_map_region,
157 __weak FUNC_ALIAS(sys_mm_drv_simple_map_array, sys_mm_drv_map_array, int);
191 __weak FUNC_ALIAS(sys_mm_drv_simple_unmap_region,
276 __weak FUNC_ALIAS(sys_mm_drv_simple_remap_region,
352 __weak FUNC_ALIAS(sys_mm_drv_simple_move_region,
435 __weak FUNC_ALIAS(sys_mm_drv_simple_move_array,
470 __weak FUNC_ALIAS(sys_mm_drv_simple_update_region_flags,
482 __weak FUNC_ALIAS(sys_mm_drv_simple_query_memory_regions,
491 __weak FUNC_ALIAS(sys_mm_drv_simple_query_memory_regions_free,
/Zephyr-Core-3.5.0/subsys/testsuite/ztest/src/
Dztest_error_hook.c44 __weak void ztest_post_fatal_error_hook(unsigned int reason, in ztest_post_fatal_error_hook()
106 __weak void ztest_post_assert_fail_hook(void) in ztest_post_assert_fail_hook()
/Zephyr-Core-3.5.0/kernel/
Dmain_weak.c24 int __weak main(void) in main()
/Zephyr-Core-3.5.0/arch/arm/core/cortex_a_r/
Dreboot.c24 void __weak sys_arch_reboot(int type) in sys_arch_reboot()
/Zephyr-Core-3.5.0/arch/xtensa/core/
Dxcc_stubs.c9 __weak int atexit(void (*function)(void)) in atexit()
/Zephyr-Core-3.5.0/subsys/debug/coredump/
Dcoredump_memory_regions.c18 struct z_coredump_memory_region_t __weak z_coredump_memory_regions[] = {
/Zephyr-Core-3.5.0/lib/cpp/abi/
Dcpp_dtors.c15 __weak void *__dso_handle;
/Zephyr-Core-3.5.0/soc/xtensa/espressif_esp32/esp32s2/
Dnewlib_fix.c15 int __weak _gettimeofday_r(struct _reent *r, struct timeval *__tp, void *__tzp) in _gettimeofday_r()
/Zephyr-Core-3.5.0/soc/xtensa/espressif_esp32/esp32s3/
Dnewlib_fix.c15 int __weak _gettimeofday_r(struct _reent *r, struct timeval *__tp, void *__tzp) in _gettimeofday_r()
/Zephyr-Core-3.5.0/soc/xtensa/espressif_esp32/esp32/
Dnewlib_fix.c15 int __weak _gettimeofday_r(struct _reent *r, struct timeval *__tp, void *__tzp) in _gettimeofday_r()
/Zephyr-Core-3.5.0/soc/xtensa/espressif_esp32/esp32_net/
Dnewlib_fix.c15 int __weak _gettimeofday_r(struct _reent *r, struct timeval *__tp, void *__tzp) in _gettimeofday_r()

123