/openbmc/openbmc/poky/meta/conf/machine/include/microblaze/ |
H A D | feature-microblaze-versions.inc | 6 # (where Z = [abc]). For v8.* versions of MicroBlaze the revision (Z) changes 21 version = int(m.group(1)), int(m.group(2)) 33 TUNEVALID[v8.00] = "MicroBlaze version 8.00" 34 TUNEVALID[v8.10] = "MicroBlaze version 8.10" 35 TUNEVALID[v8.20] = "MicroBlaze version 8.20" 36 TUNEVALID[v8.30] = "MicroBlaze version 8.30" 37 TUNEVALID[v8.40] = "MicroBlaze version 8.40" 38 TUNEVALID[v8.50] = "MicroBlaze version 8.50" 40 TUNEVALID[v9.1] = "MicroBlaze version 9.1" 50 TUNECONFLICTS[v8.00] = "" [all …]
|
H A D | arch-microblaze.inc | 9 TUNECONFLICTS[64-bit] = "v8.00 v8.10 v8.20 v8.30 v8.40 v8.50 v9.0 v9.1 v9.2 v9.3 v9.4 v9.5 v9.6 v10… 24 TUNECONFLICTS[reorder] = "v8.00 v8.10 v8.20" 28 TUNECONFLICTS[frequency-optimized] = "v8.00 v8.10 v8.20 v8.30 v8.40 v8.50 v9.0 v9.1 v9.2 v9.3 v9.4 … 36 # Disable reorder for v8.30 if pattern-compare is not enabled 38 bb.utils.contains("TUNE_FEATURES", "v8.30", \
|
/openbmc/linux/Documentation/hwmon/ |
H A D | lochnagar.rst | 31 power1_average_interval Power averaging time input valid from 1 to 1708mS 33 in1_input Measured voltage for 1V8 DSP (milliVolts) 34 in1_label "1V8 DSP" 35 curr2_input Measured current for 1V8 DSP (milliAmps) 36 curr2_label "1V8 DSP" 37 power2_average Measured average power for 1V8 DSP (microWatts) 38 power2_average_interval Power averaging time input valid from 1 to 1708mS 39 power2_label "1V8 DSP" 40 in2_input Measured voltage for 1V8 CDC (milliVolts) 41 in2_label "1V8 CDC" [all …]
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | sm4-ce-ccm-core.S | 17 .irp b, 0, 1, 8, 9, 10, 11, 12, 13, 14, 15, 16, 24, 25, 26, 27, 28, 29, 30, 31 32 mov vctr.d[1], x8; \ 34 adds x8, x8, #1; \ 72 sub w3, w3, #1 132 inc_le128(v8) /* +0 */ 133 inc_le128(v9) /* +1 */ 139 SM4_CRYPT_BLK2(v8, RMAC) 140 eor v8.16b, v8.16b, v0.16b 152 st1 {v8.16b-v11.16b}, [x1], #64 164 inc_le128(v8) [all …]
|
H A D | sm4-ce-core.S | 17 .irp b, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, \ 146 sub w3, w3, #1; 195 sub w4, w4, #1 233 rev32 v8.16b, v0.16b 242 SM4_CRYPT_BLK8_BE(v8, v9, v10, v11, v12, v13, v14, v15) 244 eor v8.16b, v8.16b, RIV.16b 253 st1 {v8.16b-v11.16b}, [x1], #64 270 rev32 v8.16b, v0.16b 275 SM4_CRYPT_BLK4_BE(v8, v9, v10, v11) 277 eor v8.16b, v8.16b, RIV.16b [all …]
|
H A D | sm4-ce-cipher-core.S | 6 .irp b, 0, 1, 2, 3, 4, 5, 6, 7, 8 19 ld1 {v8.4s}, [x2] 21 CPU_LE( rev32 v8.16b, v8.16b ) 23 sm4e v8.4s, v0.4s 24 sm4e v8.4s, v1.4s 25 sm4e v8.4s, v2.4s 26 sm4e v8.4s, v3.4s 27 sm4e v8.4s, v4.4s 28 sm4e v8.4s, v5.4s 29 sm4e v8.4s, v6.4s [all …]
|
H A D | sm3-ce-core.S | 12 .irp b, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 45 sm3ss1 v5.4s, v8.4s, \t0\().4s, v9.4s 46 shl \t1\().4s, \t0\().4s, #1 48 sm3tt1\ab v8.4s, v5.4s, v10.4s, \i 63 round \ab, \s0, v12, v11, 1 79 ld1 {v8.4s-v9.4s}, [x0] 80 rev64 v8.4s, v8.4s 82 ext v8.16b, v8.16b, v8.16b, #8 90 sub w2, w2, #1 92 mov v15.16b, v8.16b [all …]
|
H A D | aes-neon.S | 24 tbnz \reg, #1, \lbl 30 shl \out, \in, #1 84 mul_by_x2 v8.16b, \in\().16b, v9.16b, v12.16b 85 eor \in\().16b, \in\().16b, v8.16b 86 rev32 v8.8h, v8.8h 87 eor \in\().16b, \in\().16b, v8.16b 90 mul_by_x v9.16b, \in\().16b, v8.16b, v12.16b 91 rev32 v8.8h, \in\().8h 92 eor v8.16b, v8.16b, v9.16b 93 eor \in\().16b, \in\().16b, v8.16b [all …]
|
H A D | sha3-ce-core.S | 3 * sha3-ce-core.S - core SHA-3 transform using v8.2 Crypto Extensions 15 .irp b,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31 46 ld1 { v0.1d- v3.1d}, [x0] 47 ld1 { v4.1d- v7.1d}, [x8], #32 48 ld1 { v8.1d-v11.1d}, [x8], #32 49 ld1 {v12.1d-v15.1d}, [x8], #32 50 ld1 {v16.1d-v19.1d}, [x8], #32 51 ld1 {v20.1d-v23.1d}, [x8], #32 52 ld1 {v24.1d}, [x8] 54 0: sub w2, w2, #1 [all …]
|
H A D | aes-neonbs-core.S | 339 \t0, \t1, \t2, \t3, \t4, \t5, \t6, \t7, 1 360 swapmove_2x \x0, \x1, \x2, \x3, 1, \t0, \t2, \t3 361 swapmove_2x \x4, \x5, \x6, \x7, 1, \t0, \t2, \t3 386 ld1 {v17.4s}, [x1], #16 // load round 1 key 388 movi v8.16b, #0x01 // bit masks 398 sub x2, x2, #1 405 cmtst v0.16b, v7.16b, v8.16b 418 subs x2, x2, #1 439 tbl v0.16b, {v10.16b}, v8.16b 441 tbl v1.16b, {v11.16b}, v8.16b [all …]
|
/openbmc/linux/arch/sh/boards/mach-hp6xx/ |
H A D | setup.c | 31 [1] = { 44 .id = -1, 51 .id = -1, 57 u8 v8; in dac_audio_start() local 65 v8 = inb(PKDR); in dac_audio_start() 66 v8 &= ~PKDR_SPEAKER; in dac_audio_start() 67 outb(v8, PKDR); in dac_audio_start() 75 u8 v8; in dac_audio_stop() local 83 v8 = inb(PKDR); in dac_audio_stop() 84 v8 |= PKDR_SPEAKER; in dac_audio_stop() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/ |
H A D | 0001-Using-native-binaries.patch | 9 https://git.openembedded.org/meta-openembedded/commit/?id=1c8e4a679ae382f953b2e5c7a4966a4646314f3e 16 tools/v8_gypfiles/v8.gyp | 5 +++++ 25 'process_outputs_as_sources': 1, 27 + '<(PRODUCT_DIR)/v8-qemu-wrapper.sh', 33 'process_outputs_as_sources': 1, 35 + '<(PRODUCT_DIR)/v8-qemu-wrapper.sh', 43 + '<(PRODUCT_DIR)/v8-qemu-wrapper.sh', 48 diff --git a/tools/v8_gypfiles/v8.gyp b/tools/v8_gypfiles/v8.gyp 50 --- a/tools/v8_gypfiles/v8.gyp 51 +++ b/tools/v8_gypfiles/v8.gyp [all …]
|
H A D | libatomic.patch | 15 …0/out/Release/node_js2c: error while loading shared libraries: libatomic.so.1: cannot open shared … 22 tools/v8_gypfiles/v8.gyp | 15 ++++++++++++--- 32 ['OS=="linux" and clang==1', { 49 diff --git a/tools/v8_gypfiles/v8.gyp b/tools/v8_gypfiles/v8.gyp 51 --- a/tools/v8_gypfiles/v8.gyp 52 +++ b/tools/v8_gypfiles/v8.gyp
|
/openbmc/linux/arch/powerpc/crypto/ |
H A D | crc32-vpmsum_core.S | 101 vspltisw v0,-1 106 /* Get the initial value into v8 */ 107 vxor v8,v8,v8 108 MTVRD(v8, R3) 110 vsldoi v8,zeroes,v8,8 /* shift into bottom 32 bits */ 112 vsldoi v8,v8,zeroes,4 /* shift into top 32 bits */ 127 1: lis r7,MAX_SIZE@h 148 addi r7,r7,-1 172 cmpdi r0,1 195 vxor v16,v16,v8 [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/mmc/ |
H A D | nvidia,tegra20-sdhci.yaml | 43 maxItems: 1 46 maxItems: 1 53 minItems: 1 57 minItems: 1 70 maxItems: 1 83 maxItems: 1 112 nvidia,pad-autocal-pull-down-offset-1v8: 117 nvidia,pad-autocal-pull-down-offset-1v8-timeout: 140 nvidia,pad-autocal-pull-up-offset-1v8: 145 nvidia,pad-autocal-pull-up-offset-1v8-timeout: [all …]
|
/openbmc/u-boot/arch/arm/include/asm/arch-mxs/ |
H A D | sys_proto.h | 41 { 0x02, 0x1f, "SSP SPI #1, master, NOR" }, 47 { 0x0a, 0x1f, "SSP SD/MMC #1" }, 52 { 0x11, 0x1f, "I2C #0, master, 1V8" }, 54 { 0x12, 0x1f, "SSP SPI #2, master, 1V8 NOR" }, 56 { 0x13, 0x1f, "SSP SPI #3, master, 1V8 NOR" }, 58 { 0x14, 0x1f, "NAND, 1V8" }, 61 { 0x18, 0x1f, "SSP SPI #3, master, 1V8 EEPROM" }, 63 { 0x19, 0x1f, "SSP SD/MMC #0, 1V8" }, 64 { 0x0a, 0x1f, "SSP SD/MMC #1, 3V3" }, 65 { 0x1a, 0x1f, "SSP SD/MMC #1, 1V8" },
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | hvx_histogram_row.S | 37 * Step 1: Clean the whole vector register file 79 { v12.tmp = vmem(R0++#1) 92 { r0 = r10 /* R0 = &src[(i + 1) * stride] */ 122 { v8.h = vshuff(V8.h) 129 v8.w = vdmpy(v8.h, r10.h):sat 208 { vshuff(v9, v8, r28) 214 v8.w = vadd(v9.w, v8.w) 245 { vshuff(v10, v8, r7) 248 vmem(r4++#1) = v0.new 252 v8.w = vadd(v8.w, v10.w) [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/regulator/ |
H A D | fixed-regulator.yaml | 54 maxItems: 1 57 maxItems: 1 64 maxItems: 1 71 maxItems: 1 80 maxItems: 1 111 reg_1v8: regulator-1v8 { 113 regulator-name = "1v8"; 123 reg_1v8_clk: regulator-1v8-clk { 125 regulator-name = "1v8"; 134 reg_1v8_domain: regulator-1v8-domain { [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/arm/ |
H A D | arm,coresight-cti.yaml | 31 are implementation defined, except when the CTI is connected to an ARM v8 34 In this case the ARM v8 architecture defines the required signal connections 35 between CTI and the CPU core and ETM if present. In the case of a v8 37 indicate this feature (arm,coresight-cti-v8-arch). 87 - const: arm,coresight-cti-v8-arch 92 maxItems: 1 98 base cti node if compatible string arm,coresight-cti-v8-arch is used, 102 maxItems: 1 117 compatible string arm,coresight-cti-v8-arch used. If the associated 128 const: 1 [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/ |
H A D | nodejs_22.12.0.bb | 1 DESCRIPTION = "nodeJS Evented I/O for V8 JavaScript" 24 file://0004-v8-don-t-override-ARM-CFLAGS.patch \ 45 # v8 errors out if you have set CCACHE 63 ARCHFLAGS:append:mips = " --v8-lite-mode" 64 ARCHFLAGS:append:mipsel = " --v8-lite-mode" 96 # V8's JIT infrastructure requires binaries such as mksnapshot and 100 # 1. If host and target have the different bit width, run those 105 """Creates a small wrapper that invokes QEMU to run some target V8 binaries 112 if d.getVar("HOST_AND_TARGET_SAME_WIDTH") == "1": 115 wrapper_path = d.expand('${B}/v8-qemu-wrapper.sh') [all …]
|
/openbmc/linux/arch/arm64/boot/dts/arm/ |
H A D | Makefile | 3 foundation-v8.dtb foundation-v8-psci.dtb \ 4 foundation-v8-gicv3.dtb foundation-v8-gicv3-psci.dtb 7 dtb-$(CONFIG_ARCH_VEXPRESS) += vexpress-v2f-1xv7-ca53x2.dtb
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | scsi.h | 40 uint8_t v8[8]; /* generic 8 bytes representation */ member 48 uint8_t u1[1 * 4 + 1 + 1 * 4]; /* b7 = N - 7 */ 51 uint8_t u2[1 + 3 + 0]; /* up to N (<=252) bytes */ 74 uint8_t u1[1 + 1 + 1 + 1 + 8]; /* b4..b15 unused, b4 = (N - 1) */ 77 + 8 + 12 + 1 + 1 + 8 * 2 + 22 /* b36..95 unused, optional*/ 107 uint8_t b2; /* b2; if evpd==1 */ 144 ScsiLun lun[1]; /* space for at least 1 lun must be allocated */ 161 uint8_t u1[2 + 1 * 2 + 16]; /* b12..b31, unused */ 172 * lun[0] == 1 in make_lun() 173 * lun[1] - target, any value in make_lun() [all …]
|
/openbmc/qemu/target/arm/tcg/ |
H A D | m-nocp.decode | 24 # VLLDM and VLSTM. (Compare v8.1M IsCPInstruction() pseudocode and 25 # v8M Arm ARM rule R_QLGM.) This isn't mandatory for v8.0M but we choose 26 # to behave the same as v8.1M. 32 %vd_dp 22:1 12:4 33 %vd_sp 12:4 22:1 38 %vldr_sysreg 22:1 13:3 42 @vldr_sysreg .... ... . a:1 . . . rn:4 ... . ... .. ....... \ 47 VLLDM_VLSTM 1110 1100 001 l:1 rn:4 0000 1010 op:1 000 0000 48 # VSCCLRM (new in v8.1M) is similar: 60 VMSR_VMRS ---- 1110 111 l:1 reg:4 rt:4 1010 0001 0000 [all …]
|
/openbmc/linux/tools/testing/selftests/powerpc/copyloops/ |
H A D | memcpy_power7.S | 11 /* 0 == don't use VMX, 1 == use VMX */ 42 bf cr7*4+3,1f 44 addi r4,r4,1 46 addi r3,r3,1 48 1: bf cr7*4+2,2f 54 2: bf cr7*4+1,3f 136 6: bf cr7*4+1,7f 191 12: bf cr7*4+1,13f 232 * 1 for the store side. 236 ori r9,r9,1 /* stream=1 */ [all …]
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | memcpy_power7.S | 11 /* 0 == don't use VMX, 1 == use VMX */ 42 bf cr7*4+3,1f 44 addi r4,r4,1 46 addi r3,r3,1 48 1: bf cr7*4+2,2f 54 2: bf cr7*4+1,3f 136 6: bf cr7*4+1,7f 191 12: bf cr7*4+1,13f 232 * 1 for the store side. 236 ori r9,r9,1 /* stream=1 */ [all …]
|