Home
last modified time | relevance | path

Searched full:wfe (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/arm/freescale/
H A Dfsl,imx7ulp-pm.txt10 The WFI or WFE instruction is used to invoke a Sleep, Deep Sleep or
H A Dfsl,imx7ulp-pm.yaml19 The WFI or WFE instruction is used to invoke a Sleep, Deep Sleep or
/freebsd/contrib/opencsd/decoder/source/i_dec/
H A Dtrc_idec_arminst.cpp68 /* WFI & WFE may be traced as branches in etm4.3 ++ */ in inst_ARM_wfiwfe()
166 /* WFI, WFE may be branches in etm4.3++ */ in inst_Thumb_wfiwfe()
168 /* WFI & WFE (encoding T2) */ in inst_Thumb_wfiwfe()
171 /* WFI & WFE (encoding T1) */ in inst_Thumb_wfiwfe()
264 /* WFI, WFE may be traced as branches in etm 4.3++ */ in inst_A64_wfiwfe()
/freebsd/lib/libpmc/pmu-events/arch/arm64/fujitsu/a64fx/
H A Dother.json93 …": "This event counts every cycle that the instruction unit is halted by the WFE/WFI instruction.",
96 …n": "This event counts every cycle that the instruction unit is halted by the WFE/WFI instruction."
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2836_mp.c117 /* Firmware put cores in WFE state, need SEV to wake up. */ in bcm2836_mp_start_ap()
/freebsd/sys/arm64/arm64/
H A Dmp_machdep.c230 __asm __volatile("wfe"); in init_secondary()
443 __asm __volatile("wfe"); in enable_cpu_spin()
/freebsd/sys/arm/include/
H A Dcpu.h89 #define wfe() __asm __volatile("wfe" : : : "memory") macro
/freebsd/sys/arm/arm/
H A Dmp_machdep.c172 __asm __volatile("wfe"); in init_secondary()
/freebsd/contrib/opencsd/decoder/source/
H A Dtrc_gen_elem.cpp70 "WFI.WFE",
/freebsd/contrib/opencsd/decoder/include/opencsd/
H A Docsd_if_types.h366 OCSD_INSTR_WFI_WFE, /**< WFI or WFE traced as direct branch */
394 uint8_t wfi_wfe_branch; /**< Input: WFI, WFE classed as direct branches */
/freebsd/sys/arm64/iommu/
H A Dsmmureg.h57 #define IDR0_SEV (1 << 14) /* WFE wake-up events */
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedCyclone.td293 // NOP,SEV,SEVL,WFE,WFI,YIELD
H A DAArch64InstrInfo.td1211 def : InstAlias<"wfe", (HINT 0b010)>;
/freebsd/sys/arm64/vmm/
H A Dvmm.c246 VMM_STAT(VMEXIT_WFE, "number of times wfe was intercepted");
/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_nb_regs.h1537 /* WFE status */
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrThumb.td337 def : tHintAlias<"wfe$p", (tHINT 2, pred:$p), 1>; // A8.6.408
H A DARMInstrThumb2.td4147 def : t2InstAlias<"wfe$p.w", (t2HINT 2, pred:$p), 1>;
H A DARMInstrInfo.td2212 def : InstAlias<"wfe$p", (HINT 2, pred:$p)>, Requires<[IsARM, HasV6K]>;
/freebsd/sys/arm64/include/
H A Darmreg.h662 #define EXCP_TRAP_WFI_WFE 0x01 /* Trapped WFI or WFE */
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp13258 &EmulateInstructionARM::EmulateNop, "nop WFE (wait for event hint)"}, in GetThumbOpcodeForInstruction()