Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/include/asm/
A Dbarrier.h12 #define wfe() __asm__ __volatile__ ("wfe" : : : "memory") macro
15 #define wfe() do { } while (0) macro
A Dmcs_spinlock.h14 wfe(); \
A Dspinlock.h74 wfe(); in arch_spin_lock()
/linux-6.3-rc2/arch/arm64/lib/
A Ddelay.c45 wfe(); in __delay()
/linux-6.3-rc2/arch/arm/mach-rockchip/
A Dsleep.S27 wfe
/linux-6.3-rc2/arch/arm64/include/asm/
A Dsmp.h109 wfe(); in cpu_park_loop()
A Dbarrier.h20 #define wfe() asm volatile("wfe" : : : "memory") macro
/linux-6.3-rc2/arch/arm/common/
A Dmcpm_head.S64 wfe
134 wfe
A Dmcpm_entry.c115 wfe(); in __mcpm_outbound_enter_critical()
A DbL_switcher.c102 wfe(); in bL_do_switch()
/linux-6.3-rc2/arch/arm64/kernel/
A Dhead.S625 wfe
684 wfe
762 1: wfe
775 wfe
/linux-6.3-rc2/arch/arm/kernel/
A Dmachine_kexec.c93 wfe(); in machine_crash_nonpanic_core()
A Dsmp.c616 wfe(); in ipi_cpu_stop()
/linux-6.3-rc2/arch/arm64/mm/
A Dproc.S281 1: wfe
378 1: wfe
/linux-6.3-rc2/Documentation/translations/zh_CN/arm64/
A Dbooting.txt225 包含在保留区中)。可通过插入 wfe 指令来降低忙循环开销,而主 CPU 将
/linux-6.3-rc2/arch/arm64/kvm/hyp/nvhe/
A Dhyp-init.S178 1: wfe
/linux-6.3-rc2/Documentation/translations/zh_TW/arm64/
A Dbooting.txt229 包含在保留區中)。可通過插入 wfe 指令來降低忙循環開銷,而主 CPU 將
/linux-6.3-rc2/drivers/clocksource/
A DKconfig315 executing the wfe instruction at a frequency represented as a
319 The main use of the event stream is wfe-based timeouts of userspace
321 on wfe to safeguard against any programming errors in case an expected
/linux-6.3-rc2/arch/arm/mach-tegra/
A Dsleep-tegra20.S339 wfe /* CPU should be power gated here */
A Dsleep-tegra30.S222 moveq r4, #(1 << 4) @ wfe bitmap
232 subs r3, r3, #1 @ delay as a part of wfe war.
/linux-6.3-rc2/arch/arm/mach-omap2/
A Dprm_common.c473 wfe(); in omap_prm_reset_system()
/linux-6.3-rc2/drivers/iommu/arm/arm-smmu-v3/
A Darm-smmu-v3.h539 bool wfe; member
A Darm-smmu-v3.c185 qp->wfe = !!(smmu->features & ARM_SMMU_FEAT_SEV); in queue_poll_init()
194 if (qp->wfe) { in queue_poll()
195 wfe(); in queue_poll()
630 qp.wfe = false; in __arm_smmu_cmdq_poll_until_msi()
/linux-6.3-rc2/Documentation/arm64/
A Dbooting.rst407 contained in the reserved region. A wfe instruction may be inserted

Completed in 28 milliseconds