/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | arm,coresight-cti.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 4 --- 5 $id: http://devicetree.org/schemas/arm/arm,coresight-ct [all...] |
H A D | coresight-cti.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause 4 --- 5 $id: http://devicetree.org/schemas/arm/coresight-cti.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 38 indicate this feature (arm,coresight-cti-v8-arch). 51 Certain triggers between CoreSight devices and the CTI have specific types 53 constants defined in <dt-bindings/arm/coresight-cti-dt.h> 56 is defined in the binding as type PE_EDBGREQ. These types will appear in an 57 optional array alongside the signal indexes. Omitting types will default all 60 Note that some hardware trigger signals can be connected to non-CoreSight [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/arm/ |
H A D | juno-cs-r1r2.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 4 compatible = "arm,coresight-dynamic-funnel", "arm,primecell"; 8 clock-names = "apb_pclk"; 9 power-domains = <&scpi_devpd 0>; 10 out-ports { 13 remote-endpoint = <&etf1_in_port>; 17 in-ports { 27 compatible = "arm,coresight-tmc", "arm,primecell"; 31 clock-names = "apb_pclk"; 32 power-domains = <&scpi_devpd 0>; [all …]
|
H A D | juno-base.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include "juno-clocks.dtsi" 3 #include "juno-motherboard.dtsi" 11 compatible = "arm,armv7-timer-mem"; 13 clock-frequency = <50000000>; 14 #address-cells = <1>; 15 #size-cell [all...] |
/freebsd/sys/dev/acpica/ |
H A D | acpi_bus_if.m | 1 #- 25 # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 29 #include <sys/types.h> 40 int trig, int pol) 47 return (ACPI_BUS_MAP_INTR(parent, dev, irq, trig, pol)); 63 int trig;
|
/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-dbg-tlv.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 3 * Copyright (C) 2018-2024 Intel Corporation 6 #include "iwl-drv.h" 7 #include "iwl-trans.h" 8 #include "iwl-dbg-tl 248 const struct iwl_fw_ini_trigger_tlv *trig = (const void *)tlv->data; iwl_dbg_tlv_alloc_trigger() local 972 struct iwl_fw_ini_trigger_tlv *trig = (void *)node->tlv.data; iwl_dbg_tlv_set_periodic_trigs() local 1053 struct iwl_fw_ini_trigger_tlv *trig = (void *)trig_tlv->data; iwl_dbg_tlv_override_trig_node() local 1131 struct iwl_fw_ini_trigger_tlv *trig = (void *)trig_tlv->data; iwl_dbg_tlv_add_active_trigger() local [all...] |
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | mac80211.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 3 * Copyright (C) 2012-2014, 2018-2024 Intel Corporation 4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH 5 * Copyright (C) 2016-2017 Intel Deutschland GmbH 25 #include "iwl-dr 905 struct iwl_fw_dbg_trigger_tlv *trig; iwl_mvm_ampdu_check_trigger() local 3390 struct iwl_fw_dbg_trigger_tlv *trig; iwl_mvm_tdls_check_trigger() local 5970 struct iwl_fw_dbg_trigger_tlv *trig; iwl_mvm_event_mlme_callback() local 6015 struct iwl_fw_dbg_trigger_tlv *trig; iwl_mvm_event_bar_rx_callback() local [all...] |
H A D | tx.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 3 * Copyright (C) 2012-2014, 2018-2024 Intel Corporation 4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH 5 * Copyright (C) 2016-2017 Intel Deutschland GmbH 14 #include "iwl-tran 24 struct iwl_fw_dbg_trigger_tlv *trig; iwl_mvm_bar_check_trigger() local 1522 struct iwl_fw_dbg_trigger_tlv *trig; iwl_mvm_tx_status_check_trigger() local [all...] |
/freebsd/contrib/opencsd/decoder/include/opencsd/stm/ |
H A D | trc_pkt_types_stm.h | 31 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 42 /** @name STM Packet Types 45 /** STM protocol packet types. 46 Contains both protocol packet types and markers for unsynced processor 63 …STM_PKT_GERR, /**< Global error packet - protocol error but unknown which master had error */ 64 …STM_PKT_MERR, /**< Master error packet - current master detected an error (e.g. dropped trac… 80 STM_PKT_RESERVED, /**< Reserved packet header / not supported by CS-STM */ 86 CS-STM supports Natural binary and grey encodings. 107 …uint64_t timestamp; /**< latest timestamp value -> as binary - packet processor does g… 116 …8 or D4 data packet, or parameter value for other packets with 8 bit value [VERSION, TRIG, xERR] */ [all …]
|
/freebsd/sys/x86/xen/ |
H A D | xen_arch_intr.c | 1 /*- 2 * SPDX-License-Identifier: MIT OR GPL-2.0-only 28 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 46 #include <xen/xen-os.h> 48 #include <machine/xen/arch-intr.h> 94 ++curthread->td_intr_nesting_level; in xen_arch_intr_handle_upcall() 95 old = curthread->td_intr_frame; in xen_arch_intr_handle_upcall() 96 curthread->td_intr_frame = trap_frame; in xen_arch_intr_handle_upcall() 100 curthread->td_intr_frame = old; in xen_arch_intr_handle_upcall() 101 --curthread->td_intr_nesting_level; in xen_arch_intr_handle_upcall() [all …]
|
/freebsd/sys/contrib/dev/iwlwifi/fw/ |
H A D | dbg.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 3 * Copyright (C) 2005-2014, 2018-2024 Intel Corporation 4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH 5 * Copyright (C) 2015-2017 Intel Deutschland GmbH 11 #include "iwl-dr 2557 iwl_fw_ini_trigger_on(struct iwl_fw_runtime * fwrt,struct iwl_fw_ini_trigger_tlv * trig) global() argument 2805 iwl_fw_dbg_collect(struct iwl_fw_runtime * fwrt,enum iwl_fw_dbg_trigger trig,const char * str,size_t len,struct iwl_fw_dbg_trigger_tlv * trigger) global() argument 3016 struct iwl_fw_ini_trigger_tlv *trig = dump_data->trig; global() local [all...] |
/freebsd/sys/x86/include/ |
H A D | intr_machdep.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 35 * different types of I/O interrupts. These values are used as 45 * The first 16 IRQs (0 - 15) are reserved for ISA IRQs. Interrupt 46 * pins on I/O APICs for non-ISA interrupts use IRQ values starting at 103 * An interrupt source. The upper-layer code uses the PIC methods to 104 * control a given source. The lower-layer PIC drivers can store additional 144 int intr_config_intr(struct intsrc *isrc, enum intr_trigger trig,
|
/freebsd/contrib/unbound/contrib/ |
H A D | fastrpz.patch | 3 --- 4 diff --git a/Makefile.in b/Makefile.in 6 --- a/Makefile.in 8 @@ -23,6 +23,8 @@ CHECKLOCK_SRC=testcode/checklocks.c 17 @@ -134,7 +136,7 @@ validator/val_sigcrypt.c validator/val_utils.c dns64/dns64.c \ 18 edns-subnet/edns-subnet.c edns-subnet/subnetmod.c \ 19 edns-subnet/addrtree.c edns-subnet/subnet-whitelist.c \ 21 -$(DNSTAP_SRC) $(DNSCRYPT_SRC) $(IPSECMOD_SRC) $(IPSET_SRC) 26 @@ -147,7 +149,7 @@ autotrust.lo val_anchor.lo rpz.lo \ 30 -$(IPSECMOD_OBJ) $(IPSET_OBJ) $(DYNLIBMOD_OBJ) respip.lo [all …]
|
/freebsd/sys/x86/x86/ |
H A D | nexus.c | 1 /*- 25 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 192 * - IRQ resource creation should be moved to the PIC/APIC driver. in nexus_init_resources() 193 * - DRQ resource creation should be moved to the DMAC driver. in nexus_init_resources() 194 * - The above should be sorted to probe earlier than any child buses. in nexus_init_resources() 196 * - Leave I/O and memory creation here, as child probes may need them. in nexus_init_resources() 202 * of PCI->ISA bridges. There would be multiple sets of IRQs on in nexus_init_resources() 203 * multi-ISA-bus systems. PCI interrupts are routed to the ISA in nexus_init_resources() 210 irq_rman.rm_end = num_io_irqs - 1; in nexus_init_resources() 225 * PCI->ISA bridge and the channels can be duplicated if there are in nexus_init_resources() [all …]
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | mac.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (C) 2012-2014, 2018-2022, 2024 Intel Corporation 11 * AUX indices follows - 1 for non-CDB, 2 for CDB. 31 * enum iwl_mac_protection_flags - MA [all...] |
/freebsd/tools/tools/ath/athalq/ |
H A D | ar9300_ds.c | 13 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 25 #include <sys/types.h> 34 /* XXX should break this out into if_athvar.h */ 46 memcpy(&p, &a->payload, sizeof(p)); in ath_alq_print_edma_tx_fifo_push() 48 (unsigned int) be32toh(a->hdr.tstamp_sec), in ath_alq_print_edma_tx_fifo_push() 49 (unsigned int) be32toh(a->hdr.tstamp_usec), in ath_alq_print_edma_tx_fifo_push() 50 (unsigned long long) be64toh(a->hdr.threadid), in ath_alq_print_edma_tx_fifo_push() 63 memcpy(&txs, &a->payload, sizeof(struct ar9300_txs)); in ar9300_decode_txstatus() 66 (unsigned int) be32toh(a->hdr.tstamp_sec), in ar9300_decode_txstatus() 67 (unsigned int) be32toh(a->hdr.tstamp_usec), in ar9300_decode_txstatus() [all …]
|
/freebsd/contrib/arm-optimized-routines/math/test/rtest/ |
H A D | dotest.c | 2 * dotest.c - actually generate mathlib test cases 4 * Copyright (c) 1999-2019, Arm Limited. 5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception 68 * mpfr_t/mpc_t types. 74 int64_t mantissa = hl & (((uint64_t)1 << 52) - 1); in set_mpfr_d() 75 int sign = (hl >> 63) ? -1 : +1; in set_mpfr_d() 89 mpfr_set_sj_2exp(x, mantissa * sign, (int)exp - 0x3ff - 52, GMP_RNDN); in set_mpfr_d() 95 int32 mantissa = f & ((1 << 23) - 1); in set_mpfr_f() 96 int sign = (f >> 31) ? -1 : +1; in set_mpfr_f() 110 mpfr_set_sj_2exp(x, mantissa * sign, (int)exp - 0x7f - 23, GMP_RNDN); in set_mpfr_f() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetLibraryInfo.cpp | 1 //===-- TargetLibraryInfo.cpp - Runtime library information ----------------==// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 24 "vector-library", cl::Hidden, cl::desc("Vector functions library"), 32 clEnumValN(TargetLibraryInfoImpl::LIBMVEC_X86, "LIBMVEC-X86", 54 llvm::raw_svector_ostream Out(Buffer); in getVectorFunctionABIVariantString() local 55 Out << VABIPrefix << "_" << ScalarFnName << "(" << VectorFnName << ")"; in getVectorFunctionABIVariantString() 56 return std::string(Out.str()); in getVectorFunctionABIVariantString() 59 // Recognized types of library function arguments and return types. [all …]
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | wmi.h | 1 /* SPDX-License-Identifier: BSD-3-Clause-Clear */ 3 * Copyright (c) 2018-2021 The Linux Foundation. All rights reserved. 4 * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved. 32 * linux/types.h. 2376 __le32 numss_m1; /** NSS - 1*/ 2495 * [7:0] - 2G band tx chain mask 2496 * [15:8] - 2G band rx chain mask 2497 * [23:16] - 5G band tx chain mask 2498 * [31:24] - 5G band rx chain mask 2505 #define WMI_SERVICE_BM_SIZE ((WMI_MAX_SERVICE + sizeof(u32) - 1) / sizeof(u32)) [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 1 //===-- R600ISelLowering.cpp - R600 DAG Lowering Implementation -----------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 43 computeRegisterProperties(Subtarget->getRegisterInfo()); in R600TargetLowering() 118 if (Subtarget->hasCARRY()) in R600TargetLowering() 121 if (Subtarget->hasBORROW()) in R600TargetLowering() 125 if (!Subtarget->hasBFE()) in R600TargetLowering() 130 if (!Subtarget->hasBFE()) in R600TargetLowering() 134 if (!Subtarget->hasBFE()) in R600TargetLowering() [all …]
|
H A D | SIISelLowering.cpp | 1 //===-- SIISelLowering.cpp - SI DAG Lowering Implementation ---------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 49 #define DEBUG_TYPE "si-lower" 54 "amdgpu-disable-loop-alignment", 59 "amdgpu-use-divergent-register-indexing", 66 return Info->getMode().FP32Denormals == DenormalMode::getPreserveSign(); in denormalModeIsFlushAllF32() 71 return Info->getMode().FP64FP16Denormals == DenormalMode::getPreserveSign(); in denormalModeIsFlushAllF64F16() 97 const TargetRegisterClass *V64RegClass = TRI->getVGPR64Class(); in SITargetLowering() [all …]
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | wmi.h | 1 /* SPDX-License-Identifier: BSD-3-Clause-Clear */ 3 * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved. 2192 /* enum wmi_nss_ratio - NSS ratio received from FW during service ready ext 2194 * WMI_NSS_RATIO_1BY2_NSS -Max nss of 160MHz is equals to half of the max nss 2196 * WMI_NSS_RATIO_3BY4_NSS - Max nss of 160MHz is equals to 3/4 of the max nss 2198 * WMI_NSS_RATIO_1_NSS - Max nss of 160MHz is equals to the max nss of 80MHz 2199 * WMI_NSS_RATIO_2_NSS - Max nss of 160MHz is equals to two times the max 2308 u32 numss_m1; /** NSS - 1*/ 2434 * [7:0] - 2G band tx chain mask 2435 * [15:8] - 2G band rx chain mask [all …]
|
/freebsd/contrib/sqlite3/ |
H A D | shell.c | 5 ** "shell.c" file used to implement the SQLite command-line shell. 13 ** source file to help make the command-line program easier to compile. 41 ** Optionally #include a user-defined header, whereby compilation options 64 ** the browser-mode build has much different user input requirements 98 ** Enable large-file support for fopen() and friends on unix. 150 #include <sys/types.h> 233 /* Windows CE (arm-wince-mingw32ce-gcc) does not provide isatty() 235 * overridden with the -batch command line option. 281 ** by the SQLite project command-line tools. These interfaces are used 284 ** "single-source" forms or separate compilation then linking. [all …]
|
H A D | sqlite3.c | 17 ** language. The code for the "sqlite3" command-line shell is also in a 20 ** The content in this amalgamation comes from Fossil check-in 51 ** NO_TEST - The branches on this line are not 56 ** OPTIMIZATION-IF-TRUE - This branch is allowed to always be false 60 ** OPTIMIZATION-IF-FALSE - This branch is allowed to always be true 64 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread 69 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the 144 ** 2015-03-02 182 ** large file support, or if the OS is windows, these should be no-ops. 188 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch [all …]
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | reg_addr.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 24 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 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… 88 …ffff<<0) // Vendor ID. PCI-SIG assigned Manufacturer Identifier. Note: The access attributes of … 90 …ce Identifier. Note: The access attributes of this field are as follows: - Dbi: if (DBI_RO_WR_E… 116 … (0x1<<9) // Fast back-to-back transaction ena… 128 … (0x1<<23) // Fast back-to-back capable. Not ap… [all …]
|