Home
last modified time | relevance | path

Searched +full:sb +full:- +full:rmi (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Damd,sbrmi.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 Sideband Remote Management Interface (SB-RMI) compliant
12 - Akshay Gupta <Akshay.Gupta@amd.com>
15 SB Remote Management Interface (SB-RMI) is an SMBus compatible
17 Mailbox Service Request and resembles a typical 8-pin remote power
24 - amd,sbrmi
30 of the SoC register reference. The SB-RMI address is normally 78h for
34 https://www.amd.com/en/support/tech-docs?keyword=55898
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMipsABIFlags.h1 //===--- MipsABIFlags.h - MIPS ABI flags ----------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 // https://dmz-portal.mips.com/wiki/MIPS_O32_ABI_-_FR0_and_FR1_Interlinking
14 //===----------------------------------------------------------------------===//
25 AFL_REG_32 = 0x01, // 32-bit registers
26 AFL_REG_64 = 0x02, // 64-bit registers
27 AFL_REG_128 = 0x03 // 128-bit registers
37 AFL_ASE_MIPS3D = 0x00000020, // MIPS-3D ASE
52 AFL_EXT_XLR = 1, // RMI Xlr instruction
[all …]
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 1994-1995 Søren Schmidt
169 error = fget(td, args->fd, &cap_ioctl_rights, &fp); in linux_ioctl_hdio()
172 switch (args->cmd & 0xffff) { in linux_ioctl_hdio()
176 (caddr_t)&mediasize, td->td_ucred, td); in linux_ioctl_hdio()
179 (caddr_t)&sectorsize, td->td_ucred, td); in linux_ioctl_hdio()
182 (caddr_t)&fwheads, td->td_ucred, td); in linux_ioctl_hdio()
185 (caddr_t)&fwsectors, td->td_ucred, td); in linux_ioctl_hdio()
189 * for slices or partitions, only the per-disk raw devices. in linux_ioctl_hdio()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp1 //===- HexagonGenInsert.cpp -----------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
51 VRegIndexCutoff("insert-vreg-cutoff", cl::init(~0U), cl::Hidden,
53 // The distance cutoff is selected based on the precheckin-perf results:
56 VRegDistCutoff("insert-dist-cutoff", cl::init(30U), cl::Hidden,
62 MaxORLSize("insert-max-orl", cl::init(4096), cl::Hidden,
64 static cl::opt<unsigned> MaxIFMSize("insert-max-ifmap", cl::init(1024),
68 static cl::opt<bool> OptTiming("insert-timing", cl::Hidden,
71 OptTimingDetail("insert-timing-detail", cl::Hidden,
[all …]
/freebsd/usr.sbin/services_mkdb/
H A Dservices10 # https://www.iana.org/assignments/service-names-port-numbers/
16 # Note that it is presently the policy of IANA to assign a single well-known
47 ftp-data 20/tcp #File Transfer [Default Data]
48 ftp-data 20/udp #File Transfer [Default Data]
49 ftp-data 20/sctp #File Transfer [Default Data]
62 nsw-fe 27/tcp #NSW User System FE
63 nsw-fe 27/udp #NSW User System FE
64 msg-icp 29/tcp #MSG ICP
65 msg-icp 29/udp #MSG ICP
66 msg-auth 31/tcp #MSG Authentication
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Features.td1 //=- AArch64Features.td - Describe AArch64 SubtargetFeatures -*- tablegen -*-=//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 //===----------------------------------------------------------------------===//
17 string TargetFeatureName, // String used for -target-feature, unless overridden.
28 // The user visible name used by -march/-mcpu modifiers and target attribute
37 // An Extension that can be toggled via a '-march'/'-mcpu' modifier or a target
40 …string TargetFeatureName, // String used for -target-feature and -march, unless overrid…
47 // used for -target-feature. However, there are exceptions. Therefore we
62 //===----------------------------------------------------------------------===//
[all …]
H A DAArch64InstrInfo.td1 //=- AArch64InstrInfo.td - Describe the AArch64 Instructions -*- tablegen -*-=//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
14 //===----------------------------------------------------------------------===//
21 def HasV8_0a : Predicate<"Subtarget->hasV8_0aOps()">,
23 def HasV8_1a : Predicate<"Subtarget->hasV8_1aOps()">,
25 def HasV8_2a : Predicate<"Subtarget->hasV8_2aOps()">,
27 def HasV8_3a : Predicate<"Subtarget->hasV8_3aOps()">,
29 def HasV8_4a : Predicate<"Subtarget->hasV8_4aOps()">,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SchedSapphireRapids.td1 //=- X86SchedSapphireRapids.td - X86 SapphireRapids Scheduling *- tablegen -*=//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
24 // Based on the LSD (loop-stream detector) queue size (ST).
34 // SapphireRapids can issue micro-ops to 12 different ports in one cycle.
51 // Many micro-ops are capable of issuing on multiple ports.
94 // Instructions with folded loads are usually micro-fused, so they only appear
95 // as two micro-ops when queued in the reservation station.
118 //===----------------------------------------------------------------------===//
[all …]
/freebsd/sys/cam/scsi/
H A Dscsi_cd.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
30 /*-
134 * According to the MMC-6 spec, 6.25.3.2.11, the lead-out is reported by
215 { T_CDROM, SIP_MEDIA_REMOVABLE, "CHINON", "CD-ROM CDS-535","*"},
360 periph = (struct cam_periph *)dp->d_drv1; in cddiskgonecb()
370 softc = (struct cd_softc *)periph->softc; in cdoninvalidate()
373 * De-register any async callbacks. in cdoninvalidate()
375 xpt_register_async(0, cdasync, periph, periph->path); in cdoninvalidate()
382 bioq_flush(&softc->bio_queue, NULL, ENXIO); in cdoninvalidate()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1 //===- llvm/BinaryFormat/ELF.h - ELF constants and structures ---*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This header contains common, non-processor-specific data structures and
14 // Version 1.2, May 1995. The ELF64 stuff is based on ELF-64 Object File Format
17 //===----------------------------------------------------------------------===//
70 Elf32_Word e_flags; // Processor-specific flags
86 // 64-bit ELF header. Fields are the same as for ELF32, but with different
121 ET_LOOS = 0xfe00, // Beginning of operating system-specific codes
122 ET_HIOS = 0xfeff, // Operating system-specific
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1 //===- ELFDumper.cpp - ELF-specific dumper --------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 /// This file implements the ELF-specific dumper for llvm-readobj.
12 //===----------------------------------------------------------------------===//
18 #include "llvm-readobj.h"
136 Addr - (const uint8_t *)Obj->getMemoryBufferRef().getBufferStart(); in getAsArrayRef()
137 const uint64_t ObjSize = Obj->getMemoryBufferRef().getBufferSize(); in getAsArrayRef()
139 if (Size > ObjSize - Offset) { in getAsArrayRef()
140 Dumper->reportUniqueWarning( in getAsArrayRef()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1 //==- AArch64AsmParser.cpp - Parse AArch64 assembly to MCInst instructions -==//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
238 /// @name Auto-generated Match Functions
309 // Alias .hword/.word/.[dx]word to the target-independent in AArch64AsmParser()
341 /// AArch64Operand - Instances of this class represent a parsed AArch64 machine
591 /// getStartLoc - Get the location of the first token of this operand.
593 /// getEndLoc - Get the location of the last token of this operand.
789 int64_t Val = MCE->getValue(); in isUImm6()
821 Val = MCE->getValue(); in isImmScaled()
[all …]