/freebsd/sys/contrib/device-tree/Bindings/soc/ti/ |
H A D | wkup-m3-ipc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/soc/ti/wkup-m3-ipc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Dave Gerlach <d-gerlach@ti.com> 11 - Drew Fustini <dfustini@baylibre.com> 14 The TI AM33xx and AM43xx family of devices use a small Cortex M3 co-processor 17 C-states for CPU Idle. Once the wkup_m3_ipc driver uses the wkup_m3_rproc driver 29 On some boards like the AM335x EVM-SK and the AM437x GP EVM, a GPIO pin is 35 Support for IO Isolation [all …]
|
/freebsd/sys/isa/ |
H A D | pnp.c | 2 * SPDX-License-Identifier: BSD-2-Clause 59 #define PNP_QUIRK_EXTRA_IO 2 /* Has extra io ports */ 66 * The Gravis UltraSound needs register 0xf2 to be set to 0xff 202 int csn = ((struct pnp_set_config_arg *) arg)->csn; in pnp_set_config() 203 int ldn = ((struct pnp_set_config_arg *) arg)->ldn; in pnp_set_config() 221 if (config->ic_nmem > ISA_PNP_NMEM) { in pnp_set_config() 223 config->ic_nme in pnp_set_config() [all...] |
/freebsd/contrib/atf/ |
H A D | NEWS | 8 DON'T FORGET TO BUMP THE -version-info PRE-RELEASE IF NECESSARY! 10 * Issue #23: Fix double-free triggered by atf_map_insert in low memory 18 * Added the atf_check_not_equal function to atf-sh to check for 30 * Added the -s flag to atf-sh to support specifying the shell interpreter 39 relevant manual pages. This information was lost with the atf-config(1) 46 * Renamed the atf-{c,c++,sh}-api(3) manual pages to atf-{c,c++,sh}(3) for 53 * Issue #7: Stopped catching unhandled exceptions in atf-c++ tests. This 58 * Issue #8: Fixed atf-c/macros_test:use test failures spotted by the clang 59 that ships with FreeBSD 11.0-CURRENT. 61 * Issue #12: Improved documentation of atf-sh(3) and atf-check(1) by better [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64MachineFunctionInfo.h | 1 //=- AArch64MachineFunctionInfo.h - AArch64 machine function info -*- C++ -*-=// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file declares AArch64-specific per-machine-function information. 11 //===----------------------------------------------------------------------===// 44 /// AArch64FunctionInfo - This class is derived from MachineFunctionInfo and 45 /// contains private AArch64-specific information for each MachineFunction. 52 /// want to transfer control from a function with 8-bytes of stack-argument 53 /// space to a function with 16-bytes then misalignment of this value would 59 /// arguments. Canonically 0 in the C calling convention, but non-zero when [all …]
|
/freebsd/contrib/googletest/docs/ |
H A D | primer.md | 17 GoogleTest allows you to run it in isolation for quick debugging. 24 platform-neutral; its tests should also be platform-neutral. GoogleTest 29 only stops the current test and continues with the next. You can also set up 30 tests that report non-fatal failures after which the current test continues. 31 Thus, you can detect and fix multiple bugs in a single run-edit-compile 38 across tests and pay for the set-up/tear-down only once, without making 72 :----------------------------------------------------------------------------------- | :-----------… 73 …am path with specific input values and verify the results | [TEST()](#simple-tests) | [Test Case][… 76 [istqb test case]: https://glossary.istqb.org/en_US/term/test-case-2 77 [istqb test suite]: https://glossary.istqb.org/en_US/term/test-suite-1-3 [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | am437x-gp-evm.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/ 8 /dts-v1/; 11 #include <dt-bindings/pinctrl/am43xx.h> 12 #include <dt-bindings/pwm/pwm.h> 13 #include <dt-bindings/gpio/gpio.h> 17 compatible = "ti,am437x-gp-evm","ti,am4372","ti,am43"; 24 stdout-path = &uart0; 27 evm_v3_3d: fixedregulator-v3_3d { 28 compatible = "regulator-fixed"; [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/ |
H A D | tegra194.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/clock/tegra194-clock.h> 3 #include <dt-bindings/gpio/tegra194-gpio.h> 4 #include <dt-bindings/interrupt-controller/arm-gi [all...] |
H A D | tegra234.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 #include <dt-bindings/clock/tegra234-clock.h> 4 #include <dt-bindings/gpio/tegra234-gpio.h> 5 #include <dt-bindings/interrupt-controller/arm-gic.h> 6 #include <dt-bindings/mailbox/tegra186-hsp.h> 7 #include <dt-bindings/memory/tegra234-mc.h> 8 #include <dt-bindings/pinctrl/pinctrl-tegra-io-pad.h> 9 #include <dt-bindings/power/tegra234-powergate.h> 10 #include <dt-bindings/reset/tegra234-reset.h> 11 #include <dt-bindings/thermal/tegra234-bpmp-thermal.h> [all …]
|
/freebsd/contrib/ntp/libntp/ |
H A D | work_thread.c | 2 * work_thread.c - threads implementation for blocking worker child. 26 #define CHILD_EXIT_REQ ((blocking_pipe_header *)(intptr_t)-1) 29 * The request queue grows a bit faster than the response queue -- the 38 * set the maximum to 256kB. If the minimum goes below the 39 * system-defined minimum stack size, we have to adjust accordingly. 64 # define tickle_sem(sh) ReleaseSemaphore((sh->shnd), 1, NULL) 95 /* --- [all...] |
/freebsd/sys/amd64/vmm/amd/ |
H A D | svm.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 73 #include "io/ppt.h" 110 static MALLOC_DEFINE(M_SVM_VLAPIC, "svm-vlapic", "svm-vlapic"); 269 asid[cpu].num = nasid - 1; in svm_modinit() 301 ctrl->tsc_offset = offset; in svm_set_tsc_offset() 306 vm_set_tsc_offset(vcpu->vcpu, offset); in svm_set_tsc_offset() 329 *index = -1; in svm_msr_index() 338 base += (MSR_PENTIUM_END - MSR_PENTIUM_START + 1); in svm_msr_index() 340 off = (msr - MSR_AMD6TH_START); in svm_msr_index() [all …]
|
/freebsd/share/misc/ |
H A D | pci_vendors | 5 # Date: 2024-11-25 03:15:02 8 # the PCI ID Project at https://pci-ids.ucw.cz/. 14 # (version 2 or higher) or the 3-clause BSD License. 25 # device device_name <-- single tab 26 # subvendor subdevice subsystem_name <-- two tabs 30 # This is a relabelled RTL-8139 31 8139 AT-2500TX V3 Ethernet 41 7a09 PCI-to-PCI Bridge 50 7a19 PCI-to-PCI Bridge 55 7a29 PCI-to-PCI Bridge [all …]
|
H A D | usb_vendors | 6 # http://www.linux-usb.org/usb-ids.html 7 # or send entries as patches (diff -u old new) in the 10 # http://www.linux-usb.org/usb.ids 13 # Date: 2024-12-04 20:34:02 20 # device device_name <-- single tab 21 # interface interface_name <-- two tabs 38 5301 GW-US54ZGL 802.11bg 54 145f NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211] 62 0200 TP-Link 81 120e ASI120MC-S Planetary Camera [all …]
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | reg_addr.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 38 … (0x1<<0) // This bit masks, when set, the Interrupt bit:… 40 … (0x1<<1) // This bit masks, when set, the Interrupt bit:… 78 …- For ending "endless completion". 0 - When receiving a completion timeout while receiving a compl… 79 … DataWidth:0x4 // 0 - TXCPL sync fifo pop underflow 1 - TXR sync fifo pop underflow 2 - TXW hea… 80 …s:R DataWidth:0x6 // 0 - RX target read and config sync fifo push overflow 1 - RX header syn… 81 …ataWidth:0x14 // 4:0 - TXCPL sync fifo pop status 9:5 - TXR sync fifo pop status 14:10 - TXW hea… 83 …l not be loaded, EEPROM load will stop, and the FastLinkEnable bit will be set in the PCIEEP_PORT_… 85 …ly set to the appropriate chip number, from the FUS_FUSE_NUM_E::CHIP_TYPE() fuses, and as enumerat… 88 …ffff<<0) // Vendor ID. PCI-SIG assigned Manufacturer Identifier. Note: The access attributes of … [all …]
|
/freebsd/contrib/expat/lib/ |
H A D | xmlparse.c | 9 Copyright (c) 1997-2000 Thai Open Source Software Center Ltd 11 Copyright (c) 2000-2006 Fred L. Drake, Jr. <fdrake@users.sourceforge.net> 12 Copyright (c) 2001-2002 Greg Stein <gstein@users.sourceforge.net> 13 Copyright (c) 2002-2016 Karl Waclawek <karl@waclawek.net> 14 Copyright (c) 2005-2009 Steven Solie <steven@solie.ca> 16 Copyright (c) 2016-2025 Sebastian Pipping <sebastian@pipping.org> 20 Copyright (c) 2016 Pascal Cuoq <cuoq@trust-in-soft.com> 22 Copyright (c) 2017-2022 Rhodri James <rhodri@wildebeest.org.uk> 23 Copyright (c) 2017 Václav Slavík <vaclav@slavik.io> 26 Copyright (c) 2017 Rolf Eike Beer <eike@sf-mail.de> [all …]
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 2 %%% BibTeX-file{ 23 %%% (incompletely) 1970 -- 1979. 50 %%% covering 1958--1996 became too large (about 65 %%% Algorithms 1--492. For Algorithms 493--686, 72 %%% cross-referenced in both directions, so 75 %%% Corrigenda. Cross-referenced entries are 77 %%% that each is completely self-contained. 83 %%% ftp://netlib.bell-labs.com/netlib/toms. 88 %%% http://ciir.cs.umass.edu/cgi-bin/web_query_form/public/cacm2.1. 90 %%% The initial draft of entries for 1981 -- [all …]
|
/freebsd/share/dict/ |
H A D | web2a | 12 A-b-c book 13 A-b-c method 14 abdomino-uterotomy 15 Abdul-baha 16 a-be 20 able-bodied 21 able-bodiedness 22 able-minded 23 able-mindedness 27 Abor-miri [all …]
|
H A D | web2 | 97844 Io 97845 io 98876 isolation 99810 Jean-Christophe 99811 Jean-Pierre 179276 set
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | 1 ChangeSet@1.4062, 2024-05-25 00:06:49-07:00, ntpreleng@ntp-build.tal1.ntfo.org 5 ChangeLog@1.2103 +1 -0 8 ntpd/invoke-ntp.conf.texi@1.231 +1 -1 11 ntpd/invoke-ntp.keys.texi@1.214 +1 -1 14 ntpd/invoke-ntp [all...] |
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 1 //===--- SemaDecl.cpp - Semantic Analysis for Declarations ----------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 96 if (!AllowInvalidDecl && ND->isInvalidDecl()) in ValidateCandidate() 109 // An injected-class-name of a class template (specialization) is valid in ValidateCandidate() 110 // as a template or as a non-template. in ValidateCandidate() 113 if (!RD || !RD->isInjectedClassName()) in ValidateCandidate() 115 RD = cast<CXXRecordDecl>(RD->getDeclContext()); in ValidateCandidate() 116 return RD->getDescribedClassTemplate() || in ValidateCandidate() [all …]
|