Searched refs:wfi (Results 1 – 13 of 13) sorted by relevance
/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/sys/arm/arm/ |
H A D | cpufunc_asm_armv7.S | 40 wfi /* wait for interrupt */
|
/freebsd/sys/riscv/riscv/ |
H A D | locore.S | 256 wfi 293 wfi
|
/freebsd/stand/efi/loader/arch/riscv/ |
H A D | start.S | 165 2: wfi
|
/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() 912 if((wfi = memcmp(di, dj, (ilen<jlen)?ilen:jlen)) != 0) in canonical_compare_byfield() 913 return wfi; in canonical_compare_byfield()
|
/freebsd/sys/arm/include/ |
H A D | asm.h | 180 #define WFI wfi
|
/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/sys/riscv/include/ |
H A D | encoding.h | 853 DECLARE_INSN(wfi, MATCH_WFI, MASK_WFI)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrThumb.td | 338 def : tHintAlias<"wfi$p", (tHINT 3, pred:$p), 1>; // A8.6.409
|
H A D | ARMInstrThumb2.td | 4148 def : t2InstAlias<"wfi$p.w", (t2HINT 3, pred:$p), 1>;
|
H A D | ARMInstrInfo.td | 2213 def : InstAlias<"wfi$p", (HINT 3, pred:$p)>, Requires<[IsARM, HasV6K]>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.td | 797 def WFI : Priv<"wfi", 0b0001000>, Sched<[]> {
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.td | 1212 def : InstAlias<"wfi", (HINT 0b011)>;
|