Home
last modified time | relevance | path

Searched full:gadget (Results 1 – 25 of 97) sorted by relevance

1234

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsageGadgets.def9 /// A gadget is an individual operation in the code that may be of interest to
11 #ifndef GADGET
12 #define GADGET(name)
18 #define WARNING_GADGET(name) GADGET(name)
21 /// A `WARNING_GADGET` subset, where the code pattern of each gadget
31 #define FIXABLE_GADGET(name) GADGET(name)
56 #undef GADGET
/freebsd/contrib/ntp/html/
H A Dpps.html22 <li class="inline"><a href="#gadget">Gadget Box</a></li>
31 <p><img src="pic/gadget.jpg" alt="gif"></p>
32 <p>A Gadget Box built by Chuck Hanavin</p>
34 <h4 id="gadget">Gadget Box</h4>
35gadget box shown above is assembled in a 5&quot;x3&quot;x2&quot; aluminum minibox containing the t…
36 <p> The gadget box includes two subcircuits. One of these converts a TTL positive edge into a fixe…
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp271 LLVM_DEBUG(dbgs() << "Building gadget graph...\n"); in runOnMachineFunction()
276 LLVM_DEBUG(dbgs() << "Building gadget graph... Done\n"); in runOnMachineFunction()
286 LLVM_DEBUG(dbgs() << "Emitting gadget graph...\n"); in runOnMachineFunction()
296 LLVM_DEBUG(dbgs() << "Emitting gadget graph... Done\n"); in runOnMachineFunction()
400 // case all arguments will be treated as gadget sources during in getGadgetGraph()
413 // a new gadget source anyways). in getGadgetGraph()
460 // Add the gadget edge to the graph. in getGadgetGraph()
508 // Add any instructions within the block that are gadget components in getGadgetGraph()
539 // Returns the number of remaining gadget edges that could not be eliminated
557 // Find and eliminate gadget edges that have been mitigated. in elimMitigatedEdgesAndNodes()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp458 /// Gadget is an individual operation in the code that may be of interest to
461 /// Discovery of a gadget in the code corresponds to claiming that we understand
466 class Gadget { class
469 #define GADGET(x) x, macro
478 Gadget(Kind K) : K(K) {} in Gadget() function in __anon8edba8be0511::Gadget
485 #define GADGET(x) \ in getDebugName() macro
490 llvm_unreachable("Unhandled Gadget::Kind enum"); in getDebugName()
499 /// Returns the list of pointer-type variables on which this gadget performs
501 /// of all DeclRefExprs in the gadget's AST!
504 virtual ~Gadget() = default;
[all …]
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Ddwc2.yaml147 description: size of rx fifo size in gadget mode.
151 description: size of non-periodic tx fifo size in gadget mode.
155 description: size of periodic tx fifo per endpoint (except ep0) in gadget mode.
H A Datmel-usb.txt73 usb1: gadget@fffa4000 {
115 usb2: gadget@fff78000 {
H A Dsnps,dwc3.yaml45 interrupts for the host, gadget and DRD modes.
121 snps,usb2-gadget-lpm-disable:
122 description: Indicate if we don't want to enable USB2 HW LPM for gadget
H A Ddwc3-xilinx.txt27 "dwc_usb3" USB gadget mode interrupts
/freebsd/tools/build/options/
H A DWITH_USB_GADGET_EXAMPLES1 Build USB gadget kernel modules.
H A DWITHOUT_USB_GADGET_EXAMPLES1 Do not build USB gadget kernel modules.
/freebsd/sys/contrib/device-tree/src/arm64/socionext/
H A Duniphier-pxs3-ref-gadget0.dts27 snps,usb2-gadget-lpm-disable;
H A Duniphier-pxs3-ref-gadget1.dts27 snps,usb2-gadget-lpm-disable;
/freebsd/sys/contrib/device-tree/src/arm/microchip/
H A Devk-pro3.dts38 usb1: gadget@fffa4000 {
H A Dethernut5.dts63 usb1: gadget@fffa4000 {
H A Daks-cdu.dts53 usb1: gadget@fffa4000 {
H A Dtny_a9263.dts50 usb1: gadget@fff78000 {
/freebsd/sys/modules/usb/g_audio/
H A DMakefile27 .PATH: ${SRCTOP}/sys/dev/usb/gadget
/freebsd/sys/modules/usb/g_keyboard/
H A DMakefile27 .PATH: ${SRCTOP}/sys/dev/usb/gadget
/freebsd/sys/modules/usb/g_modem/
H A DMakefile27 .PATH: ${SRCTOP}/sys/dev/usb/gadget
/freebsd/sys/modules/usb/g_mouse/
H A DMakefile27 .PATH: ${SRCTOP}/sys/dev/usb/gadget
/freebsd/usr.sbin/ntp/doc/pic/
H A DMakefile14 flt7.gif flt8.gif flt9.gif freq1211.gif gadget.jpg gps167.jpg \
/freebsd/tools/tools/usbtest/
H A DMakefile39 CFLAGS+= -I${SYSDIR}/dev/usb/gadget
/freebsd/sys/arm/conf/
H A DRPI-B
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dcommon.yaml123 # LED indicates USB gadget activity
124 - usb-gadget
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am62p-main.dtsi30 snps,usb2-gadget-lpm-disable;

1234