/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | calxeda.yaml | 1 # 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/stand/i386/libi386/ |
H A D | time.c | 1 /*- 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/sys/x86/x86/ |
H A D | tsc.c | 1 /*- 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() 159 tsc_freq = (uint64_t)(regs[2]) * 1000; in tsc_freq_xen() 216 for (i = 0; i < sizeof(brand) - 1; i++) in tsc_freq_intel_brand() 220 p -= 5; in tsc_freq_intel_brand() 226 i = 1000; in tsc_freq_intel_brand() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_x86_64.cpp | 34 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/share/man/man4/ |
H A D | u3g.4 | 1 .\"- 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 -bullet -compact 89 Vodafone Mobile Broadband K3772-Z 93 Qualcomm Inc. GOBI 1000, 2000 and 3000 devices with MDM1000 or MDM2000 chipsets 95 QUECTEL BGX, ECX, EGX, EMX, EPX, RGX series 106 Panasonic CF-F9 GOBI [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | amigaos | 2 #------------------------------------------------------------------------------ 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 D | filesystems | 1 #------------------------------------------------------------------------------ 7 >0 ubyte 0x01 12-bit FAT 10 >0 ubyte 0x04 16-bit FAT, less than 32M 12 >0 ubyte 0x06 16-bit FAT, more than 32M 17 >0 ubyte 0x0b 32-bit FAT 18 >0 ubyte 0x0c 32-bit FAT, LBA-mapped 19 >0 ubyte 0x0d 7XXX, LBA-mapped 20 >0 ubyte 0x0e 16-bit FAT, LBA-mapped 21 >0 ubyte 0x0f extended partition, LBA-mapped 23 >0 ubyte 0x11 OS/2 DOS 12-bit FAT [all …]
|
/freebsd/sys/contrib/xen/ |
H A D | sysctl.h | 24 * 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/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_linux.cpp | 1 //===-- sanitizer_linux.cpp -----------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // run-time libraries and implements linux-specific functions from 12 //===----------------------------------------------------------------------===// 132 // Are we using 32-bit or 64-bit Linux syscalls? 134 // but it still needs to use 64-bit syscalls. 192 // Seccomp-BPF-sandboxed processes rely on SIGSYS to handle trapped syscalls. in BlockSignals() 239 // --------------- sanitizer_libc.h 248 // mmap2 specifies file offset in 4096-byte units. in internal_mmap() [all …]
|
H A D | sanitizer_mac.cpp | 1 //===-- sanitizer_mac.cpp -------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // implements OSX-specific functions. 11 //===----------------------------------------------------------------------===// 18 // Use 64-bit inodes in file operations. ASan does not support OS X 10.5, so 19 // the clients will most certainly use 64-bit ones as well. 69 # include <mach-o/dyld.h> 117 // ---------------------- sanitizer_libc.h 132 if (fd == -1) { in internal_mmap() [all …]
|
/freebsd/sys/x86/cpufreq/ |
H A D | hwpstate_intel.c | 1 /*- 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/crypto/openssl/crypto/sha/asm/ |
H A D | sha512-x86_64.pl | 2 # 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/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_affinity.cpp | 2 * kmp_affinity.cpp -- affinity management 5 //===----------------------------------------------------------------------===// 9 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 11 //===----------------------------------------------------------------------===// 62 return __kmp_topology->restrict_to_mask(mask); in restrict_to_mask() 92 thr_bar->depth = depth; in __kmp_get_hierarchy() 93 __kmp_type_convert(machine_hierarchy.numPerLevel[0] - 1, in __kmp_get_hierarchy() 94 &(thr_bar->base_leaf_kids)); in __kmp_get_hierarchy() 95 thr_bar->skip_per_level = machine_hierarchy.skipPerLevel; in __kmp_get_hierarchy() 204 int depth = __kmp_topology->get_depth(); in compare_ids() [all …]
|
H A D | kmp.h | 3 * kmp.h -- KPTS runtime header file. 6 //===----------------------------------------------------------------------===// 10 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 12 //===----------------------------------------------------------------------===// 22 the Altix. Requires user code to be linked with -lrt. */ 43 #define TASK_STACK_INDEX_MASK (TASK_STACK_BLOCK_SIZE - 1) 66 // Some WASI targets (e.g., wasm32-wasi-threads) do not support thread 106 // OMPD_SKIP_HWLOC used in libompd/omp-icv.cpp to avoid OMPD depending on hwloc 151 #include "ompt-internal.h" 155 #include "ompd-specific.h" [all …]
|
H A D | kmp_runtime.cpp | 2 * kmp_runtime.cpp -- KPTS runtime support library 5 //===----------------------------------------------------------------------===// 9 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 11 //===----------------------------------------------------------------------===// 33 #include "ompt-specific.h" 36 #include "ompd-specific.h" 76 /* ------------------------------------------------------------------------ */ 121 int new_size = level + thr->th.th_set_nested_nth_sz; in __kmp_override_nested_nth() 122 new_nested_nth->nth = (int *)KMP_INTERNAL_MALLOC(new_size * sizeof(int)); in __kmp_override_nested_nth() 124 new_nested_nth->nth[i] = 0; in __kmp_override_nested_nth() [all …]
|
/freebsd/crypto/openssl/test/ |
H A D | curve448_internal_test.c | 2 * 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/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 1 /*- 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 …]
|