/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | idle-states.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/arm/idle-states.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> 14 1 - Introduction 18 where cores can be put in different low-power states (ranging from simple wfi 20 range of dynamic idle states that a processor can enter at run-time, can be 27 - Running 28 - Idle_standby [all …]
|
H A D | cpu-capacity.txt | 6 1 - Introduction 15 2 - CPU capacity definition 19 heterogeneity. Such heterogeneity can come from micro-architectural differences 23 capture a first-order approximation of the relative performance of CPUs. 29 * A "single-threaded" or CPU affine benchmark 43 3 - capacity-dmips-mhz 46 capacity-dmips-mhz is an optional cpu node [1] property: u32 value 51 capacity-dmips-mhz property is all-or-nothing: if it is specified for a cpu 54 available, final capacities are calculated by directly using capacity-dmips- 58 4 - Examples [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/cpu/ |
H A D | idle-states.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/cpu/idle-states.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> 11 - Anup Patel <anup@brainfault.org> 15 1 - Introduction 18 ARM and RISC-V systems contain HW capable of managing power consumption 19 dynamically, where cores can be put in different low-power states (ranging 22 run-time, can be specified through device tree bindings representing the [all …]
|
H A D | cpu-capacity.txt | 6 1 - Introduction 15 2 - CPU capacity definition 19 heterogeneity. Such heterogeneity can come from micro-architectural differences 23 capture a first-order approximation of the relative performance of CPUs. 29 * A "single-threaded" or CPU affine benchmark 43 3 - capacity-dmips-mhz 46 capacity-dmips-mhz is an optional cpu node [1] property: u32 value 51 capacity-dmips-mhz property is all-or-nothing: if it is specified for a cpu 54 available, final capacities are calculated by directly using capacity-dmips- 58 4 - Examples [all …]
|
/freebsd/share/man/man4/ |
H A D | apic.4 | 36 .Bd -ragged -offset indent 42 .Bl -ohang 51 There are two components in the Intel APIC system, the local APIC (LAPIC) 53 There is one local APIC in each CPU in the system. 56 Local APICs manage all external interrupts for a specific processor. 57 In addition, they are able to accept and generate inter-processor interrupts 61 they receive from peripheral buses to one or more local APICs. 63 Each local APIC includes one 32-bit programmable timer. 64 This driver uses them to supply kernel with one event timer named "LAPIC". 65 Event timer provided by the driver supports both one-shot and periodic modes. [all …]
|
H A D | termios.4 | 71 stop or restart 75 of signals that stop or start the group as a whole, along with 119 which generates the terminal stop signal 134 Orphaned process groups are immune to keyboard generated stop 190 returns -1 with 198 signal is to stop the 224 returns -1 with 238 full-duplex mode, so that data may arrive even while output is occurring. 271 This is useful for terminals that can operate in full-duplex mode. 291 .Bl -enum -offset indent [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/sprd/ |
H A D | ums9620.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 interrupt-parent = <&gic>; 12 #address-cells = <2>; 13 #size-cells = <2>; 16 #address-cells = <2>; 17 #size-cells = <0>; 19 cpu-map { 50 compatible = "arm,cortex-a55"; 52 enable-method = "psci"; [all …]
|
H A D | sc9860.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 9 #include <dt-bindings/input/input.h> 10 #include <dt-bindings/gpio/gpio.h> 15 #address-cells = <2>; 16 #size-cells = <0>; 18 cpu-map { 52 compatible = "arm,cortex-a53"; 54 enable-method = "psci"; 55 cpu-idle-states = <&CORE_PD &CLUSTER_PD>; [all …]
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_stats.h | 8 //===----------------------------------------------------------------------===// 12 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 14 //===----------------------------------------------------------------------===// 25 http://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#On-line_algorithm 46 * \brief flags to describe the statistic (timer or counter) 53 notInMaster = 1 << 3, //!< statistic is valid only for non-primary threads 79 * @param macro a user defined macro that takes three arguments - 94 // clang-format off 118 // clang-format on 123 * @param macro a user defined macro that takes three arguments - [all …]
|
H A D | kmp_stats.cpp | 5 //===----------------------------------------------------------------------===// 9 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 11 //===----------------------------------------------------------------------===// 81 sample -= offset; in addSample() 84 double delta = sample - meanVal; in addSample() 88 m2 = m2 + delta * (sample - meanVal); in addSample() 110 double delta = other.meanVal - meanVal; in operator +=() 113 // then the compiler would not be able to re-order over brackets. In C++ it in operator +=() 118 meanVal = meanVal * dscBydnsc + other.meanVal * (1 - dscBydnsc); in operator +=() 165 return i - logOffset; in minBin() [all …]
|
/freebsd/sys/x86/include/ |
H A D | apicvar.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 32 * Local && I/O APIC variable definitions. 36 * Layout of local APIC interrupt vectors: 38 * 0xff (255) +-------------+ 39 * | | 15 (Spurious / IPIs / Local Interrupts) 40 * 0xf0 (240) +-------------+ 41 * | | 14 (I/O Interrupts / Timer) 42 * 0xe0 (224) +-------------+ 44 * 0xd0 (208) +-------------+ [all …]
|
/freebsd/share/doc/smm/12.timed/ |
H A D | timed.ms | 45 Command under contract No. N00039-84-C-0089, and by the Italian CSELT 53 .OH 'The Berkeley UNIX Time Synchronization Protocol''SMM:12-%' 54 .EH 'SMM:12-%''The Berkeley UNIX Time Synchronization Protocol' 60 a local area network clock synchronizer for 68 of the various hosts in a local area network. 76 local area network, consists of a collection of \fItime daemons\fP 77 (one per machine) and is based on a master-slave 117 terminate (for example, because of a run-time error), or the network be 151 All fields are based upon 8-bit bytes. Fields should be sent in 167 A zero-terminated string of up to 256 \s-2ASCII\s+2 characters with the name of [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sdm630.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 7 #include <dt-bindings/clock/qcom,gcc-sdm660.h> 8 #include <dt-bindings/clock/qcom,gpucc-sdm660.h> 9 #include <dt-bindings/clock/qcom,mmcc-sdm660.h> 10 #include <dt-bindings/clock/qcom,rpmcc.h> 11 #include <dt-bindings/firmware/qcom,scm.h> 12 #include <dt-bindings/interconnect/qcom,sdm660.h> 13 #include <dt-bindings/power/qcom-rpmpd.h> 14 #include <dt-bindings/gpio/gpio.h> 15 #include <dt-bindings/interrupt-controller/arm-gic.h> [all …]
|
H A D | sdm845-cheza.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 #include <dt-bindings/input/input.h> 9 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 25 stdout-path = "serial0:115200n8"; 29 compatible = "pwm-backlight"; 31 enable-gpios = <&tlmm 37 GPIO_ACTIVE_HIGH>; 32 power-supply = <&ppvar_sys>; 33 pinctrl-names = "default"; 34 pinctrl-0 = <&ap_edp_bklten>; 37 /* FIXED REGULATORS - parents above children */ [all …]
|
H A D | sm4450.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 6 #include <dt-bindings/clock/qcom,rpmh.h> 7 #include <dt-bindings/clock/qcom,sm4450-camcc.h> 8 #include <dt-bindings/clock/qcom,sm4450-dispcc.h> 9 #include <dt-bindings/clock/qcom,sm4450-gcc.h> 10 #include <dt-bindings/clock/qcom,sm4450-gpucc.h> 11 #include <dt-bindings/gpio/gpio.h> 12 #include <dt-bindings/interrupt-controller/arm-gic.h> 13 #include <dt-bindings/soc/qcom,rpmh-rsc.h> 16 interrupt-parent = <&intc>; [all …]
|
H A D | sm6375.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 6 #include <dt-bindings/clock/qcom,rpmcc.h> 7 #include <dt-bindings/clock/qcom,sm6375-gcc.h> 8 #include <dt-bindings/clock/qcom,sm6375-gpucc.h> 9 #include <dt-bindings/dma/qcom-gpi.h> 10 #include <dt-bindings/firmware/qcom,scm.h> 11 #include <dt-bindings/interconnect/qcom,osm-l3.h> 12 #include <dt-bindings/interrupt-controller/arm-gic.h> 13 #include <dt-bindings/mailbox/qcom-ipcc.h> 14 #include <dt-bindings/power/qcom-rpmpd.h> [all …]
|
/freebsd/sys/contrib/xen/ |
H A D | vcpu.h | 37 * @extra_args == Operation-specific extra arguments (NULL if none). 42 * newly-initialised VCPU will not run until it is brought up by VCPUOP_up. 58 * Bring down a VCPU (i.e., make it non-runnable). 62 * idea to ensure that the VCPU has entered a non-critical loop before 144 * Set or stop a VCPU's periodic timer. Every VCPU has one periodic timer 157 * Set or stop a VCPU's single-shot timer. Every VCPU has one single-shot 158 * timer which can be set via these commands. 170 /* Require the timeout to be in the future (return -ETIME if it's passed). */ 177 * structure in a convenient place, such as in a per-cpu data area. 197 * processor. The physical ID informmation is architecture-specific. [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/synaptics/ |
H A D | as370.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 12 interrupt-parent = <&gic>; 13 #address-cells = <2>; 14 #size-cells = <2>; 17 compatible = "arm,psci-1.0"; 22 #address-cells = <1>; 23 #size-cells = <0>; 26 compatible = "arm,cortex-a53"; 29 enable-method = "psci"; [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/arm/ |
H A D | juno-r2.dts | 9 /dts-v1/; 11 #include <dt-bindings/interrupt-controller/arm-gic.h> 12 #include <dt-bindings/arm/coresight-cti-dt.h> 13 #include "juno-base.dtsi" 14 #include "juno-cs-r1r2.dtsi" 18 compatible = "arm,juno-r2", "arm,juno", "arm,vexpress"; 19 interrupt-parent = <&gic>; 20 #address-cells = <2>; 21 #size-cells = <2>; 28 stdout-path = "serial0:115200n8"; [all …]
|
H A D | juno.dts | 4 * Copyright (c) 2013-2014 ARM Ltd. 9 /dts-v1/; 11 #include <dt-bindings/interrupt-controller/arm-gic.h> 12 #include <dt-bindings/arm/coresight-cti-dt.h> 13 #include "juno-base.dtsi" 18 interrupt-parent = <&gic>; 19 #address-cells = <2>; 20 #size-cells = <2>; 27 stdout-path = "serial0:115200n8"; 31 compatible = "arm,psci-0.2"; [all …]
|
H A D | juno-r1.dts | 9 /dts-v1/; 11 #include <dt-bindings/interrupt-controller/arm-gic.h> 12 #include <dt-bindings/arm/coresight-cti-dt.h> 13 #include "juno-base.dtsi" 14 #include "juno-cs-r1r2.dtsi" 18 compatible = "arm,juno-r1", "arm,juno", "arm,vexpress"; 19 interrupt-parent = <&gic>; 20 #address-cells = <2>; 21 #size-cells = <2>; 28 stdout-path = "serial0:115200n8"; [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
H A D | mt8365.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 10 #include <dt-bindings/clock/mediatek,mt8365-clk.h> 11 #include <dt-bindings/interrupt-controller/arm-gic.h> 12 #include <dt-bindings/interrupt-controller/irq.h> 13 #include <dt-bindings/phy/phy.h> 14 #include <dt-bindings/power/mediatek,mt8365-power.h> 18 interrupt-parent = <&sysirq>; 19 #address-cells = <2>; 20 #size-cells = <2>; 23 #address-cells = <1>; [all …]
|
/freebsd/contrib/unbound/util/ |
H A D | netevent.h | 2 * util/netevent.h - event notification 42 * o UDP socket - perthread buffer. 43 * o TCP-accept socket - array of TCP-sockets, socketcount. 44 * o TCP socket - own buffer, parent-TCPaccept, read/write state, 48 * o frontside - aimed towards our clients, queries come in, answers back. 49 * o behind - aimed towards internet, to the authoritative DNS servers. 52 * o comm_base - for thread safety of the comm points, one per thread. 53 * o comm_point - udp and tcp networking, with callbacks. 54 * o comm_timer - a timeout with callback. 55 * o comm_signal - callbacks when signal is caught. [all …]
|
/freebsd/usr.sbin/ppp/ |
H A D | bundle.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 62 #include "timer.h" 106 the local domain socket */ 117 return bundle->phase <= PHASE_TERMINATE ? in bundle_PhaseName() 118 PhaseNames[bundle->phase] : "unknown"; in bundle_PhaseName() 124 if (new == bundle->phase) in bundle_NewPhase() 132 bundle->phase = new; in bundle_NewPhase() 140 bundle->phase = new; in bundle_NewPhase() 144 bundle->phase = new; in bundle_NewPhase() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | fsl,fec.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Shawn Guo <shawnguo@kernel.org> 11 - Wei Fang <wei.fang@nxp.com> 12 - NXP Linux Team <linux-imx@nxp.com> 15 - $ref: ethernet-controller.yaml# 20 - enum: 21 - fsl,imx25-fec 22 - fsl,imx27-fec [all …]
|