Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/include/asm/
Dmcs_spinlock.h14 wfe(); \
Dbarrier.h12 #define wfe() __asm__ __volatile__ ("wfe" : : : "memory") macro
Dspinlock.h74 wfe(); in arch_spin_lock()
/Linux-v4.19/arch/arm64/lib/
Ddelay.c46 wfe(); in __delay()
/Linux-v4.19/arch/arm/mach-rockchip/
Dsleep.S36 wfe
/Linux-v4.19/arch/arm64/include/asm/
Dsmp.h116 wfe(); in cpu_park_loop()
Dbarrier.h27 #define wfe() asm volatile("wfe" : : : "memory") macro
/Linux-v4.19/arch/arm/common/
Dmcpm_head.S66 wfe
136 wfe
Dmcpm_entry.c118 wfe(); in __mcpm_outbound_enter_critical()
DbL_switcher.c105 wfe(); in bL_do_switch()
/Linux-v4.19/arch/arm64/mm/
Dproc.S258 1: wfe
366 1: wfe
/Linux-v4.19/Documentation/translations/zh_CN/arm64/
Dbooting.txt225 包含在保留区中)。可通过插入 wfe 指令来降低忙循环开销,而主 CPU 将
/Linux-v4.19/drivers/iommu/
Darm-smmu-v3.c714 static int queue_poll_cons(struct arm_smmu_queue *q, bool sync, bool wfe) in queue_poll_cons() argument
728 if (wfe) { in queue_poll_cons()
729 wfe(); in queue_poll_cons()
902 bool wfe = !!(smmu->features & ARM_SMMU_FEAT_SEV); in arm_smmu_cmdq_insert_cmd() local
905 if (queue_poll_cons(q, false, wfe)) in arm_smmu_cmdq_insert_cmd()
969 bool wfe = !!(smmu->features & ARM_SMMU_FEAT_SEV); in __arm_smmu_cmdq_issue_sync() local
977 ret = queue_poll_cons(&smmu->cmdq.q, true, wfe); in __arm_smmu_cmdq_issue_sync()
/Linux-v4.19/arch/arm64/kernel/
Dhead.S690 wfe
788 wfe
/Linux-v4.19/drivers/clocksource/
DKconfig321 executing the wfe instruction at a frequency represented as a
325 The main use of the event stream is wfe-based timeouts of userspace
327 on wfe to safeguard against any programming errors in case an expected
/Linux-v4.19/arch/arm/mach-tegra/
Dsleep-tegra30.S182 moveq r4, #(1 << 4) @ wfe bitmap
192 subs r3, r3, #1 @ delay as a part of wfe war.
Dsleep-tegra20.S489 wfe /* CPU should be power gated here */
/Linux-v4.19/Documentation/arm64/
Dbooting.txt230 contained in the reserved region. A wfe instruction may be inserted