/freebsd-src/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | nvidia,tegra186-mc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/nvidia,tegra186-mc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jon Hunter <jonathanh@nvidia.com> 11 - Thierry Reding <thierry.reding@gmail.com> 15 into four 32 bit channels to support LPDDR4 with x16 subpartitions. The MC 16 handles memory requests for 40-bit virtual addresses from internal clients 27 pattern: "^memory-controller@[0-9a-f]+$" 31 - enum: [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldMachO.h | 1 //===-- RuntimeDyldMachO.h - Run-time dynamic linker for MC-JIT ---*- C++ -*-=// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // MachO support for MC-JIT runtime dynamic linker. 11 //===----------------------------------------------------------------------===// 39 EHFrameRelatedSections(SID EH, SID T, SID Ex) in EHFrameRelatedSections() 41 SID EHFrameSID; 42 SID TextSID; 43 SID ExceptTabSID; 59 /// Given a relocation_iterator for a non-scattered relocation, construct a [all …]
|
H A D | RuntimeDyldELF.h | 1 //===-- RuntimeDyldELF.h - Run-time dynamic linker for MC-JIT ---*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // ELF support for MC-JIT runtime dynamic linker. 11 //===----------------------------------------------------------------------===// 30 uint64_t SymOffset = 0, SID SectionID = 0); 67 return 8; // 32-bit instruction and 32-bit address in getMaxStubSize() 75 return 6; // 2-byte jmp instruction + 32-bit relative address in getMaxStubSize() 143 DenseMap<SID, SID> SectionToGOTMap; 156 SmallVector<SID, 2> UnregisteredEHFrameSections; [all …]
|
H A D | RuntimeDyldImpl.h | 1 //===-- RuntimeDyldImpl.h - Run-time dynamic linker for MC-JIT --*- C++ -* 256 typedef unsigned SID; // Type for SectionIDs global() typedef [all...] |
H A D | RuntimeDyld.cpp | 1 //===-- RuntimeDyld.cpp - Run-time dynamic linker for MC-JIT ----* [all...] |
H A D | RuntimeDyldELF.cpp | 1 //===-- RuntimeDyldELF.cpp - Run-time dynamic linker for MC-JIT -*- C++ -*- [all...] |
/freebsd-src/sys/ofed/drivers/infiniband/core/ |
H A D | ib_cma.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 5 * Copyright (c) 2002-2005, Network Appliance, Inc. All rights reserved. 6 * Copyright (c) 1999-2005, Mellanox Technologies, Inc. All rights reserved. 7 * Copyright (c) 2005-2006 Intel Corporation. All rights reserved. 19 * - Redistributions of source code must retain the above 23 * - Redistributions in binary form must reproduce the above 119 if (rdma_ib_or_roce(id->device, id->port_num)) in rdma_reject_msg() 122 if (rdma_protocol_iwarp(id->device, id->port_num)) in rdma_reject_msg() 175 return &pernet->tcp_ps; in cma_pernet_idr() [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldCOFFX86_64.h | 1 //===-- RuntimeDyldCOFFX86_64.h --- COFF/X86_64 specific code ---*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // COFF x86_x64 support for MC-JIT runtime dynamic linker. 11 //===----------------------------------------------------------------------===// 30 SmallVector<SID, 2> UnregisteredEHFrameSections; 31 SmallVector<SID, 2> RegisteredEHFrameSections; 64 // 2-byte jmp instruction + 32-bit relative address + 64-bit absolute jump 102 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); in resolveRelocation() 103 Value -= FinalAddress + Delta; in resolveRelocation() [all …]
|
H A D | RuntimeDyldCOFFAArch64.h | 1 //===-- RuntimeDyldCOFFAArch64.h --- COFF/AArch64 specific code ---*- C++ 2 //-*-===// 6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 //===----------------------------------------------------------------------===// 10 // COFF AArch64 support for MC-JIT runtime dynamic linker. 12 //===----------------------------------------------------------------------===// 51 if ((imm & ((1 << size) - 1)) != 0) in write32AArch64Ldr() 57 uint64_t Imm = (s >> shift) - (p >> shift); in write32AArch64Addr() 70 SmallVector<SID, 2> UnregisteredEHFrameSections; 71 SmallVector<SID, 2> RegisteredEHFrameSections; [all …]
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountChecker.cpp | 1 //==-- RetainCountChecker.cpp - Checks for leaks and other issues -*- C++ -*--// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 30 return State->get<RefBindings>(Sym); in getRefBinding() 40 return State->set<RefBindings>(Sym, Val); in setRefBinding() 44 return State->remove<RefBindings>(Sym); in removeRefBinding() 86 Out << "-dealloc (not-owned)"; in print() 98 Out << "Use-After-Release [ERROR]"; in print() 102 Out << "Release of Not-Owned [ERROR]"; in print() [all …]
|
/freebsd-src/sys/contrib/device-tree/src/arm64/nvidia/ |
H A D | tegra186.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/clock/tegra186-clock.h> 3 #include <dt-bindings/gpio/tegra186-gpio.h> 4 #include <dt-bindings/interrupt-controller/arm-gic.h> 5 #include <dt-bindings/mailbox/tegra186-hsp.h> 6 #include <dt-bindings/memory/tegra186-mc.h> 7 #include <dt-bindings/pinctrl/pinctrl-tegra-io-pad.h> 8 #include <dt-bindings/power/tegra186-powergate.h> 9 #include <dt-bindings/reset/tegra186-reset.h> 10 #include <dt-bindings/thermal/tegra186-bpmp-thermal.h> [all …]
|
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-gic.h> 5 #include <dt-bindings/mailbox/tegra186-hsp.h> 6 #include <dt-bindings/pinctrl/pinctrl-tegra-io-pad.h> 7 #include <dt-bindings/pinctrl/pinctrl-tegra.h> 8 #include <dt-bindings/power/tegra194-powergate.h> 9 #include <dt-bindings/reset/tegra194-reset.h> 10 #include <dt-bindings/thermal/tegra194-bpmp-thermal.h> [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-gi 617 mc: memory-controller@2c00000 { global() label [all...] |
/freebsd-src/sys/contrib/device-tree/src/arm64/allwinner/ |
H A D | sun50i-h616.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 #include <dt-bindings/interrupt-controller/arm-gic.h> 7 #include <dt-bindings/clock/sun50i-h616-ccu.h> 8 #include <dt-binding 136 sid: efuse@3006000 { global() label [all...] |
H A D | sun50i-h6.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 4 #include <dt-bindings/interrupt-controller/arm-gic.h> 5 #include <dt-bindings/clock/sun50i-h6-ccu.h> 6 #include <dt-binding 271 sid: efuse@3006000 { global() label [all...] |
H A D | sun50i-a64.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 #include <dt-bindings/clock/sun50i-a64-ccu.h> 7 #include <dt-bindings/clock/sun6i-rtc.h> 8 #include <dt-bindings/clock/sun8i-de 546 sid: eeprom@1c14000 { global() label [all...] |
/freebsd-src/sys/contrib/device-tree/src/arm/allwinner/ |
H A D | sun5i.dtsi | 2 * Copyright 2012-2015 Maxime Ripard 4 * Maxime Ripard <maxime.ripard@free-electrons.com> 6 * This file is dual-licensed: you can use it either under the terms 45 #include <dt-bindings/clock/sun5i-ccu.h> 46 #include <dt-bindings/dma/sun4i-a10.h> 47 #include <dt-bindings/reset/sun5i-ccu.h> 50 interrupt-parent = <&intc>; 51 #address-cells = <1>; 52 #size-cells = <1>; 55 #address-cells = <1>; [all …]
|
H A D | sun8i-a83t.dtsi | 6 * This file is dual-licensed: you can use it either under the terms 45 #include <dt-bindings/interrupt-controller/arm-gic.h> 47 #include <dt-bindings/clock/sun8i-a83t-ccu.h> 48 #include <dt-bindings/clock/sun8i-de2.h> 49 #include <dt-binding 593 sid: eeprom@1c14000 { global() label [all...] |
H A D | sun4i-a10.dtsi | 5 * This file is dual-licensed: you can use it either under the terms 44 #include <dt-bindings/thermal/thermal.h> 45 #include <dt-bindings/dma/sun4i-a10.h> 46 #include <dt-bindings/clock/sun4i-a10-ccu.h> 47 #include <dt-bindings/reset/sun4i-a10-ccu.h> 50 #address-cells = <1>; 51 #size-cells = <1>; 52 interrupt-parent = <&intc>; 59 #address-cells = <1>; 60 #size-cells = <1>; [all …]
|
H A D | sunxi-h3-h5.dtsi | 4 * This file is dual-licensed: you can use it either under the terms 43 #include <dt-bindings/clock/sun6i-rtc.h> 44 #include <dt-bindings/clock/sun8i-de2.h> 45 #include <dt-bindings/clock/sun8i-h3-ccu.h> 46 #include <dt-bindings/clock/sun8i- 232 sid: eeprom@1c14000 { global() label [all...] |
H A D | sun7i-a20.dtsi | 4 * Maxime Ripard <maxime.ripard@free-electrons.com> 6 * This file is dual-licensed: you can use it either under the terms 45 #include <dt-bindings/interrupt-controller/arm-gic.h> 46 #include <dt-bindings/thermal/thermal.h> 47 #include <dt-bindings/dma/sun4i-a10.h> 48 #include <dt-bindings/clock/sun7i-a2 1292 sid: eeprom@1c23800 { global() label [all...] |
/freebsd-src/sys/contrib/device-tree/src/riscv/allwinner/ |
H A D | sunxi-d1s-t113.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 // Copyright (C) 2021-2022 Samuel Holland <samuel@sholland.org> 4 #include <dt-bindings/clock/sun6i-rtc.h> 5 #include <dt-bindings/clock/sun8i-de2.h> 6 #include <dt-bindings/clock/sun8i-tco 413 sid: efuse@3006000 { global() label [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 1 //===- MIParser.cpp - Machine instructions parser implementation -------- 648 parseSectionID(std::optional<MBBSectionID> & SID) parseSectionID() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 1 //===- llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp ----------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 33 #include "llvm/Config/llvm-config.h" 52 #include "llvm/MC/MCAsmInfo.h" 53 #include "llvm/MC/MCContext.h" 54 #include "llvm/MC/MCSectionCOFF.h" 55 #include "llvm/MC/MCStreamer.h" 56 #include "llvm/MC/MCSymbol.h" [all …]
|
/freebsd-src/contrib/ofed/opensm/include/iba/ |
H A D | ib_types.h | 2 * Copyright (c) 2004-2009 Voltaire, Inc. All rights reserved. 3 * Copyright (c) 2002-2011 Mellanox Technologies LTD. All rights reserved. 4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved. 18 * - Redistributions of source code must retain the above 22 * - Redistributions in binary form must reproduce the above 83 * Size of a non-RMPP MAD datagram. 109 #define MAD_RMPP_DATA_SIZE (MAD_BLOCK_SIZE - MAD_RMPP_HDR_SIZE) 149 * Well-known Q_Key for QP1 privileged mode access (15.4.2). 705 * Total number of methods available to a class, not including the R-bit. 1931 * Defines the network ordered type for 16-bit values. [all …]
|