Home
last modified time | relevance | path

Searched refs:WFE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dspinlock.h19 * For Thumb-2, special care is needed to ensure that the conditional WFE
29 #define WFE(cond) __ALT_SMP_ASM( \ macro
36 #define WFE(cond) __ALT_SMP_ASM("wfe" cond, "nop") macro
147 WFE("ne") in arch_write_lock()
217 WFE("mi") in arch_read_lock()
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dspinlock.h19 * For Thumb-2, special care is needed to ensure that the conditional WFE
29 #define WFE(cond) __ALT_SMP_ASM( \ macro
36 #define WFE(cond) __ALT_SMP_ASM("wfe" cond, "nop") macro
147 WFE("ne") in arch_write_lock()
217 WFE("mi") in arch_read_lock()
/kernel/liteos_a/arch/arm/arm/src/
H A Dsmp.c75 WFE; in HalArchCpuOn()
/kernel/liteos_a/arch/arm/arm/include/
H A Dlos_hw_cpu.h56 #define WFE __asm__ volatile("wfe" ::: "memory") macro

Completed in 2 milliseconds