Searched refs:get_core_num (Results 1 – 13 of 13) sorted by relevance
88 if (!get_core_num()) return true; in default_core_init_deinit()91 if (get_core_num()) return true; in default_core_init_deinit()110 if (get_core_num()) return true; in use_irq_only()113 if (!get_core_num()) return true; in use_irq_only()145 uint core_num = get_core_num(); in default_enter_safe_zone_timeout_ms()177 if (multicore_lockout_victim_is_initialized(get_core_num()^1)) { in default_enter_safe_zone_timeout_ms()196 irq_state[get_core_num()] = save_and_disable_interrupts(); in default_enter_safe_zone_timeout_ms()203 restore_interrupts(irq_state[get_core_num()]); in default_exit_safe_zone_timeout_ms()206 uint core_num = get_core_num(); in default_exit_safe_zone_timeout_ms()
47 if (self_base->core_num == get_core_num()) { in async_context_threadsafe_background_wake_up()120 if (self->core.core_num == get_core_num()) { in lock_release()141 if (self_base->core_num != get_core_num()) { in async_context_threadsafe_background_execute_sync()162 assert(get_core_num() == self->core.core_num); in low_prio_irq_init()177 assert(get_core_num() == self->core.core_num); in low_prio_irq_deinit()199 self->core.core_num = get_core_num(); in async_context_threadsafe_background_init()231 assert(get_core_num() == self_base->core_num); in async_context_threadsafe_background_deinit()248 assert(self->core.core_num == get_core_num()); in process_under_lock()288 assert(self->core.core_num == get_core_num()); in low_priority_irq_handler()
18 self->core.core_num = get_core_num(); in async_context_poll_init_with_defaults()49 if (__get_current_exception() || get_core_num() != self_base->core_num) { in async_context_poll_lock_check()
111 self->core.core_num = get_core_num(); in async_context_freertos_init()
144 uint core = get_core_num(); in gpio_default_irq_handler()179 io_irq_ctrl_hw_t *irq_ctrl_base = get_core_num() ? in gpio_set_irq_enabled()191 uint core = get_core_num(); in gpio_set_irq_callback()204 …hard_assert(!(raw_irq_mask[get_core_num()] & gpio_mask)); // should not add multiple handlers for … in gpio_add_raw_irq_handler_with_order_priority_masked()205 raw_irq_mask[get_core_num()] |= gpio_mask; in gpio_add_raw_irq_handler_with_order_priority_masked()214 … assert(raw_irq_mask[get_core_num()] & gpio_mask); // should not remove handlers that are not added in gpio_remove_raw_irq_handler_masked()216 raw_irq_mask[get_core_num()] &= ~gpio_mask; in gpio_remove_raw_irq_handler_masked()
53 assert(get_core_num() == async_context_core_num(cyw43_async_context)); in cyw43_irq_init()63 assert(get_core_num() == async_context_core_num(cyw43_async_context)); in cyw43_irq_deinit()72 assert(get_core_num() == async_context_core_num(cyw43_async_context)); in cyw43_post_poll_hook()84 assert(get_core_num() == async_context_core_num(cyw43_async_context)); in cyw43_do_poll()
209 uint core_num = get_core_num(); in multicore_lockout_victim_init()216 uint irq_num = SIO_IRQ_PROC0 + get_core_num(); in multicore_lockout_handshake()
95 #define lock_get_caller_owner_id() ((lock_owner_id_t)get_core_num())
175 if (get_core_num() != alarm_pool_core_num(alarm_pool_get_default())) { in stdio_usb_init()
519 __force_inline static uint get_core_num(void) { in get_core_num() function
463 io_irq_ctrl_hw_t *irq_ctrl_base = get_core_num() ? in gpio_get_irq_event_mask()
21 return &user_irq_claimed[get_core_num()]; in user_irq_claimed_ptr()
204 pool->core_num = (uint8_t) get_core_num(); in alarm_pool_post_alloc_init()
Completed in 24 milliseconds