Home
last modified time | relevance | path

Searched refs:NOP4 (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/soc/intel/intel_adsp/common/
Dmultiprocessing.c55 #define NOP4 "nop; nop; nop; nop;" macro
56 #define NOP32 NOP4 NOP4 NOP4 NOP4 NOP4 NOP4 NOP4 NOP4
97 #undef NOP4
/Zephyr-latest/soc/intel/intel_adsp/cavs/
Dpower.c229 #define NOP4 __asm__ volatile("nop; nop; nop; nop"); in arch_cpu_idle() macro
230 #define NOP32 NOP4 NOP4 NOP4 NOP4 NOP4 NOP4 NOP4 NOP4 in arch_cpu_idle()
235 #undef NOP4 in arch_cpu_idle()