Home
last modified time | relevance | path

Searched refs:__sev (Results 1 – 14 of 14) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_flash/
Dflash.c126 __sev(); in __not_in_flash_func()
132 __sev(); in __not_in_flash_func()
152 __sev(); in default_enter_safe_zone_timeout_ms()
206 __sev(); in default_exit_safe_zone_timeout_ms()
/hal_rpi_pico-latest/src/rp2_common/hardware_sync/include/hardware/
Dsync.h89 #if !__has_builtin(__sev)
90 __force_inline static void __sev(void) { in __sev() function
/hal_rpi_pico-latest/src/host/hardware_sync/
Dsync_core0_only.c87 PICO_WEAK_FUNCTION_DEF(__sev) in PICO_WEAK_FUNCTION_DEF() argument
91 void PICO_WEAK_FUNCTION_IMPL_NAME(__sev)() {
/hal_rpi_pico-latest/src/common/pico_sync/include/pico/
Dlock_core.h151 …ine lock_internal_spin_unlock_with_notify(lock, save) spin_unlock((lock)->spin_lock, save), __sev()
/hal_rpi_pico-latest/src/host/hardware_sync/include/hardware/
Dsync.h110 void __sev();
/hal_rpi_pico-latest/src/rp2_common/pico_multicore/include/pico/
Dmulticore.h192 __sev(); in multicore_fifo_push_blocking_inline()
/hal_rpi_pico-latest/src/rp2_common/pico_multicore/
Dmulticore.c49 __sev(); in multicore_fifo_push_timeout_us()
192 __sev(); in multicore_launch_core1_raw()
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/
Dcmsis_armclang.h159 #define __SEV() __sev()
Dcmsis_clang.h164 #define __SEV() __sev()
Dcmsis_armcc.h439 #define __SEV __sev
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_freertos.c74 __sev(); // it is possible regular code is waiting on a WFE on the other core in async_context_task()
/hal_rpi_pico-latest/test/pico_time_test/
Dpico_time_test.c281 __sev(); // Make sure the call below does not ignore this in issue_1812_test()
/hal_rpi_pico-latest/src/common/pico_time/
Dtime.c278 __sev(); in alarm_pool_irq_handler()
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/m-profile/
Dcmsis_tiarmclang_m.h195 #define __SEV() __sev()