Searched refs:xPortGetCoreID (Results 1 – 10 of 10) sorted by relevance
49 #define xPortGetCoreID() 0 macro84 n = n * portNUM_PROCESSORS + xPortGetCoreID(); in xt_set_exception_handler()116 esp_rom_printf("Unhandled interrupt %d on cpu %d!\n", (int)arg, xPortGetCoreID()); in xt_unhandled_interrupt()142 n = n * portNUM_PROCESSORS + xPortGetCoreID(); in xt_set_interrupt_handler()168 n = n * portNUM_PROCESSORS + xPortGetCoreID(); in xt_get_interrupt_handler_arg()
63 const uint32_t cpuid = xPortGetCoreID(); in esp_ipc_isr_init()121 const uint32_t cpu_id = xPortGetCoreID(); in esp_ipc_isr_stall_other_cpu()142 const uint32_t cpu_id = xPortGetCoreID(); in esp_ipc_isr_release_other_cpu()193 const uint32_t cpu_id = xPortGetCoreID(); in esp_ipc_isr_call_and_wait()
34 int core = xPortGetCoreID(); in esp_vApplicationTickHook()45 int core = xPortGetCoreID(); in esp_vApplicationIdleHook()84 return esp_register_freertos_idle_hook_for_cpu(new_idle_cb, xPortGetCoreID()); in esp_register_freertos_idle_hook()106 return esp_register_freertos_tick_hook_for_cpu(new_tick_cb, xPortGetCoreID()); in esp_register_freertos_tick_hook()
55 assert(cpuid == xPortGetCoreID()); in ipc_task()182 if (cpu_id == xPortGetCoreID() && xTaskGetSchedulerState() != taskSCHEDULER_RUNNING) { in esp_ipc_call_nonblocking()
124 if (xPortGetCoreID() != CONFIG_BTDM_CTRL_PINNED_TO_CORE) { in esp_int_wdt_init()
158 int cpuid = xPortGetCoreID(); in spi_flash_disable_interrupts_caches_and_other_cpu()184 cpuid = xPortGetCoreID(); in spi_flash_disable_interrupts_caches_and_other_cpu()228 const int cpuid = xPortGetCoreID(); in spi_flash_enable_interrupts_caches_and_other_cpu()274 const uint32_t cpuid = xPortGetCoreID(); in spi_flash_disable_interrupts_caches_and_other_cpu_no_os()287 const uint32_t cpuid = xPortGetCoreID(); in spi_flash_enable_interrupts_caches_no_os()
105 if (base == 0 && xPortGetCoreID() == 0) { in esp_log_timestamp()
452 ESP_EARLY_LOGE(TAG, "Print CPU %d (current core) backtrace", xPortGetCoreID()); in task_wdt_timeout_abort_xtensa()454 ESP_EARLY_LOGE(TAG, "Print CPU %d backtrace", xPortGetCoreID()); in task_wdt_timeout_abort_xtensa()461 const int current_core = xPortGetCoreID(); in task_wdt_timeout_handling()516 esp_task_wdt_reset_user(core_user_handles[xPortGetCoreID()]); in idle_hook_cb()
510 assert(xPortGetCoreID() == CONFIG_BTDM_CTRL_PINNED_TO_CORE); in interrupt_hlevel_disable()520 assert(xPortGetCoreID() == CONFIG_BTDM_CTRL_PINNED_TO_CORE); in interrupt_hlevel_restore()622 assert(xPortGetCoreID() == CONFIG_BTDM_CTRL_PINNED_TO_CORE); in semphr_give_from_isr_wrapper()769 assert(xPortGetCoreID() == CONFIG_BTDM_CTRL_PINNED_TO_CORE); in queue_send_from_isr_hlevel_wrapper()858 if (xPortGetCoreID() == core_id) { in cause_sw_intr_to_core_wrapper()1482 if (xPortGetCoreID() == core_id) { in hli_queue_setup_pinned_to_core()
26 ccount |= xPortGetCoreID();