/freebsd/sys/contrib/device-tree/Bindings/arm/freescale/ |
H A D | fsl,imx7ulp-pm.txt | 10 The WFI or WFE instruction is used to invoke a Sleep, Deep Sleep or
|
H A D | fsl,imx7ulp-pm.yaml | 19 The WFI or WFE instruction is used to invoke a Sleep, Deep Sleep or
|
/freebsd/contrib/opencsd/decoder/source/i_dec/ |
H A D | trc_idec_arminst.cpp | 68 /* 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 D | other.json | 93 …": "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 D | bcm2836_mp.c | 117 /* Firmware put cores in WFE state, need SEV to wake up. */ in bcm2836_mp_start_ap()
|
/freebsd/sys/arm64/arm64/ |
H A D | mp_machdep.c | 230 __asm __volatile("wfe"); in init_secondary() 443 __asm __volatile("wfe"); in enable_cpu_spin()
|
/freebsd/sys/arm/include/ |
H A D | cpu.h | 89 #define wfe() __asm __volatile("wfe" : : : "memory") macro
|
/freebsd/sys/arm/arm/ |
H A D | mp_machdep.c | 172 __asm __volatile("wfe"); in init_secondary()
|
/freebsd/contrib/opencsd/decoder/source/ |
H A D | trc_gen_elem.cpp | 70 "WFI.WFE",
|
/freebsd/contrib/opencsd/decoder/include/opencsd/ |
H A D | ocsd_if_types.h | 366 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 D | smmureg.h | 57 #define IDR0_SEV (1 << 14) /* WFE wake-up events */
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedCyclone.td | 293 // NOP,SEV,SEVL,WFE,WFI,YIELD
|
H A D | AArch64InstrInfo.td | 1211 def : InstAlias<"wfe", (HINT 0b010)>;
|
/freebsd/sys/arm64/vmm/ |
H A D | vmm.c | 246 VMM_STAT(VMEXIT_WFE, "number of times wfe was intercepted");
|
/freebsd/sys/contrib/alpine-hal/ |
H A D | al_hal_nb_regs.h | 1537 /* WFE status */
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrThumb.td | 337 def : tHintAlias<"wfe$p", (tHINT 2, pred:$p), 1>; // A8.6.408
|
H A D | ARMInstrThumb2.td | 4147 def : t2InstAlias<"wfe$p.w", (t2HINT 2, pred:$p), 1>;
|
H A D | ARMInstrInfo.td | 2212 def : InstAlias<"wfe$p", (HINT 2, pred:$p)>, Requires<[IsARM, HasV6K]>;
|
/freebsd/sys/arm64/include/ |
H A D | armreg.h | 662 #define EXCP_TRAP_WFI_WFE 0x01 /* Trapped WFI or WFE */
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
H A D | EmulateInstructionARM.cpp | 13258 &EmulateInstructionARM::EmulateNop, "nop WFE (wait for event hint)"}, in GetThumbOpcodeForInstruction()
|