Searched refs:wfe (Results 1 – 25 of 34) sorted by relevance
12
12 #define wfe() __asm__ __volatile__ ("wfe" : : : "memory") macro15 #define wfe() do { } while (0) macro
14 wfe(); \
74 wfe(); in arch_spin_lock()
13 0: wfe
194 wfe228 wfe
35 wfe(); in __delay()
585 wfe636 wfe704 1: wfe717 wfe
27 wfe
38 wfe
113 wfe(); in cpu_park_loop()
18 #define wfe() asm volatile("wfe" : : : "memory") macro
57 #define wfe() __asm__ __volatile__ ("wfe\n\t" : : ); macro
62 wfe132 wfe
115 wfe(); in __mcpm_outbound_enter_critical()
124 wfe
91 wfe(); in machine_crash_nonpanic_core()
97 wfe @ Wait for CPU1 to finish
265 1: wfe388 1: wfe
152 wfe
225 包含在保留区中)。可通过插入 wfe 指令来降低忙循环开销,而主 CPU 将
178 1: wfe
173 moveq r4, #(1 << 4) @ wfe bitmap183 subs r3, r3, #1 @ delay as a part of wfe war.
310 wfe /* CPU should be power gated here */
339 executing the wfe instruction at a frequency represented as a343 The main use of the event stream is wfe-based timeouts of userspace345 on wfe to safeguard against any programming errors in case an expected
506 bool wfe; member