Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/include/asm/
Dbarrier.h12 #define wfe() __asm__ __volatile__ ("wfe" : : : "memory") macro
15 #define wfe() do { } while (0) macro
Dmcs_spinlock.h14 wfe(); \
Dspinlock.h74 wfe(); in arch_spin_lock()
/Linux-v5.4/arch/arm64/lib/
Ddelay.c35 wfe(); in __delay()
/Linux-v5.4/arch/arm/mach-rockchip/
Dsleep.S27 wfe
/Linux-v5.4/arch/arm64/include/asm/
Dsmp.h118 wfe(); in cpu_park_loop()
Dbarrier.h18 #define wfe() asm volatile("wfe" : : : "memory") macro
/Linux-v5.4/arch/arm/common/
Dmcpm_head.S62 wfe
132 wfe
Dmcpm_entry.c115 wfe(); in __mcpm_outbound_enter_critical()
DbL_switcher.c102 wfe(); in bL_do_switch()
/Linux-v5.4/arch/arm64/kernel/
Dhead.S696 wfe
740 wfe
813 1: wfe
826 wfe
/Linux-v5.4/arch/arm/kernel/
Dmachine_kexec.c97 wfe(); in machine_crash_nonpanic_core()
Dsmp.c603 wfe(); in ipi_cpu_stop()
/Linux-v5.4/arch/arm64/mm/
Dproc.S252 1: wfe
369 1: wfe
/Linux-v5.4/Documentation/translations/zh_CN/arm64/
Dbooting.txt225 包含在保留区中)。可通过插入 wfe 指令来降低忙循环开销,而主 CPU 将
/Linux-v5.4/drivers/clocksource/
DKconfig332 executing the wfe instruction at a frequency represented as a
336 The main use of the event stream is wfe-based timeouts of userspace
338 on wfe to safeguard against any programming errors in case an expected
/Linux-v5.4/arch/arm/mach-tegra/
Dsleep-tegra30.S170 moveq r4, #(1 << 4) @ wfe bitmap
180 subs r3, r3, #1 @ delay as a part of wfe war.
Dsleep-tegra20.S480 wfe /* CPU should be power gated here */
/Linux-v5.4/arch/arm/mach-omap2/
Dprm_common.c524 wfe(); in omap_prm_reset_system()
/Linux-v5.4/drivers/iommu/
Darm-smmu-v3.c523 bool wfe; member
786 qp->wfe = !!(smmu->features & ARM_SMMU_FEAT_SEV); in queue_poll_init()
795 if (qp->wfe) { in queue_poll()
796 wfe(); in queue_poll()
1203 qp.wfe = false; in __arm_smmu_cmdq_poll_until_msi()
/Linux-v5.4/Documentation/arm64/
Dbooting.rst270 contained in the reserved region. A wfe instruction may be inserted