Home
last modified time | relevance | path

Searched +full:ecx +full:- +full:1000 (Results 1 – 17 of 17) sorted by relevance

/freebsd-src/sys/contrib/device-tree/Bindings/arm/
H A Dcalxeda.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Rob Herring <robh@kernel.org>
12 Bindings for boards with Calxeda Cortex-A9 based ECX-1000 (Highbank) SOC
13 or Cortex-A15 based ECX-2000 SOCs
20 - enum:
21 - calxeda,highbank
22 - calxeda,ecx-2000
/freebsd-src/stand/i386/libi386/
H A Dtime.c1 /*-
36 * Return the BIOS time-of-day value.
50 hr = bcd2bin((v86.ecx & 0xff00) >> 8); /* hour in %ch */ in bios_seconds()
51 minute = bcd2bin(v86.ecx & 0xff); /* minute in %cl */ in bios_seconds()
81 } while (++same < 8 && ++try < 1000); in time()
112 v86.ecx = period >> 16; in delay()
/freebsd-src/sys/x86/x86/
H A Dtsc.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 1998-2003 Poul-Henning Kamp
66 &tsc_is_invariant, 0, "Indicates whether the TSC is P-state invariant");
80 &tsc_shift, 0, "Shift to pre-apply for the maximum TSC frequency");
132 tsc_freq = (uint64_t)(regs[0]) * 1000; in tsc_freq_cpuid_vm()
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_x86_64.cpp34 if (BytesRead == -1) { in retryingReadSome()
42 BytesToRead -= BytesRead; in retryingReadSome()
51 if (Fd == -1) in readValueFromFile()
72 long long TSCFrequency = -1; in getTSCFrequency()
75 TSCFrequency *= 1000; in getTSCFrequency()
79 TSCFrequency *= 1000; in getTSCFrequency()
83 return TSCFrequency == -1 ? 0 : static_cast<uint64_t>(TSCFrequency); in getTSCFrequency()
87 long long TSCFrequency = -1;
91 &tscfreqsz, NULL, 0) != -1) {
95 NULL, 0) != -1) {
[all …]
/freebsd-src/share/man/man4/
H A Du3g.41 .\"-
2 .\" SPDX-License-Identifier: ISC
31 .Bd -ragged -offset indent
40 .Bd -literal -offset indent
49 driver provides support for USB-to-serial interfaces
80 .Bl -bulle
[all...]
/freebsd-src/contrib/file/magic/Magdir/
H A Damigaos2 #------------------------------------------------------------------------------
7 # From ignatios@cs.uni-bonn.de (Ignatios Souvatzis)
26 # G=F6tz Waschk <waschk@informatik.uni-rostock.de>
32 58 string SIDMON\ II\ -\ THE Sidmon 2.0 Module sound file
36 0 string COSO\0 Hippel-COSO Module sound file
45 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/f/font-amiga.trid.xml
50 # https://download.avm.de/fritzpowerline/fritzpowerline-1000e-t/other/fritz.os/fritz.powerline_1000…
52 #!:mime application/octet-stream
53 !:mime font/x-amiga-font
76 # http://mark0.net/download/triddefs_xml.7z/defs/f/font-amiga-var2.trid.xml
[all …]
H A Dfilesystems1 #----------
[all...]
/freebsd-src/sys/contrib/xen/
H A Dsysctl.h24 * Copyright (c) 2002-2006, K Fraser
45 /* IN: Non-zero -> clear after reading. */
47 /* IN: Non-zero -> start index specified by @index field. */
142 /* Sub-operations: */
204 int32_t node; /* NUMA node of interest (-1 for all nodes). */
240 * Indexing is 1-biased (PC1/CC1 being at index 0).
278 * every non-primary sibling thread (those with a thread id which is not
375 * cpuidle max C-state and max C-sub-state access command:
376 * Set cpuid to 0 for max C-state.
377 * Set cpuid to 1 for max C-sub-state.
[all …]
/freebsd-src/sys/x86/cpufreq/
H A Dhwpstate_intel.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
114 "Set 1 (default) to enable package-level control, 0 to disable");
127 dev = sc->dev; in intel_hwp_dump_sysctl_handler()
136 sched_bind(curthread, pc->pc_cpuid); in intel_hwp_dump_sysctl_handler()
140 sbuf_printf(sb, "CPU%d: HWP %sabled\n", pc->pc_cpuid, in intel_hwp_dump_sysctl_handler()
156 if (sc->hwp_pkg_ctrl && (data & IA32_HWP_REQUEST_PACKAGE_CONTROL)) in intel_hwp_dump_sysctl_handler()
162 if (!sc->hwp_pkg_ctrl || (data & x) != 0) \ in intel_hwp_dump_sysctl_handler()
204 * Given x * 10 in [0, 1000], round to the integer nearest x.
206 * This allows round-tripping nice human readable numbers through this
[all …]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp1 //===-- sanitizer_linux.cpp --------
[all...]
H A Dsanitizer_mac.cpp1 //===-- sanitizer_mac.cpp --------
[all...]
/freebsd-src/crypto/openssl/crypto/sha/asm/
H A Dsha512-x86_64.pl2 # Copyright 2005-2020 The OpenSSL Project Authors. All Rights Reserved.
18 # 40% improvement over compiler-generated code on Opteron. On EM64T
19 # sha256 was observed to run >80% faster and sha512 - >40%. No magical
23 # same instruction sequence used for both SHA-256 and SHA-512. In
24 # former case the instructions operate on 32-bit operands, while in
25 # latter - on 64-bit ones. All I had to do is to get one flavor right,
26 # the other one passed the test right away:-)
29 # asymptotic performance of 64*1000/1005=63.7MBps times CPU clock
31 # in 128*1000/1275=100MBps per GHz. Is there room for improvement?
32 # Well, if you compare it to IA-64 implementation, which maintains
[all …]
/freebsd-src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp2 * kmp_affinity.cpp -- affinity management
5 //===--------
[all...]
H A Dkmp.h3 * kmp.h -- KPTS runtime header file.
6 //===--------
1376 kmp_uint32 ecx; global() member
[all...]
H A Dkmp_runtime.cpp2 * kmp_runtime.cpp -- KPTS runtime support library
5 //===--------
[all...]
/freebsd-src/crypto/openssl/test/
H A Dcurve448_internal_test.c2 * Copyright 2017-2021 The OpenSSL Project Authors. All Rights Reserved.
13 #include "crypto/ecx.h"
17 static unsigned int max = 1000;
655 int j = -1; in test_x448()
676 if (i == 1 || i == 1000 || i == 1000000) { in test_x448()
691 OPT_ERR = -1,
702 { "f", OPT_SLOW, '-', "Enables a slow test" }, in test_get_options()
703 { "v", OPT_PROGRESS, '-', in test_get_options()
722 * so we don't do that be default. Using the -f option will cause it to in setup_tests()
/freebsd-src/contrib/elftoolchain/readelf/
H A Dreadelf.c1 /*-
2 * Copyright (c) 2009-2015 Kai Wang
57 ELFTC_VCSID("$Id: readelf.c 3769 2019-06-29 15:15:02Z emaste $");
192 {"arch-specific", no_argument, NULL, 'A'},
193 {"archive-index", no_argument, NULL, 'c'},
194 {"debug-dump", optional_argument, NULL, OPTION_DEBUG_DUMP},
197 {"file-header", no_argument, NULL, 'h'},
198 {"full-section-name", no_argument, NULL, 'N'},
201 {"hex-dump", required_argument, NULL, 'x'},
204 {"program-headers", no_argument, NULL, 'l'},
[all …]