Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/soc/xtensa/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-Core-3.6.0/soc/xtensa/intel_adsp/cavs/
Dpower.c225 #define NOP4 __asm__ volatile("nop; nop; nop; nop"); in arch_cpu_idle() macro
226 #define NOP32 NOP4 NOP4 NOP4 NOP4 NOP4 NOP4 NOP4 NOP4 in arch_cpu_idle()
231 #undef NOP4 in arch_cpu_idle()