Home
last modified time | relevance | path

Searched defs:cpuid (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/zephyr/esp_shared/src/host_flash/
Dcache_utils.c13 #define DPORT_CACHE_BIT(cpuid, regid) DPORT_ ## cpuid ## regid argument
15 #define DPORT_CACHE_MASK(cpuid) (DPORT_CACHE_BIT(cpuid, _CACHE_MASK_OPSDRAM) | DPORT_CACHE_BIT(cpui… argument
19 #define DPORT_CACHE_VAL(cpuid) (~(DPORT_CACHE_BIT(cpuid, _CACHE_MASK_DROM0) | \ argument
23 #define DPORT_CACHE_GET_VAL(cpuid) (cpuid == 0) ? DPORT_CACHE_VAL(PRO) : DPORT_CACHE_VAL(APP) argument
24 #define DPORT_CACHE_GET_MASK(cpuid) (cpuid == 0) ? DPORT_CACHE_MASK(PRO) : DPORT_CACHE_MASK(APP) argument
33 static void IRAM_ATTR spi_flash_disable_cache(uint32_t cpuid, uint32_t *saved_state) in spi_flash_disable_cache()
69 static void IRAM_ATTR spi_flash_restore_cache(uint32_t cpuid, uint32_t saved_state) in spi_flash_restore_cache()
/hal_espressif-3.6.0/components/spi_flash/
Dcache_utils.c52 #define DPORT_CACHE_BIT(cpuid, regid) DPORT_ ## cpuid ## regid argument
54 #define DPORT_CACHE_MASK(cpuid) (DPORT_CACHE_BIT(cpuid, _CACHE_MASK_OPSDRAM) | DPORT_CACHE_BIT(cpui… argument
58 #define DPORT_CACHE_VAL(cpuid) (~(DPORT_CACHE_BIT(cpuid, _CACHE_MASK_DROM0) | \ argument
62 #define DPORT_CACHE_GET_VAL(cpuid) (cpuid == 0) ? DPORT_CACHE_VAL(PRO) : DPORT_CACHE_VAL(APP) argument
63 #define DPORT_CACHE_GET_MASK(cpuid) (cpuid == 0) ? DPORT_CACHE_MASK(PRO) : DPORT_CACHE_MASK(APP) argument
117 uint32_t cpuid = (uint32_t) arg; in spi_flash_op_block_func() local
140 const int cpuid = xPortGetCoreID(); in spi_flash_disable_interrupts_caches_and_other_cpu() local
189 const int cpuid = xPortGetCoreID(); in spi_flash_enable_interrupts_caches_and_other_cpu() local
226 const uint32_t cpuid = xPortGetCoreID(); in spi_flash_disable_interrupts_caches_and_other_cpu_no_os() local
239 const uint32_t cpuid = xPortGetCoreID(); in spi_flash_enable_interrupts_caches_no_os() local
[all …]
/hal_espressif-3.6.0/components/esp_system/
Dfreertos_hooks.c66 …rr_t esp_register_freertos_idle_hook_for_cpu(esp_freertos_idle_cb_t new_idle_cb, UBaseType_t cpuid) in esp_register_freertos_idle_hook_for_cpu()
88 …rr_t esp_register_freertos_tick_hook_for_cpu(esp_freertos_tick_cb_t new_tick_cb, UBaseType_t cpuid) in esp_register_freertos_tick_hook_for_cpu()
110 …id esp_deregister_freertos_idle_hook_for_cpu(esp_freertos_idle_cb_t old_idle_cb, UBaseType_t cpuid) in esp_deregister_freertos_idle_hook_for_cpu()
131 …id esp_deregister_freertos_tick_hook_for_cpu(esp_freertos_tick_cb_t old_tick_cb, UBaseType_t cpuid) in esp_deregister_freertos_tick_hook_for_cpu()
/hal_espressif-3.6.0/components/freertos/port/
Dport_systick.c72 unsigned cpuid = xPortGetCoreID(); in vPortSetupTimer() local
123 uint32_t cpuid = xPortGetCoreID(); in SysTickIsrHandler() local
/hal_espressif-3.6.0/components/esp_ipc/src/
Desp_ipc.c45 const int cpuid = (int) arg; in ipc_task() local
/hal_espressif-3.6.0/components/esp_ipc/src/esp_ipc_isr/
Desp_ipc_isr.c66 const uint32_t cpuid = xPortGetCoreID(); in esp_ipc_isr_init() local
/hal_espressif-3.6.0/components/freertos/
Dtasks.c244 #define tskCAN_RUN_HERE( cpuid ) ( cpuid==xPortGetCoreID() || cpuid==tskNO_AFFINITY ) argument
2930 TaskHandle_t xTaskGetIdleTaskHandleForCPU( UBaseType_t cpuid ) in xTaskGetIdleTaskHandleForCPU()
4647 TaskHandle_t xTaskGetCurrentTaskHandleForCPU( BaseType_t cpuid ) in xTaskGetCurrentTaskHandleForCPU()