/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | UnsafeBufferUsageGadgets.def | 9 /// 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 D | pps.html | 22 <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> 35 …gadget box shown above is assembled in a 5"x3"x2" 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 D | X86LoadValueInjectionLoadHardening.cpp | 271 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 D | UnsafeBufferUsage.cpp | 458 /// 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 D | dwc2.yaml | 147 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 D | atmel-usb.txt | 73 usb1: gadget@fffa4000 { 115 usb2: gadget@fff78000 {
|
H A D | snps,dwc3.yaml | 45 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 D | dwc3-xilinx.txt | 27 "dwc_usb3" USB gadget mode interrupts
|
/freebsd/tools/build/options/ |
H A D | WITH_USB_GADGET_EXAMPLES | 1 Build USB gadget kernel modules.
|
H A D | WITHOUT_USB_GADGET_EXAMPLES | 1 Do not build USB gadget kernel modules.
|
/freebsd/sys/contrib/device-tree/src/arm64/socionext/ |
H A D | uniphier-pxs3-ref-gadget0.dts | 27 snps,usb2-gadget-lpm-disable;
|
H A D | uniphier-pxs3-ref-gadget1.dts | 27 snps,usb2-gadget-lpm-disable;
|
/freebsd/sys/contrib/device-tree/src/arm/microchip/ |
H A D | evk-pro3.dts | 38 usb1: gadget@fffa4000 {
|
H A D | ethernut5.dts | 63 usb1: gadget@fffa4000 {
|
H A D | aks-cdu.dts | 53 usb1: gadget@fffa4000 {
|
H A D | tny_a9263.dts | 50 usb1: gadget@fff78000 {
|
/freebsd/sys/modules/usb/g_audio/ |
H A D | Makefile | 27 .PATH: ${SRCTOP}/sys/dev/usb/gadget
|
/freebsd/sys/modules/usb/g_keyboard/ |
H A D | Makefile | 27 .PATH: ${SRCTOP}/sys/dev/usb/gadget
|
/freebsd/sys/modules/usb/g_modem/ |
H A D | Makefile | 27 .PATH: ${SRCTOP}/sys/dev/usb/gadget
|
/freebsd/sys/modules/usb/g_mouse/ |
H A D | Makefile | 27 .PATH: ${SRCTOP}/sys/dev/usb/gadget
|
/freebsd/usr.sbin/ntp/doc/pic/ |
H A D | Makefile | 14 flt7.gif flt8.gif flt9.gif freq1211.gif gadget.jpg gps167.jpg \
|
/freebsd/tools/tools/usbtest/ |
H A D | Makefile | 39 CFLAGS+= -I${SYSDIR}/dev/usb/gadget
|
/freebsd/sys/arm/conf/ |
H A D | RPI-B |
|
/freebsd/sys/contrib/device-tree/Bindings/leds/ |
H A D | common.yaml | 123 # LED indicates USB gadget activity 124 - usb-gadget
|
/freebsd/sys/contrib/device-tree/src/arm64/ti/ |
H A D | k3-am62p-main.dtsi | 30 snps,usb2-gadget-lpm-disable;
|