Home
last modified time | relevance | path

Searched refs:WFI (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/sys/arm/include/
HDasm.h183 #define WFI wfi macro
198 #define WFI mcr CP15_CP15WFI macro
/freebsd-14-stable/sys/contrib/device-tree/Bindings/arm/freescale/
Dfsl,imx7ulp-pm.txt10 The WFI or WFE instruction is used to invoke a Sleep, Deep Sleep or
/freebsd-14-stable/sys/contrib/device-tree/Bindings/arm/msm/
Dqcom,idle-state.txt14 When the WFI instruction is executed the ARM core would gate its internal
21 execution. This state is defined as a generic ARM WFI state by the ARM cpuidle
/freebsd-14-stable/sys/arm/arm/
HDlocore-v6.S530 WFI
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64SchedCyclone.td293 // NOP,SEV,SEVL,WFE,WFI,YIELD
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVInstrInfo.td797 def WFI : Priv<"wfi", 0b0001000>, Sched<[]> {