| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | P9InstrResources.td | 1 //===- P9InstrResources.td - P9 Instruction Resource Defs -*- tablegen -*-==// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 16 // - Each CPU is made up of two superslices. 17 // - Each superslice is made up of two slices. Therefore, there are 4 slices 19 // - Up to 6 instructions can be dispatched to each CPU. Three per superslice. 20 // - Each CPU has: 21 // - One CY (Crypto) unit P9_CY_* 22 // - One DFU (Decimal Floating Point and Quad Precision) unit P9_DFU_* 23 // - Two PM (Permute) units. One on each superslice. P9_PM_* [all …]
|
| H A D | PPCScheduleP9.td | 1 //===-- PPCScheduleP9.td - PPC P9 Scheduling Definitions ---*- tablegen -*-===// 5 // SPDX-Licens [all...] |
| /freebsd/usr.sbin/boot0cfg/ |
| H A D | boot0cfg.8 | 38 .Op Fl i Ar volume-id 41 .Op Fl s Ar slice 49 slice an i386 machine (PC) is booted. 56 .No non- Ns Bx 58 Typically, only non-removable disks are sliced. 74 .Bl -tag -width indent 80 affecting the embedded slice table. 105 .It Fl i Ar volume-id 106 Specifies a volume-id (in the form XXXX-XXXX) to be saved at location 109 of the 512-byte boot block. [all …]
|
| /freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
| H A D | argon2-core.h | 35 /* Number of pseudo-random values generated by one call to Blake in Argon2i 40 /* Pre-hashing digest length and its extension*/ 49 * Structure for the (1KB) memory block implemented as 128 64-bit words. 69 memset(b->v, in, sizeof(b->v)); in init_block_value() 76 memcpy(dst->v, src->v, sizeof(uint64_t) * ARGON2_QWORDS_IN_BLOCK); in copy_block() 85 dst->v[i] ^= src->v[i]; in xor_block() 116 uint8_t slice; member 131 * distribution and using a pseudo-random value as input 134 * @param pseudo_rand 32-bit pseudo-random value used to determine the position 149 * This lane : (SYNC_POINTS - 1) last segments plus already constructed in index_alpha() [all …]
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_irig.c | 2 * refclock_irig - audio IRIG-B/E demodulator/decoder 26 * Audio IRIG-B/E demodulator/decoder 29 * IRIG-B/E signals commonly produced by GPS receivers and other timing 30 * devices. The IRIG signal is an amplitude-modulated carrier with 31 * pulse-width modulated data bits. For IRIG-B, the carrier frequency is 32 * 1000 Hz and bit rate 100 b/s; for IRIG-E, the carrier frequenchy is 37 * kHz and mu-law companding. This is the same standard as used by the 43 * The program processes 8000-H 240 double slice; /* envelope slice level */ global() member [all...] |
| /freebsd/stand/i386/boot2/ |
| H A D | boot1.S | 71 .word 18 # sectors per track (T) 84 * %cx:%ax - long - LBA to read in 85 * %es:(%bx) - caddr_t - buffer to read data into 86 * %dl - byte - drive to read from 87 * %dh - byte - num sectors to read 138 * FreeBSD slice. We use the fake partition entry below that points to 140 * FreeBSD slice. The second pass looks for the first non-active FreeBSD 141 * slice if the first one fails. 173 * Ok, we have a slice and drive in %dx now, so use that to locate and load 174 * boot2. %si references the start of the slice we are looking for, so go [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/remoteproc/ |
| H A D | ti,pru-consumer.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/remoteproc/ti,pru-consume [all...] |
| /freebsd/lib/libpmc/pmu-events/arch/powerpc/power9/ |
| H A D | other.json | 25 "BriefDescription": "Cycles in which the SRQ has at least one (out of four) empty slice" 65 "BriefDescription": "Read-write data cache collisions" 90 "BriefDescription": "D-cache invalidates sent over the reload bus to the core" 125 "BriefDescription": "TEND latency per thread" 200 "BriefDescription": "Read-write data cache collisions" 280 …-word boundary, which causes it to require an additional slice than than what normally would be re… 300 "BriefDescription": "I-cache Invalidates sent over the realod bus to the core" 395 …-word boundary, which causes it to require an additional slice than than what normally would be re… 430 "BriefDescription": "TM Load (fav or non-fav) ran into conflict (failed)" 450 …"BriefDescription": "A TM-ineligible instruction tries to execute inside a transaction and the LSU… [all …]
|
| /freebsd/lib/libsys/ |
| H A D | getrusage.2 | 41 .Fd "#define RUSAGE_CHILDREN -1" 62 .Bd -literal 84 .Bl -tag -width ru_minfltaa 99 in units of kilobytes * ticks-of-execution. 103 ticks per second. 107 kilobytes * ticks-of-execution). 111 kilobytes * ticks-of-execution). 137 voluntarily giving up the processor before its time slice was 142 exceeded its time slice. 153 .Rv -std getrusage [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
| H A D | DylibVerifier.cpp | 1 //===- DylibVerifier.cpp ----------------------------------------*- C++--*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 41 // Track whether DSYM parsing has already been attempted to avoid re-parsing. 79 if (R->isWeakDefined()) in getAnnotatedName() 80 Annotation += "(weak-def) "; in getAnnotatedName() 81 if (R->isWeakReferenced()) in getAnnotatedName() 82 Annotation += "(weak-ref) "; in getAnnotatedName() 83 if (R->isThreadLocalValue()) in getAnnotatedName() 144 return FD->getStorageClass() == StorageClass::SC_PrivateExtern; in shouldIgnorePrivateExternAttr() [all …]
|
| /freebsd/sys/dev/qat_c2xxx/ |
| H A D | qat_hw15reg.h | 1 /* SPDX-License-Identifier: BSD-2-Clause AND BSD-3-Clause */ 31 * Copyright(c) 2007-2013 Intel Corporation. All rights reserved. 72 /* -------------------------------------------------------------------------- */ 91 /* QAT-AE Service Request Type IDs - 01 to 20 */ 92 ARCH_IF_REQ_QAT_FW_INIT, /* QAT-FW Initialization Request */ 93 ARCH_IF_REQ_QAT_FW_ADMIN, /* QAT-FW Administration Request */ 94 ARCH_IF_REQ_QAT_FW_PKE, /* QAT-FW PKE Request */ 95 ARCH_IF_REQ_QAT_FW_LA, /* QAT-FW Lookaside Request */ 96 ARCH_IF_REQ_QAT_FW_IPSEC, /* QAT-FW IPSec Request */ 97 ARCH_IF_REQ_QAT_FW_SSL, /* QAT-FW SSL Request */ [all …]
|
| H A D | qatreg.h | 1 /* SPDX-License-Identifier: BSD-2-Clause AND BSD-3-Clause */ 31 * Copyright(c) 2007-2019 Intel Corporation. All rights reserved. 66 ((uintmax_t)1 << (uintmax_t)((__n) & (NBBY * sizeof(uintmax_t) - 1)))) 68 ((__BIT(MAX((__m), (__n)) + 1) - 1) ^ (__BIT(MIN((__m), (__n))) - 1)) 70 #define __LOWEST_SET_BIT(__mask) ((((__mask) - 1) & (__mask)) ^ (__mask)) 97 #define UWORD_CPYBUF_SIZE 1024 /* micro-store copy buffer (bytes) */ 98 #define INVLD_UWORD 0xffffffffffull /* invalid micro-instruction */ 100 #define UWORD_MASK 0xbffffffffffull /* micro-word mask without parity */ 105 #define NO_PCI_REG (-1) 123 /* -------------------------------------------------------------------------- */ [all …]
|
| /freebsd/sys/dev/mxge/ |
| H A D | if_mxge.c | 2 SPDX-License-Identifier: BSD-2-Clause 4 Copyright (c) 2006-2013, Myricom Inc. 161 device_set_desc(dev, "Myri10G-PCIE-8A"); in mxge_probe() 164 device_set_desc(dev, "Myri10G-PCIE-8B"); in mxge_probe() 167 device_set_desc(dev, "Myri10G-PCIE-8??"); in mxge_probe() 184 sc->wc = 1; in mxge_enable_wc() 185 len = rman_get_size(sc->mem_res); in mxge_enable_wc() 186 err = pmap_change_attr((vm_offset_t) sc->sram, in mxge_enable_wc() 189 device_printf(sc->dev, "pmap_change_attr failed, %d\n", in mxge_enable_wc() 191 sc->wc = 0; in mxge_enable_wc() [all …]
|
| H A D | mxge_mcp.h | 2 SPDX-License-Identifier: BSD-2-Clause 4 Copyright (c) 2006-2009, Myricom Inc. 62 /* 8-byte descriptor, exclusively used by NDIS drivers. */ 174 #define MXGEFW_ETH_SEND_OFFSET(n) (MXGEFW_ETH_SEND(n) - MXGEFW_ETH_SEND_4) 193 * data2 = slice number if multiple slices are used 206 /* data0 = slice number if multiple slices are used */ 258 command return data = repetitions (MSH), 0.5-ms ticks (LSH) 271 or is equal to FF-FF-FF-FF-FF-FF 282 * structure (in the lower 16 bits) and the slice number 300 * the NIC to be able to receive maximum-sized packets. [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
| H A D | InterfaceFile.h | 1 //===- llvm/TextAPI/InterfaceFile.h - TAPI Interface File -------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // could be an MachO executable, bundle, dylib, or text-based stub file. 12 //===----------------------------------------------------------------------===// 33 /// Defines a list of Objective-C constraints. 151 /// Determine if target triple slice exists in file. 207 /// Specify if the library uses two-level namespace (or flat namespace). 210 /// Check if the library uses two-level namespace. 233 /// Set the Objective-C constraint. [all …]
|
| /freebsd/stand/i386/libi386/ |
| H A D | biosdisk.c | 1 /*- 33 * - NetBSD libi386/biosdisk.c 34 * - FreeBSD biosboot/disk.c 197 if (dev->dv_type == DEVT_DISK) in bd_get_bdinfo_list() 199 if (dev->dv_type == DEVT_CD) in bd_get_bdinfo_list() 201 if (dev->dv_type == DEVT_FD) in bd_get_bdinfo_list() 214 bdi = bd_get_bdinfo_list(dev->d_dev); in bd_get_bdinfo() 220 if (unit == dev->d_unit) in bd_get_bdinfo() 241 if (bd->bd_unit == biosdev) { in bd_bios2unit() 243 bd->bd_unit); in bd_bios2unit() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/display/mediatek/ |
| H A D | mediatek,merge.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
| /freebsd/sbin/fsck/ |
| H A D | fsck.8 | 47 utility invokes file system-specific programs to check 89 and that have non-zero pass number are checked. 100 in pass number order running one process per disk drive in parallel for each 104 Next all pass 2 partitions are checked in parallel, one process per disk drive. 105 Next all pass 3 partitions are checked in parallel, one process per disk drive. 110 to be the partition and slice designators. 125 .Bl -tag -width indent 145 .Dq Li fsck -f 171 A non-zero exit code indicates that it wants to run in foreground 183 A non-zero exit code indicates that it wanted to run in foreground [all …]
|
| /freebsd/share/doc/papers/bufbio/ |
| H A D | bio.ms | 1 .\" ---------------------------------------------------------------------------- 2 .\" "THE BEER-WARE LICENSE" (Revision 42): 5 .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp 6 .\" ---------------------------------------------------------------------------- 13 - or - 17 Poul-Henning Kamp <phk@FreeBSD.org> 22 they they left the file-system layer were logical sub disk implementation 27 able to co-exist with other operating systems on the same disk. 37 This paper contains the road-map for a stackable "BIO" system in 44 of struct buf, it is a most enlightening case of not exactly bit-rot [all …]
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | vdev_draid.h | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 73 uint64_t vdc_ngroups; /* # groups per slice */ 81 uint64_t vdc_ndisks; /* = children - spares */
|
| /freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | dkio.h | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 47 /* unit # & NULL (ie - "xyc1") */ 71 #define DKC_CDROM 1 /* CD-ROM, SCSI or otherwise */ 83 #define DKC_MD 16 /* meta-disk (virtual-disk) driver */ 86 #define DKC_PCMCIA_MEM 21 /* PCMCIA memory disk-like type */ 105 #define DKI_PCMCIA_PFD 0x40 /* PCMCIA pseudo-floppy memory card */ 129 unsigned short dkg_nsect; /* # of data sectors per track */ 133 unsigned short dkg_apc; /* alternates per cyl (SCSI only) */ 134 unsigned short dkg_rpm; /* revolutions per minute */ [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/ti/ |
| H A D | k3-am642-tqma64xxl-mbax4xxl.dts | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 3 * Copyright (C) 2021 Texas Instruments Incorporated - https://www.ti.com/ 4 * Copyright (c) 2022-2024 TQ-Systems GmbH <linux@ew.tq-group.com>, D-82229 Seefeld, Germany. 7 /dts-v1/; 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/input/input.h> 11 #include <dt-bindings/leds/common.h> 12 #include <dt-bindings/net/ti-dp83867.h> 13 #include <dt-bindings/phy/phy.h> 14 #include <dt-bindings/pwm/pwm.h> [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | libtest.shlib | 1 # SPDX-License-Identifier: CDDL-1.0 10 # or https://opensource.org/licenses/CDDL-1.0. 30 # Copyright (c) 2017, Open-E Inc. All rights reserved. 46 PWD="$(readlink -f $PWD)" 53 if [ -n "$STF_PATH" ]; then 64 [ "$(printf "$1\n$2" | sort -V | tail -n1)" = "$1" ] 74 [ -z "$ver" ] && case "$UNAME" in 78 # RHEL7: 3.10.0-1160.108.1.el7.x86_64 79 # Fedora 37: 6.5.12-100.fc37.x86_64 80 # Debian 12.6: 6.1.0-22-amd64 [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SelectOptimize.cpp | 1 //===--- SelectOptimize.cpp - Convert select to branches if profitable ---===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 47 #define DEBUG_TYPE "select-optimize" 54 "Number of select groups converted due to high-predictability"); 60 "Number of select groups converted due to loop-level analysis"); 64 "cold-operand-threshold", 69 "cold-operand-max-cost-multiplier", 71 "slice of a cold operand to be considered inexpensive."), [all …]
|
| /freebsd/sys/geom/mirror/ |
| H A D | g_mirror.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2004-2006 Pawel Jakub Dawidek <pjd@FreeBSD.org> 40 * 0 - Initial version number. 41 * 1 - Added 'prefer' balance algorithm. 42 * 2 - Added md_genid field to metadata. 43 * 3 - Added md_provsize field to metadata. 44 * 4 - Added 'no failure synchronization' flag. 64 /* Per-disk flags which are recorded in on-disk metadata. */ 74 /* Mirror flags which are recorded in on-disk metadata. */ [all …]
|