Home
last modified time | relevance | path

Searched +full:5 +full:v0 (Results 1 – 25 of 491) sorted by relevance

12345678910>>...20

/openbmc/linux/arch/arm64/crypto/
H A Daes-ce-ccm-core.S19 ld1 {v0.16b}, [x0] /* load mac */
30 eor v0.16b, v0.16b, v1.16b
37 bne 5f
42 3: aese v0.16b, v4.16b
43 aesmc v0.16b, v0.16b
45 aese v0.16b, v5.16b
46 aesmc v0.16b, v0.16b
47 5: ld1 {v4.4s}, [x6], #16 /* load next round key */
49 aese v0.16b, v3.16b
50 aesmc v0.16b, v0.16b
[all …]
H A Dsm3-ce-core.S12 .irp b, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12
17 .inst 0xce60c000 | .L\rd | (.L\rn << 5) | (.L\rm << 16)
21 .inst 0xce60c400 | .L\rd | (.L\rn << 5) | (.L\rm << 16)
25 .inst 0xce400000 | .L\rd | (.L\rn << 5) | (.L\ra << 10) | (.L\rm << 16)
29 .inst 0xce408000 | .L\rd | (.L\rn << 5) | ((\imm2) << 12) | (.L\rm << 16)
33 .inst 0xce408400 | .L\rd | (.L\rn << 5) | ((\imm2) << 12) | (.L\rm << 16)
37 .inst 0xce408800 | .L\rd | (.L\rn << 5) | ((\imm2) << 12) | (.L\rm << 16)
41 .inst 0xce408c00 | .L\rd | (.L\rn << 5) | ((\imm2) << 12) | (.L\rm << 16)
89 0: ld1 {v0.16b-v3.16b}, [x1], #64
95 CPU_LE( rev32 v0.16b, v0.16b )
[all …]
H A Daes-modes.S26 encrypt_block4x v0, v1, v2, v3, w3, x2, x8, w7
31 decrypt_block4x v0, v1, v2, v3, w3, x2, x8, w7
35 #if MAX_STRIDE == 5
37 encrypt_block5x v0, v1, v2, v3, v4, w3, x2, x8, w7
42 decrypt_block5x v0, v1, v2, v3, v4, w3, x2, x8, w7
62 ld1 {v0.16b-v3.16b}, [x1], #64 /* get 4 pt blocks */
66 st1 {v0.16b-v3.16b}, [x0], #64
73 ld1 {v0.16b}, [x1], #16 /* get next pt block */
74 encrypt_block v0, w3, x2, x5, w6
75 st1 {v0.16b}, [x0], #16
[all …]
H A Dsm4-ce-core.S17 .irp b, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, \
23 .inst 0xcec08400 | (.L\vn << 5) | .L\vd
27 .inst 0xce60c800 | (.L\vm << 16) | (.L\vn << 5) | .L\vd
51 ld1 {v0.16b}, [x0];
52 rev32 v0.16b, v0.16b;
59 eor v0.16b, v0.16b, v1.16b;
61 sm4ekey v0.4s, v0.4s, v24.4s;
62 sm4ekey v1.4s, v0.4s, v25.4s;
73 st1 {v0.16b-v3.16b}, [x1], #64;
83 tbl v23.16b, {v0.16b}, v24.16b
[all …]
H A Dsha3-ce-core.S15 .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
24 .inst 0xce000000 | .L\rd | (.L\rn << 5) | (.L\ra << 10) | (.L\rm << 16)
28 .inst 0xce608c00 | .L\rd | (.L\rn << 5) | (.L\rm << 16)
32 .inst 0xce200000 | .L\rd | (.L\rn << 5) | (.L\ra << 10) | (.L\rm << 16)
36 .inst 0xce800000 | .L\rd | (.L\rn << 5) | ((\imm6) << 10) | (.L\rm << 16)
46 ld1 { v0.1d- v3.1d}, [x0]
61 eor v0.8b, v0.8b, v25.8b
112 eor3 v25.16b, v0.16b, v5.16b, v10.16b
126 eor v0.16b, v0.16b, v30.16b
178 bcax v3.16b, v27.16b, v0.16b, v28.16b
[all …]
/openbmc/linux/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h30 dmfc0 v0, CP0_CVMMEMCTL_REG
32 dins v0, $0, 0, 6
33 ori v0, CONFIG_CAVIUM_OCTEON_CVMSEG_SIZE
34 dmtc0 v0, CP0_CVMMEMCTL_REG # Write the cavium mem control register
35 dmfc0 v0, CP0_CVMCTL_REG # Read the cavium control register
38 or v0, v0, 0x5001
39 xor v0, v0, 0x1001
43 and v0, v0, v1
44 ori v0, v0, (6 << 7)
58 bnez t1, 5f # Skip WAR for others.
[all …]
/openbmc/linux/lib/
H A Dsiphash.c20 #define SIPROUND SIPHASH_PERMUTATION(v0, v1, v2, v3)
23 u64 v0 = SIPHASH_CONST_0; \
31 v0 ^= key->key[0];
37 v0 ^= b; \
43 return (v0 ^ v1) ^ (v2 ^ v3);
57 v0 ^= m; in __siphash_aligned()
66 case 6: b |= ((u64)end[5]) << 40; fallthrough; in __siphash_aligned()
67 case 5: b |= ((u64)end[4]) << 32; fallthrough; in __siphash_aligned()
90 v0 ^= m; in __siphash_unaligned()
99 case 6: b |= ((u64)end[5]) << 40; fallthrough; in __siphash_unaligned()
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D085.out17 'snapshot-file':'TEST_DIR/1-snapshot-v0.IMGFMT',
19 Formatting 'TEST_DIR/1-snapshot-v0.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression…
25 'arguments': { 'snapshot-file':'TEST_DIR/1-snapshot-v0.IMGFMT',
43 'snapshot-file': 'TEST_DIR/2-snapshot-v0.IMGFMT' } },
48 …/2-snapshot-v0.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=134…
55 'snapshot-file': 'TEST_DIR/3-snapshot-v0.IMGFMT' } },
60 …/3-snapshot-v0.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=134…
67 'snapshot-file': 'TEST_DIR/4-snapshot-v0.IMGFMT' } },
72 …/4-snapshot-v0.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=134…
79 'snapshot-file': 'TEST_DIR/5-snapshot-v0.IMGFMT' } },
[all …]
/openbmc/linux/arch/mips/kernel/
H A Dscall32-o32.S24 .align 5
61 load_a4: user_lw(t5, 16(t0)) # argument #5 from usp
67 sw t5, 16(sp) # argument #5 to ksp
81 * syscall number is in v0 unless we called syscall(__NR_###)
84 subu t2, v0, __NR_O32_Linux
89 LONG_S v0, TI_SYSCALL($28) # Save v0 as syscall number
97 subu v0, v0, __NR_O32_Linux # check syscall number
98 sltiu t0, v0, __NR_O32_Linux_syscalls
101 sll t0, v0, 2
111 sltu t0, t0, v0
[all …]
H A Dscall64-o32.S27 .align 5
36 dsubu t0, v0, __NR_O32_Linux # check syscall number
43 move a1, v0
69 load_a4: lw a4, 16(t0) # argument #5 from usp
83 * absolute syscall number is in v0 unless we called syscall(__NR_###)
90 subu t2, v0, __NR_O32_Linux
95 LONG_S v0, TI_SYSCALL($28) # Save v0 as syscall number
104 dsll t0, v0, 3 # offset into table
110 sltu t0, t0, v0
115 dnegu v0 # error
[all …]
H A Dscall64-n32.S25 .align 5
35 dsubu t0, v0, __NR_N32_Linux # check syscall number
47 LONG_S v0, TI_SYSCALL($28) # Store syscall number
55 dsll t0, v0, 3 # offset into table
61 sltu t0, t0, v0
66 dnegu v0 # error
68 1: sd v0, PT_R2(sp) # result
79 bltz v0, 1f # seccomp failed? Skip syscall
82 ld v0, PT_R2(sp) # Restore syscall (maybe modified)
90 dsubu t2, v0, __NR_N32_Linux # check (new) syscall number
/openbmc/linux/tools/testing/selftests/powerpc/copyloops/
H A Dmemcpy_power7.S62 blt 5f
81 .align 5
133 5: srdi r6,r5,4
308 bf cr7*4+3,5f
314 5: bf cr7*4+2,6f
316 lvx v0,r4,r9
319 stvx v0,r3,r9
326 lvx v0,r4,r11
331 stvx v0,r3,r11
352 .align 5
[all …]
H A Dcopyuser_power7.S118 blt 5f
137 .align 5
189 5: srdi r6,r5,4
364 bf cr7*4+3,5f
370 5: bf cr7*4+2,6f
372 err3; lvx v0,r4,r9
375 err3; stvx v0,r3,r9
382 err3; lvx v0,r4,r11
387 err3; stvx v0,r3,r11
408 .align 5
[all …]
/openbmc/linux/arch/powerpc/lib/
H A Dmemcpy_power7.S62 blt 5f
81 .align 5
133 5: srdi r6,r5,4
308 bf cr7*4+3,5f
314 5: bf cr7*4+2,6f
316 lvx v0,r4,r9
319 stvx v0,r3,r9
326 lvx v0,r4,r11
331 stvx v0,r3,r11
352 .align 5
[all …]
H A Dcopyuser_power7.S118 blt 5f
137 .align 5
189 5: srdi r6,r5,4
364 bf cr7*4+3,5f
370 5: bf cr7*4+2,6f
372 err3; lvx v0,r4,r9
375 err3; stvx v0,r3,r9
382 err3; lvx v0,r4,r11
387 err3; stvx v0,r3,r11
408 .align 5
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/minio/
H A Dmodules.txt1 # github.com/charmbracelet/bubbletea v0.19.3
11 # github.com/goccy/go-json v0.8.1
13 # github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
23 # github.com/mattn/go-ieproxy v0.0.1
25 # github.com/mattn/go-isatty v0.0.14
41 # github.com/minio/selfupdate v0.4.0
47 # github.com/pkg/xattr v0.4.4
55 # github.com/rjeczalik/notify v0.9.2
59 # github.com/secure-io/sio-go v0.3.1
65 # golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
[all …]
/openbmc/u-boot/include/linux/
H A Dpsci.h15 * PSCI v0.1 interface
17 * The PSCI v0.1 function numbers are implementation defined.
21 * to PSCI v0.1.
24 /* PSCI v0.2 interface */
37 #define PSCI_0_2_FN_MIGRATE PSCI_0_2_FN(5)
46 #define PSCI_0_2_FN64_MIGRATE PSCI_0_2_FN64(5)
49 /* PSCI v0.2 power state encoding for CPU_SUSPEND function */
59 /* PSCI v0.2 affinity level state returned by AFFINITY_INFO */
64 /* PSCI v0.2 multicore support in Trusted OS returned by MIGRATE_INFO_TYPE */
85 #define PSCI_RET_ON_PENDING -5
/openbmc/linux/include/uapi/linux/
H A Dpsci.h16 * PSCI v0.1 interface
18 * The PSCI v0.1 function numbers are implementation defined.
22 * to PSCI v0.1.
25 /* PSCI v0.2 interface */
38 #define PSCI_0_2_FN_MIGRATE PSCI_0_2_FN(5)
47 #define PSCI_0_2_FN64_MIGRATE PSCI_0_2_FN64(5)
72 /* PSCI v0.2 power state encoding for CPU_SUSPEND function */
89 /* PSCI v0.2 affinity level state returned by AFFINITY_INFO */
94 /* PSCI v0.2 multicore support in Trusted OS returned by MIGRATE_INFO_TYPE */
131 #define PSCI_RET_ON_PENDING -5
/openbmc/qemu/linux-headers/linux/
H A Dpsci.h16 * PSCI v0.1 interface
18 * The PSCI v0.1 function numbers are implementation defined.
22 * to PSCI v0.1.
25 /* PSCI v0.2 interface */
38 #define PSCI_0_2_FN_MIGRATE PSCI_0_2_FN(5)
47 #define PSCI_0_2_FN64_MIGRATE PSCI_0_2_FN64(5)
72 /* PSCI v0.2 power state encoding for CPU_SUSPEND function */
89 /* PSCI v0.2 affinity level state returned by AFFINITY_INFO */
94 /* PSCI v0.2 multicore support in Trusted OS returned by MIGRATE_INFO_TYPE */
131 #define PSCI_RET_ON_PENDING -5
/openbmc/linux/arch/mips/include/asm/mach-malta/
H A Dkernel-entry-init.h83 mfc0 t0, $16, 5
86 mtc0 t0, $16, 5
113 PTR_LA v0, 0x9fc00534 /* YAMON print */
114 lw v0, (v0)
117 jal v0
119 PTR_LA v0, 0x9fc00520 /* YAMON exit */
120 lw v0, (v0)
122 jal v0
/openbmc/qemu/tests/tcg/hexagon/
H A Dscatter_gather.c152 half_predicates[i] = (i % 3 == 0 || i % 5 == 0) ? ~0 : 0; in create_offsets_values_preds_16()
227 "v0 = vmem(%2 + #0)\n\t" in vector_scatter_16()
229 "vscatter(%0, m0, v0.h).h = v1\n\t" in vector_scatter_16()
232 : "m0", "v0", "v1", "memory"); in vector_scatter_16()
241 "v0 = vmem(%2 + #0)\n\t" in vector_scatter_16_acc()
243 "vscatter(%0, m0, v0.h).h += v1\n\t" in vector_scatter_16_acc()
246 : "m0", "v0", "v1", "memory"); in vector_scatter_16_acc()
255 "v0 = vmem(%0 + #0)\n\t" in vector_scatter_16_masked()
256 "q0 = vand(v0, r1)\n\t" in vector_scatter_16_masked()
258 "v0 = vmem(%3 + #0)\n\t" in vector_scatter_16_masked()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/influxdb/influxdb/
H A D0001-Use-v2.1.2-xxhash-to-fix-build-with-go-1.17.patch23 @@ -55,3 +55,5 @@ require (
24 gonum.org/v1/gonum v0.6.0 // indirect
31 @@ -188,6 +188,8 @@ github.com/kr/pretty v0.1.0/go.mod h1:dA
33 github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
34 github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
38 github.com/lib/pq v1.0.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo=
39 github.com/mattn/go-colorable v0.0.9 h1:UVL0vNpWh04HeJXV0KLcaT7r06gOH2l4OW6ddYRUIY4=
H A D0001-patch-term-module-for-mips-ispeed-ospeed-termios-abs.patch15 @@ -56,4 +56,5 @@ require (
19 +replace github.com/pkg/term => github.com/kraj/term v0.0.0-20210111231523-7c42fcb0e627
23 @@ -188,6 +188,8 @@ github.com/kr/pretty v0.1.0/go.mod h1:dA
25 github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
26 github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
27 +github.com/kraj/term v0.0.0-20210111231523-7c42fcb0e627 h1:3/XXm86KqrOZEJvEmFlzl3NTFA99n5Pd/cSXl60…
28 +github.com/kraj/term v0.0.0-20210111231523-7c42fcb0e627/go.mod h1:BYR4E+NOQrH+NhXE71KuBNmyR1lQ+yDv…
/openbmc/linux/arch/s390/kernel/
H A Dfpu.c35 asm volatile("std 5,%0" : "=Q" (state->fprs[5])); in __kernel_fpu_begin()
59 " jo 5f\n" /* -> save V0..V31 */ in __kernel_fpu_begin()
71 " jo 2f\n" /* 11 -> save V0..V15 */ in __kernel_fpu_begin()
73 " VSTM 0,7,0,1\n" /* vstm %v0,%v7,0(%r1) */ in __kernel_fpu_begin()
77 "2: VSTM 0,15,0,1\n" /* vstm %v0,%v15,0(%r1) */ in __kernel_fpu_begin()
87 "5: VSTM 0,15,0,1\n" /* vstm %v0,%v15,0(%r1) */ in __kernel_fpu_begin()
117 asm volatile("ld 5,%0" : : "Q" (state->fprs[5])); in __kernel_fpu_end()
141 " jo 5f\n" /* -> restore V0..V31 */ in __kernel_fpu_end()
153 " jo 2f\n" /* 11 -> restore V0..V15 */ in __kernel_fpu_end()
155 " VLM 0,7,0,1\n" /* vlm %v0,%v7,0(%r1) */ in __kernel_fpu_end()
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dif0012.h12 } v0; member
30 } v0; member
71 } v0; member
86 __u8 pad03[5];
88 } v0; member
97 } v0; member
105 } v0; member
121 } v0; member

12345678910>>...20