Home
last modified time | relevance | path

Searched refs:STP (Results 1 – 24 of 24) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_AArch64.S22 STP X1, X2, [SP, #-16]!
23 STP X3, X4, [SP, #-16]!
24 STP X5, X6, [SP, #-16]!
25 STP X7, X30, [SP, #-16]!
26 STP Q0, Q1, [SP, #-32]!
27 STP Q2, Q3, [SP, #-32]!
28 STP Q4, Q5, [SP, #-32]!
29 STP Q6, Q7, [SP, #-32]!
32 STP X8, X0, [SP, #-16]!
75 STP X1, X2, [SP, #-16]!
[all …]
/freebsd-13.1/tests/sys/net/
H A Dstp.py41 stp = packet.getlayer(sp.STP)
63 stp = llc / sp.STP(proto=0, rootid=32768, rootmac="00:0c:29:01:01:01", \
67 stp = llc / sp.STP(proto=0, rootid=32768, rootmac="00:0c:29:01:01:01", \
73 stp = llc / sp.STP(proto=0, rootid=32768, rootmac="00:0c:29:01:01:01", \
77 stp = llc / sp.STP(proto=0, rootid=32768, rootmac="00:0c:29:01:01:01", \
83 stp = llc / sp.STP(proto=0, rootid=32768, rootmac="00:0c:29:01:01:01", \
87 stp = llc / sp.STP(proto=0, rootid=32768, rootmac="00:0c:29:01:01:01", \
/freebsd-13.1/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio-stp-xway.txt1 Lantiq SoC Serial To Parallel (STP) GPIO controller
3 The Serial To Parallel (STP) is found on MIPS based Lantiq socs. It is a
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Dste-dbx5x0-pinctrl.dtsi601 pins = "GPIO257_AE29"; /* STP */
615 pins = "GPIO257_AE29"; /* STP */
/freebsd-13.1/usr.sbin/bsnmpd/modules/snmp_bridge/
H A DBEGEMOT-BRIDGE-MIB.txt94 "A port identifier that contains a bridge port's STP priority
295 -- the Bridge interface STP table
348 indicates the bridge is running IEEE 802.1D STP
532 -- the Bridge STP ports table
582 "The STP priority of this port that is contained in the first
685 -- the Bridge STP extended ports table
H A DBRIDGE-MIB.txt110 "A Spanning Tree Protocol (STP) timer in units of 1/100
/freebsd-13.1/contrib/libpcap/
H A Dgrammar.y338 %token STP
540 | STP { $$ = Q_STP; }
H A Dscanner.l302 stp return STP;
/freebsd-13.1/lib/libc/net/
H A Dprotocols129 stp 118 STP # Schedule Transfer Protocol
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedFalkorDetails.td980 (instregex "^STP(D|S)(i)$")>;
982 (instregex "^STP(D|S)(post|pre)$")>;
1278 (instregex "^STP(W|X)i$")>;
1280 (instregex "^STP(W|X)(post|pre)$")>;
H A DAArch64SchedTSV110.td444 def : InstRW<[TSV110Wr_1cyc_1LdSt, WriteAdr], (instregex "^STP(W|X)(post|pre)$")>;
514 def : InstRW<[TSV110Wr_2cyc_2LdSt, WriteAdr], (instregex "^STP[SDQ](post|pre)")>;
H A DAArch64SchedKryoDetails.td2074 (instregex "STP(D|S)i")>;
2080 (instregex "STP(D|S)(post|pre)")>;
2098 (instregex "STP(W|X)i")>;
2104 (instregex "STP(W|X)(post|pre)")>;
H A DAArch64ISelLowering.h443 STP, enumerator
H A DAArch64SchedCyclone.td274 // STP is a vector op and store, except for QQ, which is just two stores.
H A DAArch64SchedExynosM3.td600 WriteAdr], (instregex "^STP[DS](post|pre)")>;
H A DAArch64SchedExynosM5.td770 WriteAdr], (instregex "^STP[SD](post|pre)")>;
H A DAArch64SchedExynosM4.td722 WriteAdr], (instregex "^STP[SD](post|pre)")>;
H A DAArch64ISelLowering.cpp2161 MAKE_CASE(AArch64ISD::STP) in getTargetNodeName()
4629 AArch64ISD::STP, Dl, DAG.getVTList(MVT::Other), in LowerSTORE()
H A DAArch64InstrInfo.td615 def AArch64stp : SDNode<"AArch64ISD::STP", SDT_AArch64stp, [SDNPHasChain, SDNPMayStore, SDNPMemOper…
/freebsd-13.1/contrib/tcpdump/
H A DCHANGES139 CVE-2017-11108/Fix bounds checking for STP.
290 STP: Add a bunch of bounds checks, and fix some printing (Fix heap overflows)
291 STP: Filter out non-printable characters
646 Add support for Multiple-STP as per 802.1s
657 Add support for Multiple-STP as per 802.1s
/freebsd-13.1/share/misc/
H A Diso3166215 ST STP 678 Sao Tome and Principe
H A Dpci_vendors4444 003e 16/4 Token ring UTP/STP controller
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DP9InstrResources.td1414 (instregex "HASH(ST|STP|CHK|CHKP)$"),
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6925 auto *STP = std::next(I, Stride); in EmitOMPTaskLoopBasedDirective() local
6931 mapParam(CGF, cast<DeclRefExpr>(S.getStrideVariable()), *STP, LoopScope); in EmitOMPTaskLoopBasedDirective()