/freebsd/sys/contrib/device-tree/Bindings/arm/msm/ |
H A D | qcom,idle-state.txt | 14 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 D | main.c | 91 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 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/sys/arm/include/ |
H A D | asm.h | 180 #define WFI wfi macro
|
/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/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/arm/ |
H A D | cpufunc_asm_armv7.S | 40 wfi /* wait for interrupt */
|
H A D | cpufunc_asm_arm11x6.S | 66 * Preload the cache before issuing the WFI by conditionally disabling the
|
/freebsd/sys/contrib/alpine-hal/ |
H A D | al_hal_nb_regs.h | 671 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 D | val_sigcrypt.c | 797 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 D | machdep.c | 185 "wfi \n"); in cpu_idle() 197 * simple wfi loop. in cpu_halt() 203 __asm __volatile("wfi"); in cpu_halt()
|
H A D | locore.S | 269 wfi 328 wfi
|
H A D | mp_machdep.c | 166 /* 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 D | imx6_pl310.c | 57 * - Standby stops the clock when the cores are in WFI mode. in imx6_pl310_init()
|
H A D | imx6_ccm.c | 167 * when a WFI instruction is executed. This lets the MPCore timers and in ccm_attach()
|
/freebsd/sys/contrib/device-tree/Bindings/cpu/ |
H A D | idle-states.yaml | 20 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 D | sysctrl.yaml | 60 If reg value is not zero, cpun exit wfi and go
|
/freebsd/stand/efi/loader/arch/riscv/ |
H A D | start.S | 165 2: wfi
|
/freebsd/sys/arm64/vmm/ |
H A D | vmm_reset.c | 126 * HCR_TWI: Trap WFI to the hypervisor in reset_vm_el2_regs()
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | idle-states.yaml | 18 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 D | hisilicon.txt | 70 If reg value is not zero, cpun exit wfi and go
|
/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/arm64/ |
H A D | machdep.c | 285 "wfi \n"); in cpu_idle() 298 __asm __volatile("wfi"); in cpu_halt()
|