Searched refs:wfe (Results 1 - 22 of 22) sorted by relevance

/linux-master/arch/arm/include/asm/
H A Dmcs_spinlock.h11 /* Ensure prior stores are observed before we enter wfe. */ \
14 wfe(); \
H A Dbarrier.h12 #define wfe() __asm__ __volatile__ ("wfe" : : : "memory") macro
15 #define wfe() do { } while (0) macro
H A Dspinlock.h14 * sev and wfe are ARMv6K extensions. Uniprocessor ARMv6 may not have the K
31 "wfe" cond ".n", \
36 #define WFE(cond) __ALT_SMP_ASM("wfe" cond, "nop")
74 wfe();
/linux-master/arch/arm/mach-rockchip/
H A Dsleep.S27 wfe
/linux-master/arch/arm64/lib/
H A Ddelay.c45 wfe();
/linux-master/arch/arm64/include/asm/
H A Dsmp.h109 wfe();
H A Dbarrier.h20 #define wfe() asm volatile("wfe" : : : "memory") macro
/linux-master/arch/arm64/kernel/
H A Dhead.S360 wfe
422 wfe
503 1: wfe
516 wfe
/linux-master/arch/arm/kernel/
H A Dmachine_kexec.c93 wfe();
H A Dsmp.c613 wfe();
/linux-master/arch/arm/common/
H A Dmcpm_head.S64 wfe
134 wfe
H A Dmcpm_entry.c115 wfe();
H A DbL_switcher.c102 wfe();
/linux-master/arch/arm64/mm/
H A Dproc.S298 1: wfe
438 1: wfe
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-init.S195 1: wfe
/linux-master/arch/x86/include/asm/
H A Dptrace.h65 wfe : 1, member in struct:fred_cs
/linux-master/arch/x86/mm/
H A Dextable.c292 uregs->fred_cs.wfe = 0;
/linux-master/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.
266 * 38 nop's, which fills rest of wfe cache line and
/linux-master/arch/arm/mach-omap2/
H A Dprm_common.c479 wfe();
/linux-master/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.h551 bool wfe; member in struct:arm_smmu_queue_poll
H A Darm-smmu-v3.c202 qp->wfe = !!(smmu->features & ARM_SMMU_FEAT_SEV);
211 if (qp->wfe) {
212 wfe();
647 qp.wfe = false;

Completed in 531 milliseconds