Home
last modified time | relevance | path

Searched defs:WFE (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/include/asm/
Dspinlock.h29 #define WFE(cond) __ALT_SMP_ASM( \ macro
36 #define WFE(cond) __ALT_SMP_ASM("wfe" cond, "nop") macro
/kernel/liteos_a/arch/arm/arm/include/
Dlos_hw_cpu.h56 #define WFE __asm__ volatile("wfe" ::: "memory") macro