Home
last modified time | relevance | path

Searched refs:wfe (Results 1 – 14 of 14) sorted by relevance

/linux/arch/arm/include/asm/
H A Dbarrier.h12 #define wfe() __asm__ __volatile__ ("wfe" : : : "memory") macro
15 #define wfe() do { } while (0) macro
H A Dmcs_spinlock.h14 wfe(); \
H A Dspinlock.h74 wfe(); in arch_spin_lock()
/linux/arch/arm64/lib/
H A Ddelay.c60 wfe(); in __delay()
/linux/arch/arm/mach-rockchip/
H A Dsleep.S27 wfe
/linux/arch/arm/common/
H A Dmcpm_head.S64 wfe
134 wfe
H A Dmcpm_entry.c115 wfe(); in __mcpm_outbound_enter_critical()
/linux/arch/arm/kernel/
H A Dmachine_kexec.c93 wfe(); in machine_crash_nonpanic_core()
/linux/Documentation/translations/zh_CN/arch/arm64/
H A Dbooting.txt225 包含在保留区中)。可通过插入 wfe 指令来降低忙循环开销,而主 CPU 将
/linux/Documentation/translations/zh_TW/arch/arm64/
H A Dbooting.txt229 包含在保留區中)。可通過插入 wfe 指令來降低忙循環開銷,而主 CPU 將
/linux/arch/arm/mach-tegra/
H A Dsleep-tegra20.S339 wfe /* CPU should be power gated here */
H A Dsleep-tegra30.S222 moveq r4, #(1 << 4) @ wfe bitmap
232 subs r3, r3, #1 @ delay as a part of wfe war.
/linux/arch/arm/mach-omap2/
H A Dprm_common.c479 wfe(); in omap_prm_reset_system()
/linux/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.h698 bool wfe; member