/freebsd/sys/x86/x86/ |
H A D | identcpu.c | 1 /*- 15 * 2. Redistributions in binary form must reproduce the above copyright 34 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 71 #include <xen/xen-os.h> 77 #define IDENTBLUE_CYRIXM2 2 151 if ((req->flags & SCTL_MASK32) != 0 && adaptive_machine_arch) in sysctl_hw_machine() 310 "DX2 Write-Back Enhanced"); in printcpuinfo() 322 strcat(cpu_model, " A-step"); in printcpuinfo() 340 strcat(cpu_model, "/P55C (quarter-micron)"); in printcpuinfo() 348 * XXX - If/when Intel fixes the bug, this in printcpuinfo() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | P10InstrResources.td | 1 //===--- P10InstrResources.td - P10 Scheduling Definitions -*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 13 // 22 Cycles Binary Floating Point operations, 2 input operands 20 // 2-way crack instructions 21 // 22 Cycles Binary Floating Point operations, and 3 Cycles ALU operations, 2 input operands 27 // 24 Cycles Binary Floating Point operations, 2 input operands 40 // 2-way crack instructions 53 // 27 Cycles Binary Floating Point operations, 2 input operands [all …]
|
/freebsd/sys/arm/arm/ |
H A D | cpu_asm-v6.S | 1 /*- 11 * 2. Redistributions in binary form must reproduce the above copyright 23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 40 * only r0-r3,r12 (ip) are modified and no stack space is used. These functions 55 1: sub r0, #2 60 ubfx r2, r0, #13, #15 /* get num sets - 1 from CCSIDR */ 61 ubfx r3, r0, #3, #10 /* get num ways - 1 from CCSIDR */ 62 clz r1, r3 /* number of bits to MSB of way */ 65 lsl ip, ip, r1 /* ip now contains the way decr */ 70 add r3, r3, r2 /* merge numsets - 1 with numways - 1 */ [all …]
|
H A D | identcpu-v6.c | 3 /*- 13 * 2. Redistributions in binary form must reproduce the above copyright 31 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 76 {CPU_IMPLEMENTER_ARM, CPU_ARCH_CORTEX_A5 , "ARM", "Cortex-A5", 78 {CPU_IMPLEMENTER_ARM, CPU_ARCH_CORTEX_A7 , "ARM", "Cortex-A7", 80 {CPU_IMPLEMENTER_ARM, CPU_ARCH_CORTEX_A8 , "ARM", "Cortex-A8", 82 {CPU_IMPLEMENTER_ARM, CPU_ARCH_CORTEX_A9 , "ARM", "Cortex-A9", 84 {CPU_IMPLEMENTER_ARM, CPU_ARCH_CORTEX_A12, "ARM", "Cortex-A12", 86 {CPU_IMPLEMENTER_ARM, CPU_ARCH_CORTEX_A15, "ARM", "Cortex-A15", 88 {CPU_IMPLEMENTER_ARM, CPU_ARCH_CORTEX_A17, "ARM", "Cortex-A17", [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
H A D | bcm2837.dtsi | 2 #include "bcm2835-common.dtsi" 10 dma-ranges = <0xc0000000 0x00000000 0x3f000000>; 12 local_intc: interrupt-controller@40000000 { 13 compatible = "brcm,bcm2836-l1-intc"; 15 interrupt-controller; 16 #interrupt-cells = <2>; 17 interrupt-parent = <&local_intc>; 21 arm-pmu { 22 compatible = "arm,cortex-a53-pmu"; 23 interrupt-parent = <&local_intc>; [all …]
|
H A D | bcm2836.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 #include "bcm2835-common.dtsi" 11 dma-ranges = <0xc0000000 0x00000000 0x3f000000>; 13 local_intc: interrupt-controller@40000000 { 14 compatible = "brcm,bcm2836-l1-intc"; 16 interrupt-controller; 17 #interrupt-cells = <2>; 18 interrupt-parent = <&local_intc>; 22 arm-pmu { 23 compatible = "arm,cortex-a7-pmu"; [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/ |
H A D | bcm2712.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 2 #include <dt-bindings/interrupt-controller/arm-gic.h> 7 #address-cells = <2>; 8 #size-cells = <2>; 10 interrupt-parent = <&gicv2>; 14 clk_osc: clk-osc { 15 compatible = "fixed-clock"; 16 #clock-cells = <0>; 17 clock-output-names = "osc"; 18 clock-frequency = <54000000>; [all …]
|
/freebsd/usr.sbin/nfsd/ |
H A D | pnfsserver.4 | 8 .\" 2. Redistributions in binary form must reproduce the above copyright 20 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 46 systems are configured to be NFSv4.1 and NFSv4.2 52 All DS(s) and the MDS should support NFSv4.2 as well as NFSv4.1. 53 Mixing an MDS that supports NFSv4.2 with any DS(s) that do not support 54 NFSv4.2 will not work correctly. 61 The DS(s) need to be configured as NFSv4.1 and NFSv4.2 server(s), 76 .Bd -literal -offset indent 77 jot -w ds 20 0 | xargs mkdir -m 700 115 It is configured as a NFSv4.1 and NFSv4.2 server with [all …]
|
/freebsd/share/doc/papers/devfs/ |
H A D | paper.me | 1 .\" format with ditroff -me 11 . nr sp \n(pp+2 \" section heading point size 16 .nr fm 2v 19 .ip \0\s-2\(bu\s+2 29 .i "Poul-Henning Kamp" 43 Starting from a high-level view of devices and the semantics that 45 grand tour of the redesigned FreeBSD device-I/O system, 51 .2c 58 The usual way and the UNIX way. 60 The usual way is to treat I/O devices as their own class of things, [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mux/ |
H A D | mux-controller.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/mux/mux-controller.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Peter Rosin <peda@axentia.se> 20 space is a simple zero-based enumeration. I.e. 0-1 for a 2-way multiplexer, 21 0-7 for an 8-way multiplexer, etc. 25 -------------------- 28 specifier using the '#mux-control-cells' or '#mux-state-cells' property. 29 The value of '#mux-state-cells' will always be one greater than the value [all …]
|
H A D | mux-controller.txt | 11 space is a simple zero-based enumeration. I.e. 0-1 for a 2-way multiplexer, 12 0-7 for an 8-way multiplexer, etc. 16 --------- 19 want to use with a property containing a 'mux-ctrl-list': 21 mux-ctrl-list ::= <single-mux-ctrl> [mux-ctrl-list] 22 single-mux-ctrl ::= <mux-ctrl-phandle> [mux-ctrl-specifier] 23 mux-ctrl-phandle : phandle to mux controller node 24 mux-ctrl-specifier : array of #mux-control-cells specifying the 27 Mux controller properties should be named "mux-controls". The exact meaning of 29 each consumer. An optional property "mux-control-names" may contain a list of [all …]
|
/freebsd/share/doc/psd/04.uprog/ |
H A D | p3 | 1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 34 .\" OR OTHERWISE) RISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN 61 which we have assumed are magically pre-defined. 75 .P2 126 .P2 147 .P2 186 The next thing needed is a way to read or write the file 200 .P2 213 .P2 246 are pre-defined in the I/O library [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | deptgt-begin.mk | 1 # $NetBSD: deptgt-begin.mk,v 1.7 2023/06/01 20:56:35 rillig Exp $ 7 # expect+2: warning: using previous script for ".BEGIN" defined here 11 # To register a custom action to be run at the beginning, the simplest way is 17 # expect+2: warning: duplicate script for target ".BEGIN" ignored 21 # One way to run commands at the beginning is to define a custom target and 22 # make the .BEGIN depend on that target. This way, the commands from the 24 .BEGIN: before-begin 25 before-begin: .PHONY .NOTMAIN 28 # Another way is to define a custom target and make that a .USE dependency. 42 .BEGIN: use-before [all …]
|
H A D | dep-var.mk | 1 # $NetBSD: dep-var.mk,v 1.13 2025/01/14 21:23:17 rillig Exp $ 6 # be the only way to reach the lower half of SuffExpandChildren. 8 .MAKEFLAGS: -dv 20 all: $${DEF2} a-$${DEF2}-b 34 # Var_Parse, and this time, the result is the string "1-2-${INDIRECT_2}-2-1". 38 # in this filename pattern, resulting in the string "1-2-$INDIRECT_2-2-1". 39 # As of 2020-09-03, the test dir.mk contains further details on this topic. 44 # the empty string. This way, the final output is the string 45 # "1-2-NDIRECT_2-2-1", which differs from the actual name of the target. 49 # The number of actual expansions is way more than one might expect, [all …]
|
/freebsd/share/man/man5/ |
H A D | style.mdoc.5 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2018-2022 Mateusz Piotrowski <0mp@FreeBSD.org> 11 .\" 2. Redistributions in binary form must reproduce the above copyright 23 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 41 .Bl -das [all...] |
/freebsd/share/doc/psd/17.m4/ |
H A D | m4.ms | 1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 34 .\" OR OTHERWISE) RISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN 40 .EH 'PSD:17-%''The M4 Macro Processor' 41 .OH 'The M4 Macro Processor''PSD:17-%' 46 \&\\$3\s-1\\$1\\s0\&\\$2 50 \&\\$3\f2\\$1\fP\&\\$2 54 \&\\$3\f3\\$1\fP\&\\$2 73 .tr --||''^^!! 80 .hw semi-colon 81 .hw estab-lished [all …]
|
/freebsd/share/doc/smm/04.quotas/ |
H A D | quotas.ms | 9 .\" 2. Redistributions in binary form must reproduce the above copyright 24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 28 .EH 'SMM:4-%''Disc Quotas in a \s-2UNIX\s+2 Environment' 29 .OH 'Disc Quotas in a \s-2UNIX\s+2 Environment''SMM:4-%' 32 Disc Quotas in a \s-2UNIX\s+2\s-3\u*\d\s0 Environment 62 \s-2VMUNIX\s0 that may be included when the 115 The \fBonly\fP way to reset this condition is 120 In most cases, the only way to recover from over 156 the disc quota sub-system. 163 followed by a system configuration\s-3\u*\d\s0. [all …]
|
/freebsd/lib/libgssapi/ |
H A D | gss_process_context_token.3 | 1 .\" -*- nroff -*- 11 .\" 2. Redistributions in binary form must reproduce the above copyright 23 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 34 .\" This next command is for sections 2 and 3 only. 45 Provides a way to pass an asynchronous token to the security service. 46 Most context-level tokens are emitted and processed synchronously by 55 a mechanism may need to emit a context-level token at a point when the 70 provides a way to pass such a token to the mechanism at any time. 72 .Bl -tag -width ".It context_handle" 81 .Bl -tag -width ".It GSS_S_DEFECTIVE_TOKEN" [all …]
|
/freebsd/sys/dev/hwpmc/ |
H A D | hwpmc_core.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 12 * 2. Redistributions in binary form must reproduce the above copyright 24 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 73 * Fixed-function counters. 83 * The IAF_CTRL MSR is laid out in the following way. 86 * 63 - 45 Reserved (do not touch) 88 * 43 - 41 Reserved (do not touch) 89 * 40 Ctr 2 Adaptive Record (v5) 90 * 39 - 37 Reserved (do not touch) [all …]
|
/freebsd/contrib/telnet/libtelnet/ |
H A D | auth.c | 1 /*- 10 * 2. Redistributions in binary form must reproduce the above copyright 25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 70 #include "misc-proto.h" 71 #include "auth-proto.h" 73 #define typemask(x) ((x) > 0 ? 1 << ((x)-1) : 0) 184 findauthenticator(int type, int way) in findauthenticator() argument 188 while (ap->type && (ap->type != type || ap->way != way)) in findauthenticator() 190 return(ap->type ? ap : 0); in findauthenticator() 204 while (ap->type) { in auth_init() [all …]
|
/freebsd/crypto/heimdal/appl/telnet/libtelnet/ |
H A D | auth.c | 1 /*- 10 * 2. Redistributions in binary form must reproduce the above copyright 29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 79 #include "misc-proto.h" 80 #include "auth-proto.h" 82 #define typemask(x) (1<<((x)-1)) 178 findauthenticator(int type, int way) in findauthenticator() argument 182 while (ap->type && (ap->type != type || ap->way != way)) in findauthenticator() 184 return(ap->type ? ap : 0); in findauthenticator() 198 while (ap->type) { in auth_init() [all …]
|
/freebsd/share/doc/usd/22.trofftut/ |
H A D | tt08 | 4 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 37 .\" OR OTHERWISE) RISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN 52 in exactly the same way _ 56 ^ti +2m 57 .P2 65 .P2 71 ^ti +2m 72 .P2 77 The way we tell 90 ^ti +2m [all …]
|
H A D | tt06 | 4 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 37 .\" OR OTHERWISE) RISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN 58 the half-line local motions 62 To go back up the page half a point-size, insert a 75 .P2 79 .P2 80 To make the `2' smaller, bracket it with 81 .BD \es\-2...\es0 . 99 The in-line command 102 .P2 [all …]
|
/freebsd/share/man/man4/ |
H A D | crypto.4 | 4 .\" Copyright (c) 2014-2021 The FreeBSD Foundation 7 .\" Portions of this documentation were written by John-Mark Gurney 22 .\" 2. Redistributions in binary form must reproduce the above copyright 35 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 48 .\" 2. Redistributions in binary form must reproduce the above copyright 61 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 70 .Nd user-mode access to hardware-accelerated cryptography 81 driver gives user-mode applications access to hardware-accelerated 84 in-kernel interface. 89 .Xr ioctl 2 [all …]
|
/freebsd/lib/libsys/ |
H A D | minherit.2 | 10 .\" 2. Redistributions in binary form must reproduce the above copyright 25 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 71 .Bl -tag -width ".Dv INHERIT_SHARE" 82 This option causes the child to inherit the address space as copy-on-write. 84 address space to become copy-on-write when the parent forks. 88 after the parent forks and there is no way to get the previous 89 shared-backing-store mapping without unmapping and remapping the address 98 .Rv -std minherit 103 .Bl -tag -width Er 121 .Xr fork 2 , [all …]
|