Home
last modified time | relevance | path

Searched +full:64 +full:- (Results 1 – 25 of 1171) sorted by relevance

12345678910>>...47

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dmmintrin.h1 /*===---- mmintrin.h - MMX intrinsics --------------------------------------===
5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 *===-----------------------------------------------------------------------===
26 __attribute__((__always_inline__, __nodebug__, __target__("mmx,no-evex512"), \
27 __min_vector_width__(64)))
37 __target__("mmx,no-evex512")))
42 /// Constructs a 64-bit integer vector, setting the lower 32 bits to the
43 /// value of the 32-bit integer parameter and setting the upper 32 bits to 0.
50 /// A 32-bit integer value.
51 /// \returns A 64-bit integer vector. The lower 32 bits contain the value of the
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nvidia/
H A Dtegra30-peripherals-opp.dtsi1 // SPDX-License-Identifier: GPL-2.0
4 core_opp_table: opp-table-core {
5 compatible = "operating-points-v2";
6 opp-shared;
8 core_opp_950: opp-950000 {
9 opp-microvolt = <950000 950000 1350000>;
10 opp-level = <950000>;
13 core_opp_1000: opp-1000000 {
14 opp-microvolt = <1000000 1000000 1350000>;
15 opp-level = <1000000>;
[all …]
H A Dtegra124-peripherals-opp.dtsi1 // SPDX-License-Identifier: GPL-2.0
4 emc_icc_dvfs_opp_table: opp-table-emc {
5 compatible = "operating-points-v2";
7 opp-12750000-800 {
8 opp-microvolt = <800000 800000 1150000>;
9 opp-hz = /bits/ 64 <12750000>;
10 opp-supported-hw = <0x0003>;
13 opp-12750000-950 {
14 opp-microvolt = <950000 950000 1150000>;
15 opp-hz = /bits/ 64 <12750000>;
[all …]
H A Dtegra20-peripherals-opp.dtsi1 // SPDX-License-Identifier: GPL-2.0
4 core_opp_table: opp-table-core {
5 compatible = "operating-points-v2";
6 opp-shared;
8 core_opp_950: opp-950000 {
9 opp-microvolt = <950000 950000 1300000>;
10 opp-level = <950000>;
13 core_opp_1000: opp-1000000 {
14 opp-microvolt = <1000000 1000000 1300000>;
15 opp-level = <1000000>;
[all …]
H A Dtegra30-cpu-opp.dtsi1 // SPDX-License-Identifier: GPL-2.0
4 cpu0_opp_table: opp-table-cpu0 {
5 compatible = "operating-points-v2";
6 opp-shared;
8 opp-51000000-800 {
9 clock-latency-ns = <100000>;
10 opp-supported-hw = <0x1F 0x31FE>;
11 opp-hz = /bits/ 64 <51000000>;
14 opp-51000000-850 {
15 clock-latency-ns = <100000>;
[all …]
H A Dtegra20-cpu-opp.dtsi1 // SPDX-License-Identifier: GPL-2.0
4 cpu0_opp_table: opp-table-cpu0 {
5 compatible = "operating-points-v2";
6 opp-shared;
8 opp-216000000-750 {
9 clock-latency-ns = <400000>;
10 opp-supported-hw = <0x0F 0x0003>;
11 opp-hz = /bits/ 64 <216000000>;
12 opp-suspend;
15 opp-216000000-800 {
[all …]
/freebsd/usr.sbin/bhyve/gdb/
H A Daarch64-core.xml2 <!-- Copyright (C) 2009-2012 Free Software Foundation, Inc.
7 notice and this notice are preserved. -->
9 <!DOCTYPE feature SYSTEM "gdb-target.dtd">
11 <reg name="x0" bitsize="64"/>
12 <reg name="x1" bitsize="64"/>
13 <reg name="x2" bitsize="64"/>
14 <reg name="x3" bitsize="64"/>
15 <reg name="x4" bitsize="64"/>
16 <reg name="x5" bitsize="64"/>
17 <reg name="x6" bitsize="64"/>
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/
H A Dtegra132-peripherals-opp.dtsi1 // SPDX-License-Identifier: GPL-2.0
5 emc_icc_dvfs_opp_table: opp-table-dvfs0 {
6 compatible = "operating-points-v2";
8 opp-12750000-800 {
9 opp-microvolt = <800000 800000 1150000>;
10 opp-hz = /bits/ 64 <12750000>;
11 opp-supported-hw = <0x0003>;
14 opp-12750000-950 {
15 opp-microvolt = <950000 950000 1150000>;
16 opp-hz = /bits/ 64 <12750000>;
[all …]
/freebsd/sbin/pfctl/
H A Dpf.os3 # -------------------------
7 # (C) Copyright 2000-2003 by Michal Zalewski <lcamtuf@coredump.cx>
34 # - Window size (WSS) - a highly OS dependent setting used for TCP/IP
53 # - Overall packet size - a function of all IP and TCP options and bugs.
57 # - Initial TTL - We check the actual TTL of a received packet. It can't
61 # NEW SIGNATURE: *Never* copy TTL from a p0f-reported signature literally.
65 # 32, 64, 128, or 255, but it should be noted that some obscure devices
70 # - Don't fragment flag (DF) - some modern OSes set this to implement PMTU
75 # - Maximum segment size (MSS) - this setting is usually link-dependent. P0f
84 # - Window scaling (WSCALE) - this feature is used to scale WSS.
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.quantmany.d.out3 value ------------- Distribution ------------- count
10 value ------------- Distribution ------------- count
11 -4 | 0
12 -2 @@@@| -2
13 -1 | 0
21 value ------------- Distribution ------------- count
22 -8 | 0
23 -4 @@@@| -4
24 -2 @@| -2
25 -1 | 0
[all …]
/freebsd/contrib/elftoolchain/libelftc/
H A Delftc_bfd_find_target.31 .\" Copyright (c) 2010-2011 Joseph Koshy. All rights reserved.
24 .\" $Id: elftc_bfd_find_target.3 3752 2019-06-28 01:12:53Z emaste $
63 .Bl -column -offset "XXXX" ".Li elf32-x86-64-freebsd" "Object format" "Byte Order" "Bit Width"
65 .It Li binary Ta Binary Ta - Ta -
66 .It Li efi-app-ia32 Ta PE Ta LSB Ta 32
67 .It Li efi-app-x86_64 Ta PE Ta LSB Ta 64
68 .It Li elf32-avr Ta ELF Ta LSB Ta 32
69 .It Li elf32-big Ta ELF Ta MSB Ta 32
70 .It Li elf32-bigarm Ta ELF Ta MSB Ta 32
71 .It Li elf32-bigmips Ta ELF Ta MSB Ta 32
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8996pro.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
9 /delete-node/ opp-table-cluster0;
10 /delete-node/ opp-table-cluster1;
18 cluster0_opp: opp-table-cluster0 {
19 compatible = "operating-points-v2-kryo-cpu";
20 nvmem-cells = <&speedbin_efuse>;
21 opp-shared;
23 opp-307200000 {
24 opp-hz = /bits/ 64 <307200000>;
25 opp-supported-hw = <0x70>;
[all …]
H A Dsa8540p.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
9 /delete-node/ &cpu0_opp_table;
10 /delete-node/ &cpu4_opp_table;
13 cpu0_opp_table: opp-table-cpu0 {
14 compatible = "operating-points-v2";
15 opp-shared;
17 opp-300000000 {
18 opp-hz = /bits/ 64 <300000000>;
19 opp-peak-kBps = <(300000 * 32)>;
21 opp-403200000 {
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-op1-opp.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Copyright (c) 2016-2017 Fuzhou Rockchip Electronics Co., Ltd
7 cluster0_opp: opp-table-0 {
8 compatible = "operating-points-v2";
9 opp-shared;
12 opp-hz = /bits/ 64 <408000000>;
13 opp-microvolt = <800000>;
14 clock-latency-ns = <40000>;
17 opp-hz = /bits/ 64 <600000000>;
18 opp-microvolt = <825000>;
[all …]
H A Drk3399-op1.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Copyright (c) 2016-2017 Fuzhou Rockchip Electronics Co., Ltd
9 cluster0_opp: opp-table-0 {
10 compatible = "operating-points-v2";
11 opp-shared;
14 opp-hz = /bits/ 64 <408000000>;
15 opp-microvolt = <800000>;
16 clock-latency-ns = <40000>;
19 opp-hz = /bits/ 64 <600000000>;
20 opp-microvolt = <825000>;
[all …]
H A Drk3588-opp.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
4 cluster0_opp_table: opp-table-cluster0 {
5 compatible = "operating-points-v2";
6 opp-shared;
8 opp-1008000000 {
9 opp-hz = /bits/ 64 <1008000000>;
10 opp-microvolt = <675000 675000 950000>;
11 clock-latency-ns = <40000>;
13 opp-1200000000 {
14 opp-hz = /bits/ 64 <1200000000>;
[all …]
H A Drk3399.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Copyright (c) 2016-2017 Fuzhou Rockchip Electronics Co., Ltd
6 #include "rk3399-base.dtsi"
9 cluster0_opp: opp-table-0 {
10 compatible = "operating-points-v2";
11 opp-shared;
14 opp-hz = /bits/ 64 <408000000>;
15 opp-microvolt = <825000 825000 1250000>;
16 clock-latency-ns = <40000>;
19 opp-hz = /bits/ 64 <600000000>;
[all …]
/freebsd/sys/contrib/device-tree/Bindings/opp/
H A Dqcom-nvmem-cpufreq.txt8 defines the voltage and frequency value based on the msm-id in SMEM
10 The qcom-cpufreq-nvmem driver reads the msm-id and efuse value from the SoC
13 operating-points-v2 table when it is parsed by the OPP framework.
16 --------------------
18 - operating-points-v2: Phandle to the operating-points-v2 table to use.
20 In 'operating-points-v2' table:
21 - compatible: Should be
22 - 'operating-points-v2-kryo-cpu' for apq8096, msm8996, msm8974,
26 --------------------
28 - power-domains: A phandle pointing to the PM domain specifier which provides
[all …]
/freebsd/tests/sys/netpfil/pf/
H A Dnat64.sh2 # SPDX-License-Identifier: BSD-2-Clause
36 ifconfig ${epair}a inet6 2001:db8::2/64 up no_dad
37 route -6 add default 2001:db8::1
40 jexec rtr ifconfig ${epair}b inet6 2001:db8::1/64 up no_dad
48 atf_check -s exit:0 -o ignore \
49 ping6 -c 1 2001:db8::1
50 atf_check -s exit:0 -o ignore \
51 jexec dst ping -c 1 192.0.2.1
53 jexec rtr pfctl -e
61 "set state-policy if-bound" \
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/exynos/
H A Dexynos5433-bus.dtsi1 // SPDX-License-Identifier: GPL-2.0
11 compatible = "samsung,exynos-bus";
13 clock-names = "bus";
14 operating-points-v2 = <&bus_g2d_400_opp_table>;
19 compatible = "samsung,exynos-bus";
21 clock-names = "bus";
22 operating-points-v2 = <&bus_g2d_266_opp_table>;
27 compatible = "samsung,exynos-bus";
29 clock-names = "bus";
30 operating-points-v2 = <&bus_gscl_opp_table>;
[all …]
/freebsd/sys/contrib/openzfs/lib/libzfsbootenv/
H A Dlibzfsbootenv.abi1 <abi-corpus version='2.0' architecture='elf-amd-x86_64' soname='libzfsbootenv.so.1'>
2 <elf-needed>
6 </elf-needed>
7 <elf-function-symbols>
8 …<elf-symbol name='lzbe_add_pair' type='func-type' binding='global-binding' visibility='default-vis…
9 …<elf-symbol name='lzbe_bootenv_print' type='func-type' binding='global-binding' visibility='defaul…
10 …<elf-symbol name='lzbe_get_boot_device' type='func-type' binding='global-binding' visibility='defa…
11 …<elf-symbol name='lzbe_nvlist_free' type='func-type' binding='global-binding' visibility='default-
12 …<elf-symbol name='lzbe_nvlist_get' type='func-type' binding='global-binding' visibility='default-v…
13 …<elf-symbol name='lzbe_nvlist_set' type='func-type' binding='global-binding' visibility='default-v…
[all …]
/freebsd/sys/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.abi1 <abi-corpus version='2.0' architecture='elf-amd-x86_64' soname='libnvpair.so.3'>
2 <elf-needed>
6 </elf-needed>
7 <elf-function-symbols>
8 …<elf-symbol name='dump_nvlist' type='func-type' binding='global-binding' visibility='default-visib…
9 …<elf-symbol name='fnvlist_add_boolean' type='func-type' binding='global-binding' visibility='defau…
10 …<elf-symbol name='fnvlist_add_boolean_array' type='func-type' binding='global-binding' visibility=…
11 …<elf-symbol name='fnvlist_add_boolean_value' type='func-type' binding='global-binding' visibility=…
12 …<elf-symbol name='fnvlist_add_byte' type='func-type' binding='global-binding' visibility='default-
13 …<elf-symbol name='fnvlist_add_byte_array' type='func-type' binding='global-binding' visibility='de…
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-g12b-a311d.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
7 #include "meson-g12b.dtsi"
10 cpu_opp_table_0: opp-table-0 {
11 compatible = "operating-points-v2";
12 opp-shared;
14 opp-1000000000 {
15 opp-hz = /bits/ 64 <1000000000>;
16 opp-microvolt = <761000>;
19 opp-1200000000 {
20 opp-hz = /bits/ 64 <1200000000>;
[all …]
/freebsd/sys/crypto/openssl/arm/
H A Dsha512-armv4.S1 /* Do not modify. This file is auto-generated from sha512-armv4.pl. */
2 @ Copyright 2007-2020 The OpenSSL Project Authors. All Rights Reserved.
22 @ by gcc 3.4 and it spends ~72 clock cycles per byte [on single-issue
27 @ Rescheduling for dual-issue pipeline resulted in 6% improvement on
32 @ Profiler-assisted and platform-specific optimization resulted in 7%
38 @ one byte in 23.3 cycles or ~60% faster than integer-only code.
44 @ Technical writers asserted that 3-way S4 pipeline can sustain
46 @ not be observed, see http://www.openssl.org/~appro/Snapdragon-S4.html
47 @ for further details. On side note Cortex-A15 processes one byte in
53 @ h[0-7], namely with most significant dword at *lower* address, which
[all …]
/freebsd/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h1 //===----------
[all...]

12345678910>>...47