Home
last modified time | relevance | path

Searched full:wfi (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/sys/contrib/device-tree/Bindings/arm/msm/
H A 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/sys/netpfil/ipfw/test/
H A Dmain.c91 double wfi; /* (byte) Worst-case Fair Index of the system */ member
193 double wfi = sch_bytes * weight - bytes; in gnet_stats_deq() local
195 if (c->q_wfi[mb->flow_id] < wfi) in gnet_stats_deq()
196 c->q_wfi[mb->flow_id] = wfi; in gnet_stats_deq()
625 if (c.wfi < c.q_wfi[i]) in main()
626 c.wfi = c.q_wfi[i]; in main()
631 (unsigned long)c._enqueue, (unsigned long)c.dequeue, c.wfi, in main()
/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/sys/arm/include/
H A Dasm.h180 #define WFI wfi macro
/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/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/arm/
H A Dcpufunc_asm_armv7.S40 wfi /* wait for interrupt */
H A Dcpufunc_asm_arm11x6.S66 * Preload the cache before issuing the WFI by conditionally disabling the
/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_nb_regs.h671 Defines which CPU WFI indication to wait for before applying the software reset. */
786 Defines which CPU WFI indication to wait before applying the software reset. */
791 /* L2 WFI enable
792 When all the processors are in WFI mode or powered-down, the shared L2 memory system Power Manageme…
796 /* L2 WFI status */
805 1 - WFI
814 … block as part of cluster rams power down flow. HW starts L2 flush flow when all CPUs are in WFI */
1526 /* Idle power mode state (WFI) */
1535 /* WFI status */
1545 /* Disable waiting WFI on Warm Reset */
/freebsd/contrib/unbound/validator/
H A Dval_sigcrypt.c797 int wfi = -1; /* current wireformat rdata field (rdf) */ in canonical_compare_byfield() local
851 wfi++; in canonical_compare_byfield()
852 if(desc->_wireformat[wfi] in canonical_compare_byfield()
862 } else if(desc->_wireformat[wfi] in canonical_compare_byfield()
866 desc->_wireformat[wfi]) - 1; in canonical_compare_byfield()
911 /* binary remainder, capture comparison in wfi variable */ in canonical_compare_byfield()
912 if((wfi = memcmp(di, dj, (ilen<jlen)?ilen:jlen)) != 0) in canonical_compare_byfield()
913 return wfi; in canonical_compare_byfield()
/freebsd/sys/riscv/riscv/
H A Dmachdep.c185 "wfi \n"); in cpu_idle()
197 * simple wfi loop. in cpu_halt()
203 __asm __volatile("wfi"); in cpu_halt()
H A Dlocore.S269 wfi
328 wfi
H A Dmp_machdep.c166 /* Workaround: make sure wfi doesn't halt the hart */ in init_secondary()
173 __asm __volatile("wfi"); in init_secondary()
/freebsd/sys/arm/freescale/imx/
H A Dimx6_pl310.c57 * - Standby stops the clock when the cores are in WFI mode. in imx6_pl310_init()
H A Dimx6_ccm.c167 * when a WFI instruction is executed. This lets the MPCore timers and in ccm_attach()
/freebsd/sys/contrib/device-tree/Bindings/cpu/
H A Didle-states.yaml20 from simple wfi to power gating) according to OS PM policies. The CPU states
56 suspend (or idle) states (ranging from simple WFI, power gating, etc). The
258 When the WFI instruction is executed the ARM core would gate its internal
265 execution. This state is defined as a generic ARM WFI state by the ARM cpuidle
350 The idle state entered by executing the wfi instruction (idle_standby
/freebsd/sys/contrib/device-tree/Bindings/arm/hisilicon/controller/
H A Dsysctrl.yaml60 If reg value is not zero, cpun exit wfi and go
/freebsd/stand/efi/loader/arch/riscv/
H A Dstart.S165 2: wfi
/freebsd/sys/arm64/vmm/
H A Dvmm_reset.c126 * HCR_TWI: Trap WFI to the hypervisor in reset_vm_el2_regs()
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Didle-states.yaml18 where cores can be put in different low-power states (ranging from simple wfi
267 The idle state entered by executing the wfi instruction (idle_standby
/freebsd/sys/contrib/device-tree/Bindings/arm/hisilicon/
H A Dhisilicon.txt70 If reg value is not zero, cpun exit wfi and go
/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/arm64/
H A Dmachdep.c285 "wfi \n"); in cpu_idle()
298 __asm __volatile("wfi"); in cpu_halt()

12