| /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 //===----------------------------------------------------------------------===// 12 /// requirements of the struct while still satisfying the layout 13 /// requirements of the individual fields. The resulting layout may be 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 29 /// besides space usage, such as locality. This layout may have a mixed 33 //===----------------------------------------------------------------------===// [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-layout.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: NVMEM layout for fixed NVMEM cells 10 Many NVMEM devices have hardcoded cells layout (offset and size of defined 13 This binding allows defining such NVMEM layout with its cells. It can be used 17 - Rafał Miłecki <rafal@milecki.pl> 21 const: fixed-layout 23 "#address-cells": [all …]
|
| H A D | nvmem-layout.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/nvmem/layouts/nvmem-layout.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 11 - Michael Walle <michael@walle.cc> 12 - Miquel Raynal <miquel.raynal@bootlin.com> 18 perform their parsing. The nvmem-layout container is here to describe these. 21 - $ref: fixed-layout.yaml 22 - $ref: kontron,sl28-vpd.yaml [all …]
|
| H A D | u-boot,env.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/nvmem/layouts/u-boot,env.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: U-Boot environment variables layout 10 U-Boot uses environment variables to store device parameters and 14 Data is stored using U-Boot specific formats (variant specific header and NUL 15 separated key-value pairs). 27 - Rafał Miłecki <rafal@milecki.pl> 32 - description: A standalone env data block [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 //===----------------------------------------------------------------------===// 27 "didn't assign a fixed offset to field"); in checkValidLayout() 29 "didn't assign a correctly-aligned offset to field"); in checkValidLayout() 53 "fixed-offset fields are not a strict prefix of array"); in performOptimizedStructLayout() 55 "fixed-offset fields overlap or are not in order"); in performOptimizedStructLayout() 58 "overflow in fixed-offset end offset"); in performOptimizedStructLayout() 69 // Find the first flexible-offset field, tracking MaxAlign. in performOptimizedStructLayout() [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
| H A D | am335x-bone-common.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ 9 cpu0-supply = <&dcdc2_reg>; 19 stdout-path = &uart0; 23 pinctrl-names = "default"; 24 pinctrl-0 = <&user_leds_s0>; 26 compatible = "gpio-leds"; 31 linux,default-trigger = "heartbeat"; 32 default-state = "off"; 38 linux,default-trigger = "mmc0"; [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StackFrameLayoutAnalysisPass.cpp | 1 //===-- StackFrameLayoutAnalysisPass.cpp 2 //------------------------------------===// 6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 //===----------------------------------------------------------------------===// 11 // layout of the stack frame, using the remarks interface. On the CLI it prints 17 //===----------------------------------------------------------------------===// 41 #define DEBUG_TYPE "stack-frame-layout" 45 /// StackFrameLayoutAnalysisPass - This is a pass to dump the stack frame of a 54 Fixed, // a Fixed slot (e.g. arguments passed on the stack) enumerator 78 SlotTy = SlotType::Fixed; in SlotData() [all …]
|
| H A D | StackProtector.cpp | 1 //===- StackProtector.cpp - Stack Protector Insertion -------- 288 requiresStackProtector(Function * F,SSPLayoutMap * Layout) requiresStackProtector() argument [all...] |
| /freebsd/sys/contrib/device-tree/Bindings/nvmem/ |
| H A D | nvmem.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sriniva [all...] |
| H A D | xlnx,zynqmp-nvmem.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/nvmem/xlnx,zynqmp-nvmem.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 14 - Kalyani Akula <kalyani.akula@amd.com> 15 - Praveen Teja Kundanala <praveen.teja.kundanala@amd.com> 18 - $ref: nvmem.yaml# 22 const: xlnx,zynqmp-nvmem-fw 25 - compatible 30 - | [all …]
|
| H A D | apple,spmi-nvmem.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/nvmem/apple,spmi-nvmem.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 12 - Sasha Finkelstein <fnkl.kernel@gmail.com> 15 - $ref: nvmem.yaml# 20 - enum: 21 - apple,maverick-pmic 22 - apple,sera-pmic 23 - apple,stowe-pmic [all …]
|
| /freebsd/contrib/elftoolchain/libelf/ |
| H A D | elf_update.3 | 1 .\" Copyright (c) 2006-2011 Joseph Koshy. All rights reserved. 24 .\" $Id: elf_update.3 3734 2019-04-22 14:10:49Z jkoshy $ 52 .Bl -tag -width "Dv ELF_C_WRITE" 76 .Ss Specifying Object Layout 79 supports two layout modes. 80 .Bl -tag -width indent 81 .It "Library Layout" 86 .Bl -tag -compact -width "Section Data" 98 .It "Application Controlled Layout" 99 The application can take full control of the layout of the ELF object [all …]
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | sa_impl.h | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 51 * +-------+-------+-------+-------+-------+-------+-------+-------+ 53 * +-------+-------+-------+-------+-------+-------+-------+-------+ 55 * Zap attribute format for layout information. 57 * layout information is stored as an array of attribute numbers 58 * The name of the attribute is the layout number (0, 1, 2, ...) 61 * +---- ---+ 63 * +--------+ 65 * +--- ----+ [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeConvenience.h | 1 //===- llvm/Bitcode/BitcodeConvenience.h - Convenience Wrappers -*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 28 //===----------------------------------------------------------------------===// 61 /// Note that because this uses a compile-time template, you cannot have a 62 /// literal operand that is fixed at run-time without dropping down to the 75 /// Represents a fixed-width value in a bitcode record. 80 static_assert(Width <= 64, "fixed-width field is too large"); 83 abbrev.Add(llvm::BitCodeAbbrevOp(llvm::BitCodeAbbrevOp::Fixed, Width)); in emitOp() 98 /// Represents a variable-width value in a bitcode record. [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/ |
| H A D | linux,ubi.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 12 physical flash device and spreads the I/O load (i.e wear-leveling) 16 - Daniel Golle <daniel@makrotopia.org> 19 - $ref: partition.yaml# 30 "^ubi-volume-.*$": 31 $ref: /schemas/mtd/partitions/ubi-volume.yaml# 36 - compatible 41 - | [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | CBufferDataLayout.cpp | 1 //===- Target/DirectX/CBufferDataLayout.cpp - Cbuffer layout helper ------- 74 LegacyStructLayout &Layout = getStructLayout(ST); getTypeAllocSize() local 99 LegacyStructLayout Layout; getStructLayout() local [all...] |
| /freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
| H A D | bcm53015-meraki-mr26.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 9 /dts-v1/; 12 #include "bcm5301x-nand-cs0-bch8.dtsi" 13 #include <dt-bindings/leds/common.h> 25 compatible = "gpio-leds"; 27 led-0 { 31 panic-indicator; 33 led-1 { 41 compatible = "gpio-keys"; 43 key-restart { [all …]
|
| H A D | bcm53016-meraki-mr32.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 6 * Copyright (C) 2018-2020 Christian Lamparter <chunkeey@gmail.com> 9 /dts-v1/; 12 #include "bcm5301x-nand-cs0-bch8.dtsi" 13 #include <dt-bindings/leds/common.h> 33 compatible = "gpio-leds"; 39 panic-indicator; 49 compatible = "gpio-keys"; 51 button-restart { 58 pwm-leds { [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/ |
| H A D | MappedBlockStream.h | 1 //==- MappedBlockStream.h - Discontiguous stream data in an MSF --*- C++ -*-==// 5 // SPDX-License-Identifier: Apache-2. [all...] |
| /freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
| H A D | r8a779f4.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 3 * Device Tree Source for the R-Car S4-8 (R8A779F4) SoC 15 nvmem-layout { 16 compatible = "fixed-layout"; 17 #address-cells = <1>; 18 #size-cells = <1>; 27 nvmem-cells = <&ufs_tune>; 28 nvmem-cell-names = "calibration";
|
| /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
| H A D | imx6qdl-mba6a.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright 2013-2021 TQ-Systems GmbH 6 * Author: Markus Niebel <Markus.Niebel@tq-group.com> 10 pinctrl-names = "default"; 11 pinctrl-0 = <&pinctrl_enet>, <&pinctrl_enet_fix>; 15 lm75: temperature-sensor@49 { 18 vs-supply = <®_mba6_3p3v>; 25 vcc-supply = <®_mba6_3p3v>; 27 nvmem-layout { 28 compatible = "fixed-layout"; [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
| H A D | mt7986a-acelink-ew-7886cax.dts | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 3 /dts-v1/; 4 #include <dt-bindings/input/input.h> 5 #include <dt-bindings/gpio/gpio.h> 6 #include <dt-bindings/leds/common.h> 11 compatible = "acelink,ew-7886cax", "mediatek,mt7986a"; 12 model = "Acelink EW-7886CAX"; 19 stdout-path = "serial0:115200n8"; 28 compatible = "gpio-keys"; 30 key-restart { [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcmbca/ |
| H A D | bcm4906-netgear-r8000p.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 3 #include <dt-bindings/gpio/gpio.h> 4 #include <dt-bindings/input/input.h> 5 #include <dt-bindings/leds/common.h> 19 compatible = "gpio-leds"; 21 led-power-white { 27 led-power-amber { 33 led-wps { 39 led-2ghz { 45 led-5ghz-1 { [all …]
|
| /freebsd/sbin/bsdlabel/ |
| H A D | bsdlabel.8 | 76 .Pa freebsd-bsdlabel 123 to use a layout suitable for a different architecture. 130 will use a layout suitable for the current machine. 144 It will display the partition layout. 160 layout is used. 202 .Bl -tag -width ".Pa /etc/disktab" -compact 217 .Bd -literal -offset 4n 229 .Bd -literal -offset 4n 246 track-to-track seek: 0 # milliseconds 262 .Bl -tag -width indent [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/qcom/ |
| H A D | qcom-ipq4018-ap120c-ac.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 3 #include "qcom-ipq4019.dtsi" 4 #include <dt-bindings/gpio/gpio.h> 5 #include <dt-bindings/input/input.h> 8 model = "ALFA Network AP120C-AC"; 9 compatible = "alfa-network,ap120c-ac", "qcom,ipq4018"; 16 stdout-path = "serial0:115200n8"; 20 compatible = "gpio-keys"; 22 key-reset { 31 i2c0_pins: i2c0-state { [all …]
|