| /f-stack/freebsd/netgraph/ |
| H A D | ng_patch.c | 499 val.v8 = be64toh(val.v8); in do_patch() 504 val.v8 = privp->conf->ops[i].val.v8; in do_patch() 507 val.v8 += privp->conf->ops[i].val.v8; in do_patch() 510 val.v8 -= privp->conf->ops[i].val.v8; in do_patch() 513 val.v8 *= privp->conf->ops[i].val.v8; in do_patch() 516 val.v8 /= privp->conf->ops[i].val.v8; in do_patch() 522 val.v8 &= privp->conf->ops[i].val.v8; in do_patch() 525 val.v8 |= privp->conf->ops[i].val.v8; in do_patch() 528 val.v8 ^= privp->conf->ops[i].val.v8; in do_patch() 531 val.v8 <<= privp->conf->ops[i].val.v8; in do_patch() [all …]
|
| H A D | ng_patch.h | 104 uint64_t v8; member
|
| /f-stack/freebsd/crypto/openssl/aarch64/ |
| H A D | vpaes-armv8.S | 234 eor v8.16b, v8.16b, v10.16b 251 eor v8.16b, v8.16b, v12.16b 260 tbl v8.16b, {v8.16b}, v4.16b 266 eor v8.16b, v8.16b, v11.16b 269 eor v8.16b, v8.16b, v12.16b 277 ushr v8.16b, v8.16b, #4 313 eor v8.16b, v8.16b, v12.16b 500 tbl v8.16b, {v8.16b},v5.16b 507 eor v8.16b, v8.16b, v9.16b 513 tbl v8.16b, {v8.16b},v5.16b [all …]
|
| H A D | poly1305-armv8.S | 438 ld1 {v8.4s},[x15] 516 umlal v19.2d,v15.2s,v8.s[2] 525 umlal v20.2d,v16.2s,v8.s[2] 684 umull2 v20.2d,v16.4s,v8.4s 694 umlal2 v19.2d,v15.4s,v8.4s 705 umlal2 v21.2d,v17.4s,v8.4s 707 umlal2 v22.2d,v18.4s,v8.4s 722 umlal v20.2d,v11.2s,v8.2s 734 umlal v19.2d,v10.2s,v8.2s 744 umlal v21.2d,v12.2s,v8.2s [all …]
|
| H A D | chacha-armv8.S | 864 mov v8.16b,v24.16b 913 add v8.4s,v8.4s,v9.4s 997 add v8.4s,v8.4s,v9.4s 1117 add v8.4s,v8.4s,v9.4s 1201 add v8.4s,v8.4s,v9.4s 1398 add v8.4s,v8.4s,v9.4s 1482 add v8.4s,v8.4s,v9.4s 1602 add v8.4s,v8.4s,v9.4s 1686 add v8.4s,v8.4s,v9.4s 1815 add v8.4s,v8.4s,v24.4s [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/arm/ |
| H A D | foundation-v8-psci.dts | 7 #include "foundation-v8.dtsi" 8 #include "foundation-v8-gicv2.dtsi" 9 #include "foundation-v8-psci.dtsi"
|
| H A D | foundation-v8-gicv3-psci.dts | 7 #include "foundation-v8.dtsi" 8 #include "foundation-v8-gicv3.dtsi" 9 #include "foundation-v8-psci.dtsi"
|
| H A D | foundation-v8-gicv3.dts | 8 #include "foundation-v8.dtsi" 9 #include "foundation-v8-gicv3.dtsi" 10 #include "foundation-v8-spin-table.dtsi"
|
| H A D | foundation-v8.dts | 8 #include "foundation-v8.dtsi" 9 #include "foundation-v8-gicv2.dtsi" 10 #include "foundation-v8-spin-table.dtsi"
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mmc/ |
| H A D | nvidia,tegra20-sdhci.txt | 52 configurations. Valid pinctrl-names are "sdmmc-3v3" and "sdmmc-1v8" 65 - nvidia,pad-autocal-pull-up-offset-1v8, 66 nvidia,pad-autocal-pull-down-offset-1v8 : Specify drive strength 72 - nvidia,pad-autocal-pull-up-offset-1v8-timeout, 73 nvidia,pad-autocal-pull-down-offset-1v8-timeout : Specify drive 116 pinctrl-names = "sdmmc-3v3", "sdmmc-1v8"; 121 nvidia,pad-autocal-pull-up-offset-1v8 = <0x7b>; 122 nvidia,pad-autocal-pull-down-offset-1v8 = <0x7b>; 135 pinctrl-names = "sdmmc-3v3", "sdmmc-1v8"; 140 nvidia,pad-autocal-pull-up-offset-1v8 = <0x7b>; [all …]
|
| /f-stack/freebsd/mips/mips/ |
| H A D | stdatomic.c | 79 uint8_t v8[4]; member 107 r->v8[offset] = val; in put_1() 116 return (r->v8[offset]); in get_1() 130 r->v8[offset] = bytes.out[0]; in put_2() 131 r->v8[offset + 1] = bytes.out[1]; in put_2() 144 bytes.in[0] = r->v8[offset]; in get_2() 145 bytes.in[1] = r->v8[offset + 1]; in get_2()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
| H A D | blamka-round-ref.h | 27 #define BLAKE2_ROUND_NOMSG(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, \ argument 30 G(v0, v4, v8, v12); \ 36 G(v2, v7, v8, v13); \
|
| /f-stack/freebsd/arm/arm/ |
| H A D | stdatomic.c | 116 uint8_t v8[4]; member 144 r->v8[offset] = val; in put_1() 153 return (r->v8[offset]); in get_1() 167 r->v8[offset] = bytes.out[0]; in put_2() 168 r->v8[offset + 1] = bytes.out[1]; in put_2() 181 bytes.in[0] = r->v8[offset]; in get_2() 182 bytes.in[1] = r->v8[offset + 1]; in get_2()
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/hisilicon/ |
| H A D | hi6220-coresight.dtsi | 380 compatible = "arm,coresight-cti-v8-arch", 393 compatible = "arm,coresight-cti-v8-arch", 406 compatible = "arm,coresight-cti-v8-arch", 419 compatible = "arm,coresight-cti-v8-arch", 432 compatible = "arm,coresight-cti-v8-arch", 445 compatible = "arm,coresight-cti-v8-arch", 458 compatible = "arm,coresight-cti-v8-arch", 471 compatible = "arm,coresight-cti-v8-arch",
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | coresight-cti.yaml | 32 are implementation defined, except when the CTI is connected to an ARM v8 35 In this case the ARM v8 architecture defines the required signal connections 36 between CTI and the CPU core and ETM if present. In the case of a v8 38 indicate this feature (arm,coresight-cti-v8-arch). 88 - const: arm,coresight-cti-v8-arch 99 base cti node if compatible string arm,coresight-cti-v8-arch is used, 115 compatible string arm,coresight-cti-v8-arch used. If the associated 217 const: arm,coresight-cti-v8-arch 233 # v8 architecturally defined CTI - CPU + ETM connections generated by the 234 # driver according to the v8 architecture specification. [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/media/ |
| H A D | s5p-mfc.txt | 14 (d) "samsung,mfc-v8" for MFC v8 present in Exynos5800 SoC 15 (e) "samsung,exynos5433-mfc" for MFC v8 present in Exynos5433 SoC
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | omap3-overo-common-peripherals.dtsi | 18 lis33_1v8: lis33-1v8-reg { 20 regulator-name = "lis33-1v8-reg";
|
| H A D | sun5i-a13-pocketbook-touch-lux-3.dts | 64 reg_1v8: regulator-1v8 { 66 regulator-name = "vdd-1v8-nor-ctp";
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/nvidia/ |
| H A D | tegra210.dtsi | 551 sdmmc1_1v8_drv: sdmmc1-1v8-drv { 558 sdmmc2_1v8_drv: sdmmc2-1v8-drv { 572 sdmmc3_1v8_drv: sdmmc3-1v8-drv { 579 sdmmc4_1v8_drv: sdmmc4-1v8-drv { 907 sdmmc1_1v8: sdmmc1-1v8 { 917 sdmmc3_1v8: sdmmc3-1v8 { 1202 pinctrl-names = "sdmmc-3v3", "sdmmc-1v8", 1203 "sdmmc-3v3-drv", "sdmmc-1v8-drv"; 1231 pinctrl-names = "sdmmc-1v8-drv"; 1249 pinctrl-names = "sdmmc-3v3", "sdmmc-1v8", [all …]
|
| H A D | tegra186.dtsi | 349 pinctrl-names = "sdmmc-3v3", "sdmmc-1v8"; 354 nvidia,pad-autocal-pull-up-offset-1v8-timeout = <0x07>; 379 pinctrl-names = "sdmmc-3v3", "sdmmc-1v8"; 384 nvidia,pad-autocal-pull-up-offset-1v8-timeout = <0x07>; 404 pinctrl-names = "sdmmc-3v3", "sdmmc-1v8"; 407 nvidia,pad-autocal-pull-up-offset-1v8 = <0x00>; 408 nvidia,pad-autocal-pull-down-offset-1v8 = <0x7a>; 411 nvidia,pad-autocal-pull-up-offset-1v8-timeout = <0x07>; 745 sdmmc1_1v8: sdmmc1-1v8 { 755 sdmmc2_1v8: sdmmc2-1v8 { [all …]
|
| /f-stack/dpdk/examples/performance-thread/common/arch/arm64/ |
| H A D | ctx.h | 36 void *v8; /* 104 */ member
|
| /f-stack/freebsd/contrib/device-tree/Bindings/regulator/ |
| H A D | fixed-regulator.yaml | 78 reg_1v8: regulator-1v8 { 80 regulator-name = "1v8";
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/ |
| H A D | zpool_upgrade.cfg | 110 # v8 pool 111 ZPOOL_VERSION_8_FILES="zfs-pool-v8.dat" 112 ZPOOL_VERSION_8_NAME="v8-pool"
|
| /f-stack/freebsd/contrib/device-tree/Bindings/watchdog/ |
| H A D | sbsa-gwdt.txt | 23 Example for FVP Foundation Model v8:
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/tegra/ |
| H A D | nvidia,tegra186-pmc.txt | 101 sdmmc1_1v8: sdmmc1-1v8 { 120 pinctrl-names = "sdmmc-3v3", "sdmmc-1v8";
|