Searched defs:cpuid (Results 1 – 5 of 5) sorted by relevance
55 #define DPORT_CACHE_BIT(cpuid, regid) DPORT_ ## cpuid ## regid argument57 #define DPORT_CACHE_MASK(cpuid) (DPORT_CACHE_BIT(cpuid, _CACHE_MASK_OPSDRAM) | DPORT_CACHE_BIT(cpui… argument61 #define DPORT_CACHE_VAL(cpuid) (~(DPORT_CACHE_BIT(cpuid, _CACHE_MASK_DROM0) | \ argument65 #define DPORT_CACHE_GET_VAL(cpuid) (cpuid == 0) ? DPORT_CACHE_VAL(PRO) : DPORT_CACHE_VAL(APP) argument66 #define DPORT_CACHE_GET_MASK(cpuid) (cpuid == 0) ? DPORT_CACHE_MASK(PRO) : DPORT_CACHE_MASK(APP) argument109 uint32_t cpuid = (uint32_t) arg; in spi_flash_op_block_func() local132 const int cpuid = xPortGetCoreID(); in spi_flash_disable_interrupts_caches_and_other_cpu() local181 const int cpuid = xPortGetCoreID(); in spi_flash_enable_interrupts_caches_and_other_cpu() local218 const uint32_t cpuid = xPortGetCoreID(); in spi_flash_disable_interrupts_caches_and_other_cpu_no_os() local231 const uint32_t cpuid = xPortGetCoreID(); in spi_flash_enable_interrupts_caches_no_os() local[all …]
124 TaskHandle_t xTaskGetIdleTaskHandleForCPU( UBaseType_t cpuid ) in xTaskGetIdleTaskHandleForCPU()178 TaskHandle_t xTaskGetCurrentTaskHandleForCPU( BaseType_t cpuid ) in xTaskGetCurrentTaskHandleForCPU()
19 int Mp1SmpSecCoreOn(unsigned int cpuid, unsigned int entry_point) in Mp1SmpSecCoreOn()
57 UINT32 cpuid; member
4226 int cpuid = 0; in BCMFASTPATH() local