Home
last modified time | relevance | path

Searched +full:cpu +full:- +full:version (Results 1 – 25 of 1106) sorted by relevance

12345678910>>...45

/freebsd/contrib/libevent/build-aux/
H A Dconfig.sub3 # Copyright 1992-2020 Free Software Foundation, Inc.
5 timestamp='2020-01-01'
9 # the Free Software Foundation; either version 3 of the License, or
10 # (at your option) any later version.
25 # of the GNU General Public License, version 3 ("GPLv3").
28 # Please send patches to <config-patches@gnu.org>.
35 # You can get the latest version of this script from:
39 # and recognize all the CPU types, system types and aliases
48 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
49 # or in some cases, the newer four-part form:
[all …]
/freebsd/sys/dev/cpufreq/
H A Dcpufreq_dt.c1 /*-
37 #include <sys/cpu.h>
71 #define CPUFREQ_DT_HAVE_REGULATOR(sc) ((sc)->reg != NULL)
81 int cpu; member
90 int cpu; in cpufreq_dt_notify() local
94 CPU_FOREACH(cpu) { in cpufreq_dt_notify()
95 if (CPU_ISSET(cpu, &sc->cpus)) { in cpufreq_dt_notify()
96 pc = pcpu_find(cpu); in cpufreq_dt_notify()
97 pc->pc_clock = freq; in cpufreq_dt_notify()
114 for (n = 0; n < sc->nopp; n++) { in cpufreq_dt_find_opp()
[all …]
/freebsd/crypto/openssh/
H A Dconfig.sub3 # Copyright 1992-2022 Free Software Foundation, Inc.
7 timestamp='2022-09-17'
11 # the Free Software Foundation, either version 3 of the License, or
12 # (at your option) any later version.
27 # of the GNU General Public License, version 3 ("GPLv3").
30 # Please send patches to <config-patches@gnu.org>.
37 # You can get the latest version of this script from:
41 # and recognize all the CPU types, system types and aliases
50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
51 # or in some cases, the newer four-part form:
[all …]
/freebsd/contrib/ldns/
H A Dconfig.sub3 # Copyright 1992-2022 Free Software Foundation, Inc.
7 timestamp='2022-01-03'
11 # the Free Software Foundation, either version 3 of the License, or
12 # (at your option) any later version.
27 # of the GNU General Public License, version 3 ("GPLv3").
30 # Please send patches to <config-patches@gnu.org>.
37 # You can get the latest version of this script from:
41 # and recognize all the CPU types, system types and aliases
50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
51 # or in some cases, the newer four-part form:
[all …]
/freebsd/lib/libpmc/pmu-events/
H A DREADME9 tree tools/perf/pmu-events/arch/foo.
11 - Regular files with '.json' extension in the name are assumed to be
14 - The CSV file that maps a specific CPU to its set of PMU events is to
17 - Directories are traversed, but all other files are ignored.
19 - To reduce JSON event duplication per architecture, platform JSONs may
25 The PMU events supported by a CPU model are expected to grouped into topics
26 such as Pipelining, Cache, Memory, Floating-point etc. All events for a topic
27 should be placed in a separate JSON file - where the file name identifies
28 the topic. Eg: "Floating-point.json".
30 All the topic JSON files for a CPU model/family should be in a separate
[all …]
/freebsd/contrib/file/
H A Dconfig.sub3 # Copyright 1992-2021 Free Software Foundation, Inc.
7 timestamp='2021-08-14'
11 # the Free Software Foundation; either version 3 of the License, or
12 # (at your option) any later version.
27 # of the GNU General Public License, version 3 ("GPLv3").
30 # Please send patches to <config-patches@gnu.org>.
37 # You can get the latest version of this script from:
41 # and recognize all the CPU types, system types and aliases
50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
51 # or in some cases, the newer four-part form:
[all …]
/freebsd/contrib/dialog/
H A Dconfig.sub3 # Copyright 1992-2020 Free Software Foundation, Inc.
5 timestamp='2020-08-17'
9 # the Free Software Foundation; either version 3 of the License, or
10 # (at your option) any later version.
25 # of the GNU General Public License, version 3 ("GPLv3").
28 # Please send patches to <config-patches@gnu.org>.
35 # You can get the latest version of this script from:
39 # and recognize all the CPU types, system types and aliases
48 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
49 # or in some cases, the newer four-part form:
[all …]
/freebsd/contrib/jemalloc/build-aux/
H A Dconfig.sub3 # Copyright 1992-2021 Free Software Foundation, Inc.
5 timestamp='2021-01-07'
9 # the Free Software Foundation; either version 3 of the License, or
10 # (at your option) any later version.
25 # of the GNU General Public License, version 3 ("GPLv3").
28 # Please send patches to <config-patches@gnu.org>.
35 # You can get the latest version of this script from:
39 # and recognize all the CPU types, system types and aliases
48 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
49 # or in some cases, the newer four-part form:
[all …]
/freebsd/sys/contrib/device-tree/Bindings/opp/
H A Dopp.txt2 ----------------------------------------------------
4 Devices work at voltage-current-frequency combinations and some implementations
8 uses CPU as a device.
13 Binding 1: operating-points
16 This binding only supports voltage-frequency pairs.
19 - operating-points: An array of 2-tuples items, and each item consists
20 of frequency and voltage like <freq-kHz vol-uV>.
26 cpu@0 {
27 compatible = "arm,cortex-a9";
29 next-level-cache = <&L2>;
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DAArch64TargetParser.h1 //===-- AArch64TargetParser - Parser for AArch64 features -------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // such as FPU/CPU/ARCH and extension names.
12 //===----------------------------------------------------------------------===//
42 // Each ArchExtKind correponds directly to a possible -target-feature.
48 // Represents an extension that can be enabled with -march=<arch>+<extension>.
53 StringRef UserVisibleName; // Human readable name used in -march, -cpu
61 StringRef PosTargetFeature; // -target-feature/-mattr enable string,
63 StringRef NegTargetFeature; // -target-feature/-mattr disable string,
[all …]
/freebsd/sys/contrib/device-tree/Bindings/powerpc/
H A Dibm,powerpc-cpu-features.txt3 (skiboot/doc/device-tree/ibm,powerpc-cpu-features/binding.txt)
9 ibm,powerpc-cpu-features binding
12 This device tree binding describes CPU features available to software, with
19 /cpus/ibm,powerpc-cpu-features node binding
20 -------------------------------------------
22 Node: ibm,powerpc-cpu-features
24 Description: Container of CPU feature nodes.
26 The node name must be "ibm,powerpc-cpu-features".
35 - compatible
38 Definition: "ibm,powerpc-cpu-features"
[all …]
/freebsd/contrib/unbound/
H A Dconfig.sub3 # Copyright 1992-2025 Free Software Foundation, Inc.
7 timestamp='2025-07-10'
11 # the Free Software Foundation, either version 3 of the License, or
12 # (at your option) any later version.
27 # of the GNU General Public License, version 3 ("GPLv3").
30 # Please send patches to <config-patches@gnu.org>.
37 # You can get the latest version of this script from:
41 # and recognize all the CPU types, system types and aliases
50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
51 # or in some cases, the newer four-part form:
[all …]
/freebsd/contrib/sqlite3/autosetup/
H A Dautosetup-config.sub3 # Copyright 1992-2024 Free Software Foundation, Inc.
7 timestamp='2024-05-27'
11 # the Free Software Foundation, either version 3 of the License, or
12 # (at your option) any later version.
27 # of the GNU General Public License, version 3 ("GPLv3").
30 # Please send patches to <config-patches@gnu.org>.
37 # You can get the latest version of this script from:
41 # and recognize all the CPU types, system types and aliases
50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
51 # or in some cases, the newer four-part form:
[all …]
/freebsd/crypto/krb5/src/config/
H A Dconfig.sub3 # Copyright 1992-2024 Free Software Foundation, Inc.
7 timestamp='2024-05-27'
11 # the Free Software Foundation, either version 3 of the License, or
12 # (at your option) any later version.
27 # of the GNU General Public License, version 3 ("GPLv3").
30 # Please send patches to <config-patches@gnu.org>.
37 # You can get the latest version of this script from:
41 # and recognize all the CPU types, system types and aliases
50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
51 # or in some cases, the newer four-part form:
[all …]
/freebsd/contrib/libpcap/
H A Dconfig.sub3 # Copyright 1992-2024 Free Software Foundation, Inc.
7 timestamp='2024-01-01'
11 # the Free Software Foundation, either version 3 of the License, or
12 # (at your option) any later version.
27 # of the GNU General Public License, version 3 ("GPLv3").
30 # Please send patches to <config-patches@gnu.org>.
37 # You can get the latest version of this script from:
41 # and recognize all the CPU types, system types and aliases
50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
51 # or in some cases, the newer four-part form:
[all …]
/freebsd/contrib/ncurses/
H A Dconfig.sub3 # Copyright 1992-2023 Free Software Foundation, Inc.
7 timestamp='2023-12-02'
11 # the Free Software Foundation, either version 3 of the License, or
12 # (at your option) any later version.
27 # of the GNU General Public License, version 3 ("GPLv3").
30 # Please send patches to <config-patches@gnu.org>.
37 # You can get the latest version of this script from:
41 # and recognize all the CPU types, system types and aliases
50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
51 # or in some cases, the newer four-part form:
[all …]
/freebsd/contrib/tcpdump/
H A Dconfig.sub3 # Copyright 1992-2024 Free Software Foundation, Inc.
7 timestamp='2024-01-01'
11 # the Free Software Foundation, either version 3 of the License, or
12 # (at your option) any later version.
27 # of the GNU General Public License, version 3 ("GPLv3").
30 # Please send patches to <config-patches@gnu.org>.
37 # You can get the latest version of this script from:
41 # and recognize all the CPU types, system types and aliases
50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
51 # or in some cases, the newer four-part form:
[all …]
/freebsd/contrib/byacc/
H A Dconfig.sub3 # Copyright 1992-2023 Free Software Foundation, Inc.
7 timestamp='2023-09-15'
11 # the Free Software Foundation, either version 3 of the License, or
12 # (at your option) any later version.
27 # of the GNU General Public License, version 3 ("GPLv3").
30 # Please send patches to <config-patches@gnu.org>.
37 # You can get the latest version of this script from:
41 # and recognize all the CPU types, system types and aliases
50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
51 # or in some cases, the newer four-part form:
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nvidia/
H A Dtegra30-cardhu.dtsi1 // SPDX-License-Identifier: GPL-2.0
2 #include <dt-bindings/input/input.h>
3 #include <dt-bindings/thermal/thermal.h>
5 #include "tegra30-cpu-opp.dtsi"
6 #include "tegra30-cpu
[all...]
/freebsd/usr.sbin/sa/
H A Dsa.878 .Bl -tag -width k*sec
83 .It Dv cpu
87 CPU-time averaged core usage, in 1k units
89 CPU storage integral, in 1k-core seconds
103 .Bl -tag -width Ds
134 If printing command statistics, sort by the cpu-time average memory
136 If printing user statistics, print the cpu-time average
139 If printing command statistics, print and sort by the cpu-storage integral.
143 Print per-user statistics rather than per-command statistics.
149 for accessing the per-command accounting summary database,
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Drenesas.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Renesas SH-Mobile, R-Mobile, and R-Car Platform
10 - Geert Uytterhoeven <geert+renesas@glider.be>
17 - description: Emma Mobile EV2
19 - enum:
20 - renesas,kzm9d # Kyoto Microcomputer Co. KZM-A9-Dual
21 - const: renesas,emev2
23 - description: RZ/A1H (R7S72100)
[all …]
H A Dcoresight.txt11 * Required properties for all components *except* non-configurable replicators
12 and non-configurable funnels:
16 - Embedded Trace Buffer (version 1.0):
17 "arm,coresight-etb10", "arm,primecell";
19 - Trace Port Interface Unit:
20 "arm,coresight-tpiu", "arm,primecell";
22 - Trace Memory Controller, used for Embedded Trace Buffer(ETB),
26 "arm,coresight-tmc", "arm,primecell";
28 - Trace Programmable Funnel:
29 "arm,coresight-dynamic-funnel", "arm,primecell";
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dcafebabe2 #------------------------------------------------------------------------------
6 # Since Java bytecode and Mach-O universal binaries have the same magic number,
8 # The long at offset 4 in a Mach-O universal binary tells the number of
10 # version and the short at offset 6 is the JVM major version. Since there are only
11 # only 18 labeled Mach-O architectures at current, and the first released
12 # Java class format was version 43.0, we can safely choose any number
14 # (and use as a hack). Let's not use 18, because the Mach-O people
18 ### MACH-O START ###
19 # URL: https://en.wikipedia.org/wiki/Mach-O
21 0 name mach-o \b [
[all …]
/freebsd/sys/riscv/riscv/
H A Didentcpu.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2015-2016 Ruslan Bukin <br@bsdpad.com>
11 * FA8750-10-C-0237 ("CTSRD"), as part of the DARPA CRASH research programme.
51 #include <machine/cpu.h>
70 register_t mvendorid; /* The CPU's JEDEC vendor ID */
76 /* Supervisor-mode extension support. */
82 /* Z-extensions support. */
90 u_int isa_extensions; /* Single-letter extensions. */
98 u_int z_extensions; /* Multi-letter extensions. */
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/jaketown/
H A Djkt-metrics.json7-lines are fetched from the memory subsystem; parsed into instructions; and lastly decoded into mi…
10 …or's Frontend undersupplies its Backend. SMT version; use when SMT is enabled and measuring per lo…
14-lines are fetched from the memory subsystem; parsed into instructions; and lastly decoded into mi…
18 …"MetricExpr": "( UOPS_ISSUED.ANY - UOPS_RETIRED.RETIRE_SLOTS + 4 * INT_MISC.RECOVERY_CYCLES ) / (4…
21 …s for which the issue-pipeline was blocked due to recovery from earlier incorrect speculation. For…
24 …ts wasted due to incorrect speculations. SMT version; use when SMT is enabled and measuring per lo…
25 …"MetricExpr": "( UOPS_ISSUED.ANY - UOPS_RETIRED.RETIRE_SLOTS + 4 * ( INT_MISC.RECOVERY_CYCLES_ANY …
28-pipeline was blocked due to recovery from earlier incorrect speculation. For example; wasted work…
33 …"MetricExpr": "1 - ( (IDQ_UOPS_NOT_DELIVERED.CORE / (4 * CPU_CLK_UNHALTED.THREAD)) + (( UOPS_ISSUE…
36-of-order scheduler dispatches ready uops into their respective execution units; and once complete…
[all …]

12345678910>>...45