/freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/ |
H A D | fixed-partitions.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/mtd/partitions/fixed [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | OptimizedStructLayout.h | 1 //===-- OptimizedStructLayout.h - Struct layout algorithm ---------*- C++ -*-=// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 17 /// Fields may be pre-assigned fixed offsets. They may also be given sizes 24 /// - First, it does not guarantee that the result is minimal in size. 28 /// - Second, there are other ways that a struct layout could be optimized 33 //===----------------------------------------------------------------------===// 50 OptimizedStructLayoutField(const void *Id, uint64_t Size, Align Alignment, 52 : Offset(FixedOffset), Size(Size), Id(Id), Alignment(Alignment) { in Offset() 53 assert(Size > 0 && "adding an empty field to the layout"); in Offset() [all …]
|
H A D | TypeSize.h | 1 //===- TypeSize.h - Wrapper around type sizes -------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file provides a struct that can be used to query the size of IR types 13 //===----------------------------------------------------------------------===// 28 /// Reports a diagnostic message to indicate an invalid size request has been 32 /// StackOffset holds a fixed and a scalable offset in bytes. 34 int64_t Fixed = 0; variable 37 StackOffset(int64_t Fixed, int64_t Scalable) in StackOffset() argument 38 : Fixed(Fixed), Scalable(Scalable) {} in StackOffset() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
H A D | bcm2166x-common.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 9 /dts-v1/; 11 #include <dt-bindings/clock/bcm21664.h> 12 #include <dt-bindings/interrupt-controller/arm-gic.h> 13 #include <dt-bindings/interrupt-controller/irq.h> 16 #address-cells = <1>; 17 #size-cells = <1>; 20 hub: hub-bus@34000000 { 21 compatible = "simple-bus"; 23 #address-cells = <1>; [all …]
|
H A D | bcm11351.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 2 // Copyright (C) 2012-2013 Broadcom Corporation 4 #include <dt-bindings/clock/bcm281xx.h> 5 #include <dt-bindings/interrupt-controller/arm-gic.h> 6 #include <dt-binding [all...] |
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 1 ---------------------------------------- 6 Fix 2 critical CVE addressing memory leaks - Seunghun Han 17 ---------------------------------------- 30 ---------------------------------------- 35 …that the PHAT firmware health record offset works correctly, fix various sub-table offsets, preven… 37 Fix the optional table 4-byte signature. Contributed by: Daniil Tatianin <99danilt@gmail.com> 56 ---------------------------------------- 71 Add new tables for various architectures/OS, mainly RISC-V and also update many more. 73 Add an option to either make the output deterministic or non-deterministic. 80 ---------------------------------------- [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | imx8qm.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Copyright 2018-2019 NXP 7 #include <dt-bindings/clock/imx8-lpcg.h> 8 #include <dt-bindings/firmware/imx/rsrc.h> 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include <dt-bindings/pinctrl/pads-imx8qm.h> 12 #include <dt-bindings/thermal/thermal.h> 15 interrupt-parent = <&gic>; 16 #address-cells = <2>; [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | OptimizedStructLayout.cpp | 1 //===--- OptimizedStructLayout.cpp - Optimal data layout algorithm ----------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 21 static void checkValidLayout(ArrayRef<Field> Fields, uint64_t Size, in checkValidLayout() argument 27 "didn't assign a fixed offset to field"); in checkValidLayout() 29 "didn't assign a correctly-aligned offset to field"); in checkValidLayout() 37 assert(LastEnd == Size && "didn't compute LastEnd correctly"); in checkValidLayout() 50 assert(Field.Size > 0 && "field of zero size"); in performOptimizedStructLayout() 53 "fixed-offset fields are not a strict prefix of array"); in performOptimizedStructLayout() [all …]
|
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb_pcireg.h | 1 /*- 36 * - PCI (cid=0x804, revision <= 12) 37 * BAR0 size: 8KB 39 * [offset+ size] type description 41 * [0x1000+0x0800] fixed SPROM shadow 42 * [0x1800+0x0E00] fixed pci core device registers 43 * [0x1E00+0x0200] fixed pci core siba config registers 47 * - PCI (cid=0x804, revision >= 13) 48 * - PCIE (cid=0x820) with ChipCommon (revision <= 31) 49 * BAR0 size: 16KB [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/ |
H A D | amlogic-c3-c308l-aw419.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 8 #include "amlogic-c3.dtsi" 13 interrupt-parent = <&gic>; 14 #address-cells = <2>; 15 #size-cells = <2>; 27 reserved-memory { 28 #address-cells = <2>; 29 #size-cells = <2>; 34 compatible = "shared-dma-pool"; [all …]
|
H A D | amlogic-c3-c302x-aw409.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 8 #include "amlogic-c3.dtsi" 13 interrupt-parent = <&gic>; 14 #address-cells = <2>; 15 #size-cells = <2>; 27 reserved-memory { 28 #address-cells = <2>; 29 #size-cells = <2>; 34 compatible = "shared-dma-pool"; [all …]
|
/freebsd/lib/libc/db/man/ |
H A D | recno.3 | 48 The record number data structure is either variable or fixed-length 49 records stored in a flat-file format, accessed by the logical record 64 .Bd -literal 77 .Bl -tag -width indent 82 .Bl -tag -width indent 84 The records are fixed-length, not byte delimited. 112 A suggested maximum size, in bytes, of the memory cache. 118 is 0 (no size is specified) a default cache is used. 122 access method stores the in-memory copies of its records 124 This value is the size (in bytes) of the pages used for nodes in that tree. [all …]
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | dbring.c | 1 // SPDX-License-Identifier: BSD-3-Clause-Clear 3 * Copyright (c) 2019-2020 The Linux Foundation. All rights reserved. 11 int ath11k_dbring_validate_buffer(struct ath11k *ar, void *buffer, u32 size) in ath11k_dbring_validate_buffer() argument 16 size = size >> 2; in ath11k_dbring_validate_buffer() 18 for (idx = 0, temp = buffer; idx < size; idx++, temp++) { in ath11k_dbring_validate_buffer() 20 return -EINVAL; in ath11k_dbring_validate_buffer() 27 void *buffer, u32 size) in ath11k_dbring_fill_magic_value() argument 30 * and the variable size is expected to be the number of u32 values in ath11k_dbring_fill_magic_value() 33 size = size / sizeof(u32); in ath11k_dbring_fill_magic_value() 35 memset32(buffer, ATH11K_DB_MAGIC_VALUE, size); in ath11k_dbring_fill_magic_value() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFAbbreviationDeclaration.h | 1 //===- DWARFAbbreviationDeclaration.h ---------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 38 this->ByteSize.HasByteSize = ByteSize.has_value(); in AttributeSpec() 39 if (this->ByteSize.HasByteSize) in AttributeSpec() 40 this->ByteSize.ByteSize = *ByteSize; in AttributeSpec() 54 /// The following field is used for ByteSize for non-implicit_const 59 /// ByteSize contains the fixed size in bytes for the Form in this 62 /// byte size of Form either varies according to the DWARFUnit 63 /// that it is contained in or the value size varies and must be [all …]
|
/freebsd/share/man/man9/ |
H A D | alq.9 | 3 .\" Copyright (c) 2009-2010 The FreeBSD Foundation 56 .Fa "int size" 65 .Fa "int size" 87 facility provides an asynchronous fixed or variable length recording 105 .Bd -literal -offset indent 115 can be created in either fixed or variable length mode. 122 A fixed length 124 accommodates a fixed number of writes using 128 each of fixed size (set at queue creation time). 129 Fixed length mode is deprecated in favour of variable length mode. [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | omap36xx-omap3430es2plus-clocks.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 11 #clock-cells = <2>; 12 #address-cells = <1>; 13 #size-cells = <0>; 15 ssi_ssr_gate_fck_3430es2: clock-ssi-ssr-gate-fck-3430es2@0 { 17 #clock-cells = <0>; 18 compatible = "ti,composite-no-wait-gate-clock"; 19 clock-output-names = "ssi_ssr_gate_fck_3430es2"; 27 #clock-cells = <2>; 28 #address-cells = <1>; [all …]
|
H A D | dra7xx-clocks.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 8 atl_clkin0_ck: clock-atl-clkin0 { 9 #clock-cells = <0>; 10 compatible = "ti,dra7-atl-clock"; 11 clock-output-names = "atl_clkin0_ck"; 15 atl_clkin1_ck: clock-atl-clkin1 { 16 #clock-cells = <0>; 17 compatible = "ti,dra7-atl-clock"; 18 clock-output-names = "atl_clkin1_ck"; 22 atl_clkin2_ck: clock-atl-clkin2 { [all …]
|
H A D | am33xx-clocks.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 8 sys_clkin_ck: clock-sys-clkin-22@40 { 9 #clock-cells = <0>; 10 compatible = "ti,mux-clock"; 11 clock-output-names = "sys_clkin_ck"; 13 ti,bit-shift = <22>; 17 adc_tsc_fck: clock-adc-tsc-fck { 18 #clock-cells = <0>; 19 compatible = "fixed-factor-clock"; 20 clock-output-names = "adc_tsc_fck"; [all …]
|
/freebsd/sys/contrib/zstd/ |
H A D | CHANGELOG | 2 perf: Regain Minimal memset()-ing During Reuse of Compression Contexts (@Cyan4973, #2969) 10 perf: improved binary size and faster compilation times, by @terrelln 12 perf: faster mid-level compression speed in presence of highly repetitive patterns, by @senhuang42 16 perf: on-demand reduced ZSTD_DCtx state size, using build macro ZSTD_DECODER_INTERNAL_BUFFER, at a … 20 build: improved meson unofficial build, by @eli-schwartz 22 …t advanced parameters information when compressing in very verbose mode (``-vv`), by @Svetlitski-FB 25 api: Various functions promoted from experimental to stable API: (#2579-2581, @senhuang42) 39 api: ZSTDMT_NBWORKERS_MAX reduced to 64 for 32-bit environments (@Cyan4973) 42 perf: Decompression loop refactor, speed improvements on `clang` and for `--long` modes (#2614 #263… 45 bug: Fix large dictionary non-determinism (#2607, @terrelln) [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/nvmem/layouts/ |
H A D | fixed-layout.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/nvmem/layouts/fixed [all...] |
/freebsd/sys/contrib/device-tree/src/arc/ |
H A D | hsdk.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 9 /dts-v1/; 11 #include <dt-bindings/gpio/gpio.h> 12 #include <dt-bindings/reset/snps,hsdk-reset.h> 18 #address-cells = <2>; 19 #size-cells = <2>; 22 … "earlycon=uart8250,mmio32,0xf0005000,115200n8 console=ttyS0,115200n8 debug print-fatal-signals=1"; 30 #address-cells = <1>; 31 #size-cells = <0>; 62 input_clk: input-clk { [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/vf/ |
H A D | vf610-zii-dev-rev-b.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 6 /dts-v1/; 7 #include "vf610-zii-dev.dtsi" 11 compatible = "zii,vf610dev-b", "zii,vf610dev", "fsl,vf610"; 13 mdio-mux { 14 compatible = "mdio-mux-gpi [all...] |
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/ |
H A D | qca8k.txt | 5 - compatible: should be one of: 10 - #size-cells: must be 0 11 - #address-cells: must be 1 15 - reset-gpios: GPIO to be used to reset the whole device 21 mdio-bus each subnode describing a port needs to have a valid phandle 24 To declare the internal mdio-bus configuration, declare a mdio node in the 26 PHY is connected to. In this config a internal mdio-bus is registered and 29 Don't use mixed external and internal mdio-bus configurations, as this is 36 - fixed-link : Fixed-link subnode describing a link to a non-MDIO 38 Documentation/devicetree/bindings/net/fixed-link.txt [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/arm/ |
H A D | mps2.dtsi | 6 * This file is dual-licensed: you can use it either under the terms 45 #include "../armv7-m.dtsi" 48 #address-cells = <1>; 49 #size-cells = <1>; 51 oscclk0: clock-50000000 { 52 compatible = "fixed-clock"; 53 #clock-cells = <0>; 54 clock-frequency = <50000000>; 57 oscclk1: clock-24576000 { 58 compatible = "fixed-clock"; [all …]
|
/freebsd/sys/contrib/device-tree/src/nios2/ |
H A D | 10m50_devboard.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 6 /dts-v1/; 10 compatible = "altr,niosii-max10"; 11 #address-cells = <1>; 12 #size-cells = <1>; 15 #address-cells = <1>; 16 #size-cells = <0>; 20 compatible = "altr,nios2-1.1"; 22 interrupt-controller; 23 #interrupt-cells = <1>; [all …]
|