Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/spi_flash/
Dcache_utils.c55 #define DPORT_CACHE_BIT(cpuid, regid) DPORT_ ## cpuid ## regid argument
57 #define DPORT_CACHE_MASK(cpuid) (DPORT_CACHE_BIT(cpuid, _CACHE_MASK_OPSDRAM) | DPORT_CACHE_BIT(cpui… argument
61 #define DPORT_CACHE_VAL(cpuid) (~(DPORT_CACHE_BIT(cpuid, _CACHE_MASK_DROM0) | \ argument
65 #define DPORT_CACHE_GET_VAL(cpuid) (cpuid == 0) ? DPORT_CACHE_VAL(PRO) : DPORT_CACHE_VAL(APP) argument
66 #define DPORT_CACHE_GET_MASK(cpuid) (cpuid == 0) ? DPORT_CACHE_MASK(PRO) : DPORT_CACHE_MASK(APP) argument
109 uint32_t cpuid = (uint32_t) arg; in spi_flash_op_block_func() local
132 const int cpuid = xPortGetCoreID(); in spi_flash_disable_interrupts_caches_and_other_cpu() local
181 const int cpuid = xPortGetCoreID(); in spi_flash_enable_interrupts_caches_and_other_cpu() local
218 const uint32_t cpuid = xPortGetCoreID(); in spi_flash_disable_interrupts_caches_and_other_cpu_no_os() local
231 const uint32_t cpuid = xPortGetCoreID(); in spi_flash_enable_interrupts_caches_no_os() local
[all …]
/device/soc/esp/esp32/components/osal/
Dtasks.c124 TaskHandle_t xTaskGetIdleTaskHandleForCPU( UBaseType_t cpuid ) in xTaskGetIdleTaskHandleForCPU()
178 TaskHandle_t xTaskGetCurrentTaskHandleForCPU( BaseType_t cpuid ) in xTaskGetCurrentTaskHandleForCPU()
/device/soc/st/common/platform/smp/
Dstm32mp1_smp.c19 int Mp1SmpSecCoreOn(unsigned int cpuid, unsigned int entry_point) in Mp1SmpSecCoreOn()
/device/qemu/riscv32_virt/liteos_m/board/driver/
Dvirtnet.c57 UINT32 cpuid; member
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Ddhd_linux.c4226 int cpuid = 0; in BCMFASTPATH() local