Home
last modified time | relevance | path

Searched +full:pm +full:- +full:related (Results 1 – 25 of 117) sorted by relevance

12345

/freebsd/crypto/openssl/util/perl/OpenSSL/Test/
H A DUtils.pm1 # Copyright 2016-2024 The OpenSSL Project Authors. All Rights Reserved.
22 OpenSSL::Test::Utils - test utility functions
68 Returns an item from the %config hash in \$TOP/configdata.pm.
76 i.e. if IPv6 was explicitly disabled with -DOPENSSL_USE_IPv6=0.
92 my $configdata = bldtop_file("configdata.pm");
169 my $have_IPv4 = -1;
170 my $have_IPv6 = -1;
177 my $s = IO::Socket::IP->new(
183 $s->close();
191 my $s = IO::Socket::INET6->new(
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp1 //===-- SparcTargetMachine.cpp - Define TargetMachine for Sparc -----------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 //===----------------------------------------------------------------------===//
35 BranchRelaxation("sparc-enable-branch-relax", cl::Hidden, cl::init(true),
41 Ret += "-m:e"; in computeDataLayout()
45 Ret += "-p:32:32"; in computeDataLayout()
48 Ret += "-i64:64"; in computeDataLayout()
53 Ret += "-n32:64"; in computeDataLayout()
55 Ret += "-f128:64-n32"; in computeDataLayout()
[all …]
/freebsd/contrib/ntp/html/hints/
H A Dmpeix1 HP e3000 MPE/iX NTP Hints - May 29, 2001
2 ----------------------------------------
8 NTP was re-ported to MPE in May 2001. What follows are hints learned from
12 MPE lacks the clock-related APIs expected by NTP, so adjtime(), gettimeofday(),
16 Unfortunately the implementation of adjtime() has exposed a sub-second accuracy
22 This bug has a side-effect whereby the ntpd daemon will screw up the hardware
24 the one-time -q mode. But note that you can safely run ntpd in order to become
27 The one-time clock adjustment functionality of ntpdate and ntp_timeset is not
28 affected by this bug side-effect. You can safely use these commands to alter
32 building NTP with --disable-all-clocks --enable-LOCAL_CLOCK is strongly
[all …]
/freebsd/sys/contrib/device-tree/Bindings/soc/mediatek/
H A Dscpsys.txt5 related tasks in the system. The tasks include thermal measurement, dynamic
10 The driver implements the Generic PM domain bindings described in
11 power/power-domain.yaml. It provides the power domains defined in
12 - include/dt-bindings/power/mt8173-power.h
13 - include/dt-bindings/power/mt6797-power.h
14 - include/dt-bindings/power/mt6765-power.h
15 - include/dt-bindings/power/mt2701-power.h
16 - include/dt-bindings/power/mt2712-power.h
17 - include/dt-bindings/power/mt7622-power.h
20 - compatible: Should be one of:
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp1 //===-- SystemZTargetMachine.cpp - Define TargetMachine for SystemZ -------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
34 "systemz-machine-combiner",
38 // NOLINTNEXTLINE(readability-identifier-naming)
65 Ret += "-i1:8:16-i8:8:16"; in computeDataLayout()
67 // 64-bit integers are naturally aligned. in computeDataLayout()
68 Ret += "-i64:64"; in computeDataLayout()
70 // 128-bit floats are aligned only to 64 bits. in computeDataLayout()
71 Ret += "-f128:64"; in computeDataLayout()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DMemCpyOptimizer.h1 //===- MemCpyOptimizer.h - memcpy optimization ------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This pass performs various transformations related to eliminating memcpy
12 //===----------------------------------------------------------------------===//
57 // Glue for the old PM.
H A DTLSVariableHoist.h1 //==- TLSVariableHoist.h ------ Remove Redundant TLS Loads -------*- C++ -*-==//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This pass identifies/eliminates Redundant TLS Loads if related option is set.
15 // while (c--)
21 // clang++ -fPIC -ftls-model=global-dynamic -O2 -S
31 // addl $-1, %ebx
55 // addl $-1, %ebx
59 //===----------------------------------------------------------------------===//
107 // Glue for old PM.
/freebsd/lib/libc/stdtime/
H A Dstrptime.374 Two-digit year values, including formats
79 Years 69-00 are interpreted in the 20th century (1969-2000), years
80 01-68 in the 21st century (2001-2068).
151 Both specifiers accept zero-padded values,
158 hour-related specifiers.
167 and 12PM
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1 //===- SubtargetEmitter.cpp - Generate subtarget enumerations -------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
41 #define DEBUG_TYPE "subtarget-emitter"
49 return Rec1->getValueAsString("FieldName") < in operator ()()
50 Rec2->getValueAsString("FieldName"); in operator ()()
150 // Enumeration - Emit the specified class as an enumeration.
177 OS << " " << Def->getName() << " = " << i << ",\n"; in Enumeration()
218 const StringRef FieldName = Feature->getValueAsString("FieldName"); in EmitSubtargetInfoMacroCalls()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp1 //===-- MipsTargetMachine.cpp - Define TargetMachine for Mips -------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
86 Ret += "-m:m"; in computeDataLayout()
88 Ret += "-m:e"; in computeDataLayout()
92 Ret += "-p:32:32"; in computeDataLayout()
96 Ret += "-i8:8:32-i16:16:32-i64:64"; in computeDataLayout()
102 Ret += "-n32:64-S128"; in computeDataLayout()
104 Ret += "-n32-S64"; in computeDataLayout()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dactions,atc260x.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
11 - Cristian Ciocaltea <cristian.ciocaltea@gmail.com>
15 and GPIO controller blocks. Currently only the PM related functionalities
16 (i.e. regulators and system power-off/reboot) for the ATC2603C and ATC2609A
18 ATC2603C includes 3 programmable DC-DC converters, 9 programmable LDO
20 ATC2609A includes 5 programmable DC-DC converters and 10 programmable LDO
24 - $ref: /schemas/input/input.yaml
[all …]
/freebsd/crypto/openssl/
H A Dconfigdata.pm.in1 #! {- $config{HASHBANGPERL} -}
2 # -*- mode: perl -*-
3 {-
4 # We must make sourcedir() return an absolute path, because configdata.pm
24 (my $vol, my $dirs, my $file) = File::Spec->splitpath($path);
25 my @dirs = File::Spec->splitdir($dirs);
29 $dirs = File::Spec::Unix->catdir('', $vol, @dirs);
30 $path = File::Spec::Unix->catpath('', $dirs, $file);
36 return _fixup_path(File::Spec->catdir($config{sourcedir}, @_))
39 return _fixup_path(File::Spec->catfile($config{sourcedir}, @_))
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h1 //===-- llvm/Target/TargetMachine.h - Target Information --------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
71 //===----------------------------------------------------------------------===//
74 /// machine. All target-specific information should be accessible through this
114 // PGO related tunables.
132 /// target's TargetSubtargetInfo-derived member variable.
207 // FIXME: Remove TargetOptions that affect per-function code generation
227 /// and dynamic-no-pic, and target default.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dbaikal,bt1-pcie.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pci/baikal,bt1-pcie.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Baikal-T1 PCIe Root Port Controller
10 - Serge Semin <fancer.lancer@gmail.com>
13 Embedded into Baikal-T1 SoC Root Complex controller with a single port
14 activated. It's based on the DWC RC PCIe v4.60a IP-core, which is configured
18 performed by software. There four in- and four outbound iATU regions
22 - $ref: /schemas/pci/snps,dw-pcie.yaml#
[all …]
H A Dsnps,dw-pcie-ep.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/pci/snps,dw-pcie-ep.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jingoo Han <jingoohan1@gmail.com>
11 - Gustavo Pimentel <gustavo.pimentel@synopsys.com>
16 # Please create a separate DT-schema for your DWC PCIe Endpoint controller
17 # and make sure it's assigned with the vendor-specific compatible string.
21 const: snps,dw-pcie-ep
23 - compatible
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp1 //===- WebAssemblyTargetMachine.cpp - Define TargetMachine for WebAssembly -==//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 /// This file defines the WebAssembly-specific subclass of TargetMachine.
12 //===----------------------------------------------------------------------===//
41 // A command-line option to keep implicit locals
46 "wasm-disable-explicit-locals", cl::Hidden,
52 "wasm-disable-fix-irreducible-control-flow-pass", cl::Hidden,
96 //===----------------------------------------------------------------------===//
98 //===----------------------------------------------------------------------===//
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSymbolRewriter.h1 //===- SymbolRewriter.h - Symbol Rewriting Pass --------
[all...]
/freebsd/sys/contrib/device-tree/Bindings/firmware/xilinx/
H A Dxlnx,zynqmp-firmware.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/firmware/xilinx/xlnx,zynqmp-firmware.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Nava kishore Manne <nava.kishore.manne@amd.com>
12 description: The zynqmp-firmware node describes the interface to platform
23 - description: For implementations complying for Zynq Ultrascale+ MPSoC.
24 const: xlnx,zynqmp-firmware
26 - description: For implementations complying for Versal.
27 const: xlnx,versal-firmware
[all …]
/freebsd/tests/sys/netpfil/common/
H A Ddivapp.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2023 Igor Ostapenko <pm@igoro.pro>
28 /* Used by divert(4) related tests */
57 c->fd = socket(PF_DIVERT, SOCK_RAW, 0); in init()
58 if (c->fd == -1) in init()
61 memset(&c->sin, 0, sizeof(c->sin)); in init()
62 c->sin.sin_family = AF_INET; in init()
63 c->sin.sin_port = htons(c->divert_port); in init()
64 c->sin.sin_addr.s_addr = INADDR_ANY; in init()
[all …]
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa_spec.h2 *Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved.
34 * SAS Specification related defines *
108 #define SASD_DEV_SATA_PM_DEVICE 0x30 /* SATA PM device type */
132 * SATA Specification related defines *
152 * SAS Specification related structures *
183 /* b7-b4 reserved */
184 /* b3-b0 PM Port. device port address that the PM should deliver the FIS to */
204 /* b5-b4 : reserved */
205 /* b3-b0 : PM Port */
217 /* b5-b4: reserved2 */
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Didle-states.yaml1 # 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
19 to power gating) according to OS PM policies. The CPU states representing the
20 range of dynamic idle states that a processor can enter at run-time, can be
27 - Running
[all …]
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp1 //===- optdriver.cpp - The LLVM Modular Optimizer -------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // line, They are run in the order specified. Common driver library for re-use
11 // by potential downstream opt-variants.
13 //===----------------------------------------------------------------------===//
25 #include "llvm/Config/llvm-config.h"
71 "Optimizations available (use \"-passes=\" for the new pass manager)"));
74 "bugpoint-enable-legacy-pm",
77 "due to it not working with the new PM, please do not use otherwise."),
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp1 //===- CodeGenSchedule.cpp - Scheduling MachineModels ---------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
32 #define DEBUG_TYPE "subtarget-emitter"
47 ST.evaluate(Expr->arg_begin(), Expr->arg_end(), Elts, Loc); in apply()
67 --Paren; in removeParens()
88 for (Init *Arg : Expr->getArgs()) { in apply()
92 Expr->getAsString()); in apply()
93 StringRef Original = SI->getValue(); in apply()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h1 //===- LazyValueInfo.h - Value constraint analysis --------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
93 /// on integer-typed Values.
98 /// at a specific use-site.
108 /// on integer-typed Values.
118 /// Remove information related to this value from the cache.
132 // For old PM pass. Delete once LazyValueInfoWrapperPass is gone.
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp1 //===-- PPCTargetMachine.cpp - Define TargetMachine for PowerPC -----------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // Top-level implementation for the PowerPC target.
11 //===----------------------------------------------------------------------===//
56 EnableBranchCoalescing("enable-ppc-branch-coalesce", cl::Hidden,
59 opt<bool> DisableCTRLoops("disable-ppc-ctrloops", cl::Hidden,
63 opt<bool> DisableInstrFormPrep("disable-ppc-instr-form-prep", cl::Hidden,
67 VSXFMAMutateEarly("schedule-ppc-vsx-fma-mutation-early",
71 opt<bool> DisableVSXSwapRemoval("disable-ppc-vsx-swap-removal", cl::Hidden,
[all …]

12345