Home
last modified time | relevance | path

Searched refs:F_TRAMP_BODY_LIST (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/scripts/native_simulator/common/src/
Dnsi_weak_stubs.c29 F_TRAMP_BODY_LIST(__attribute__((weak)) void nsif_cpu, _pre_cmdline_hooks(void) { })
30 F_TRAMP_BODY_LIST(__attribute__((weak)) void nsif_cpu, _pre_hw_init_hooks(void) { })
31 F_TRAMP_BODY_LIST(__attribute__((weak)) void nsif_cpu,
33 F_TRAMP_BODY_LIST(__attribute__((weak)) int nsif_cpu, _cleanup(void) { return 0; })
34 F_TRAMP_BODY_LIST(__attribute__((weak)) void nsif_cpu, _irq_raised(void) { })
35 F_TRAMP_BODY_LIST(__attribute__((weak)) void nsif_cpu, _irq_raised_from_sw(void) { })
36 F_TRAMP_BODY_LIST(__attribute__((weak)) int nsif_cpu, _test_hook(void *p) { return 0; })
/Zephyr-latest/boards/native/nrf_bsim/common/
Dbsim_extra_cpu_if_stubs.c26 F_TRAMP_BODY_LIST(NATIVE_SIMULATOR_IF __attribute__((weak)) void nsif_cpu,
/Zephyr-latest/scripts/native_simulator/common/src/include/
Dnsi_cpu_if_internal.h41 #define F_TRAMP_BODY_LIST(pre, post) FUNCT_LIST(pre, post, ()) macro