Home
last modified time | relevance | path

Searched full:v3 (Results 1 – 25 of 1633) sorted by relevance

12345678910>>...66

/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/nds32/n13/
Datcpmu.json6 "BriefDescription": "V3 Conditional branch"
12 "BriefDescription": "V3 Taken Conditional branch"
18 "BriefDescription": "V3 Prefetch Instruction"
24 "BriefDescription": "V3 RET Inst"
30 "BriefDescription": "V3 JR(non-RET) instructions"
36 "BriefDescription": "V3 JAL/JRAL instructions"
42 "BriefDescription": "V3 NOP instructions"
48 "BriefDescription": "V3 SCW instructions"
54 "BriefDescription": "V3 ISB/DSB instructions"
60 "BriefDescription": "V3 CCTL instructions"
[all …]
/kernel/linux/linux-5.10/drivers/pci/controller/
Dpci-v3-semi.c3 * Support for V3 Semiconductor PCI Local Bus to PCI Bridge
251 * The V3 PCI interface chip in Integrator provides several windows from
264 * There are three V3 windows, each described by a pair of V3 registers.
291 * The V3 chip translates an address by checking its range within
295 * LB_BASE1/LB_MAP1, the V3 will use the translation from
315 struct v3_pci *v3 = bus->sysdata; in v3_map_bus() local
367 writel(v3_addr_to_lb_base(v3->non_pre_mem) | in v3_map_bus()
369 v3->base + V3_LB_BASE0); in v3_map_bus()
375 writel(v3_addr_to_lb_base(v3->config_mem) | in v3_map_bus()
377 v3->base + V3_LB_BASE1); in v3_map_bus()
[all …]
/kernel/linux/linux-4.19/drivers/pci/controller/
Dpci-v3-semi.c3 * Support for V3 Semiconductor PCI Local Bus to PCI Bridge
254 * The V3 PCI interface chip in Integrator provides several windows from
267 * There are three V3 windows, each described by a pair of V3 registers.
294 * The V3 chip translates an address by checking its range within
298 * LB_BASE1/LB_MAP1, the V3 will use the translation from
318 struct v3_pci *v3 = bus->sysdata; in v3_map_bus() local
370 writel(v3_addr_to_lb_base(v3->non_pre_mem) | in v3_map_bus()
372 v3->base + V3_LB_BASE0); in v3_map_bus()
378 writel(v3_addr_to_lb_base(v3->config_mem) | in v3_map_bus()
380 v3->base + V3_LB_BASE1); in v3_map_bus()
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dnfs.h47 NFS_OK = 0, /* v2 v3 v4 */
48 NFSERR_PERM = 1, /* v2 v3 v4 */
49 NFSERR_NOENT = 2, /* v2 v3 v4 */
50 NFSERR_IO = 5, /* v2 v3 v4 */
51 NFSERR_NXIO = 6, /* v2 v3 v4 */
52 NFSERR_EAGAIN = 11, /* v2 v3 */
53 NFSERR_ACCES = 13, /* v2 v3 v4 */
54 NFSERR_EXIST = 17, /* v2 v3 v4 */
55 NFSERR_XDEV = 18, /* v3 v4 */
56 NFSERR_NODEV = 19, /* v2 v3 v4 */
[all …]
/kernel/linux/linux-4.19/include/uapi/linux/
Dnfs.h47 NFS_OK = 0, /* v2 v3 v4 */
48 NFSERR_PERM = 1, /* v2 v3 v4 */
49 NFSERR_NOENT = 2, /* v2 v3 v4 */
50 NFSERR_IO = 5, /* v2 v3 v4 */
51 NFSERR_NXIO = 6, /* v2 v3 v4 */
52 NFSERR_EAGAIN = 11, /* v2 v3 */
53 NFSERR_ACCES = 13, /* v2 v3 v4 */
54 NFSERR_EXIST = 17, /* v2 v3 v4 */
55 NFSERR_XDEV = 18, /* v3 v4 */
56 NFSERR_NODEV = 19, /* v2 v3 v4 */
[all …]
/kernel/linux/linux-5.10/lib/
Dsiphash.c24 v2 += v3; v3 = rol64(v3, 16); v3 ^= v2; \
25 v0 += v3; v3 = rol64(v3, 21); v3 ^= v0; \
33 u64 v3 = 0x7465646279746573ULL; \
35 v3 ^= key->key[1]; \
41 v3 ^= b; \
50 return (v0 ^ v1) ^ (v2 ^ v3);
60 v3 ^= m; in __siphash_aligned()
93 v3 ^= m; in __siphash_unaligned()
126 v3 ^= first; in siphash_1u64()
143 v3 ^= first; in siphash_2u64()
[all …]
Dxxhash.c112 uint32_t v3 = seed + 0; in xxh32() local
120 v3 = xxh32_round(v3, get_unaligned_le32(p)); in xxh32()
127 xxh_rotl32(v3, 12) + xxh_rotl32(v4, 18); in xxh32()
182 uint64_t v3 = seed + 0; in xxh64() local
190 v3 = xxh64_round(v3, get_unaligned_le64(p)); in xxh64()
197 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64()
200 h64 = xxh64_merge_round(h64, v3); in xxh64()
250 state.v3 = seed + 0; in xxh32_reset()
264 state.v3 = seed + 0; in xxh64_reset()
297 state->v3 = xxh32_round(state->v3, get_unaligned_le32(p32)); in xxh32_update()
[all …]
/kernel/linux/linux-4.19/lib/
Dsiphash.c24 v2 += v3; v3 = rol64(v3, 16); v3 ^= v2; \
25 v0 += v3; v3 = rol64(v3, 21); v3 ^= v0; \
33 u64 v3 = 0x7465646279746573ULL; \
35 v3 ^= key->key[1]; \
41 v3 ^= b; \
50 return (v0 ^ v1) ^ (v2 ^ v3);
60 v3 ^= m; in __siphash_aligned()
93 v3 ^= m; in __siphash_unaligned()
126 v3 ^= first; in siphash_1u64()
143 v3 ^= first; in siphash_2u64()
[all …]
Dxxhash.c112 uint32_t v3 = seed + 0; in xxh32() local
120 v3 = xxh32_round(v3, get_unaligned_le32(p)); in xxh32()
127 xxh_rotl32(v3, 12) + xxh_rotl32(v4, 18); in xxh32()
182 uint64_t v3 = seed + 0; in xxh64() local
190 v3 = xxh64_round(v3, get_unaligned_le64(p)); in xxh64()
197 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64()
200 h64 = xxh64_merge_round(h64, v3); in xxh64()
250 state.v3 = seed + 0; in xxh32_reset()
264 state.v3 = seed + 0; in xxh64_reset()
297 state->v3 = xxh32_round(state->v3, get_unaligned_le32(p32)); in xxh32_update()
[all …]
/kernel/linux/linux-4.19/arch/s390/include/asm/
Dvx-insn.h100 .ifc \vxr,%v3
197 * @v3: Third vector register designated operand
200 .macro RXB rxb v1 v2=0 v3=0 v4=0
208 .if \v3 & 0x10
221 * @v3: Third vector register designated operand (for RXB)
224 .macro MRXB m v1 v2=0 v3=0 v4=0
226 RXB rxb, \v1, \v2, \v3, \v4
236 * @v3: Third vector register designated operand (for RXB)
239 .macro MRXBOPC m opc v1 v2=0 v3=0 v4=0
240 MRXB \m, \v1, \v2, \v3, \v4
[all …]
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dvx-insn.h100 .ifc \vxr,%v3
197 * @v3: Third vector register designated operand
200 .macro RXB rxb v1 v2=0 v3=0 v4=0
208 .if \v3 & 0x10
221 * @v3: Third vector register designated operand (for RXB)
224 .macro MRXB m v1 v2=0 v3=0 v4=0
226 RXB rxb, \v1, \v2, \v3, \v4
236 * @v3: Third vector register designated operand (for RXB)
239 .macro MRXBOPC m opc v1 v2=0 v3=0 v4=0
240 MRXB \m, \v1, \v2, \v3, \v4
[all …]
/kernel/linux/linux-5.10/arch/arm64/lib/
Dxor-neon.c19 register uint64x2_t v0, v1, v2, v3; in xor_arm64_neon_2() local
27 v3 = veorq_u64(vld1q_u64(dp1 + 6), vld1q_u64(dp2 + 6)); in xor_arm64_neon_2()
33 vst1q_u64(dp1 + 6, v3); in xor_arm64_neon_2()
47 register uint64x2_t v0, v1, v2, v3; in xor_arm64_neon_3() local
55 v3 = veorq_u64(vld1q_u64(dp1 + 6), vld1q_u64(dp2 + 6)); in xor_arm64_neon_3()
61 v3 = veorq_u64(v3, vld1q_u64(dp3 + 6)); in xor_arm64_neon_3()
67 vst1q_u64(dp1 + 6, v3); in xor_arm64_neon_3()
83 register uint64x2_t v0, v1, v2, v3; in xor_arm64_neon_4() local
91 v3 = veorq_u64(vld1q_u64(dp1 + 6), vld1q_u64(dp2 + 6)); in xor_arm64_neon_4()
97 v3 = veorq_u64(v3, vld1q_u64(dp3 + 6)); in xor_arm64_neon_4()
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/amd/display/dc/inc/
Dreg_helper.h72 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \ argument
76 FN(reg, f3), v3)
78 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
82 FN(reg, f3), v3,\
85 #define REG_SET_5(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument
90 FN(reg, f3), v3,\
94 #define REG_SET_6(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument
99 FN(reg, f3), v3,\
104 #define REG_SET_7(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument
109 FN(reg, f3), v3,\
[all …]
/kernel/linux/linux-5.10/include/linux/
Dprandom.h30 #define PRND_SIPROUND(v0, v1, v2, v3) ( \ argument
31 v0 += v1, v1 = rol64(v1, 13), v2 += v3, v3 = rol64(v3, 16), \
32 v1 ^= v0, v0 = rol64(v0, 32), v3 ^= v2, \
33 v0 += v3, v3 = rol64(v3, 21), v2 += v1, v1 = rol64(v1, 17), \
34 v3 ^= v0, v1 ^= v2, v2 = rol64(v2, 32) \
46 #define PRND_SIPROUND(v0, v1, v2, v3) ( \ argument
47 v0 += v1, v1 = rol32(v1, 5), v2 += v3, v3 = rol32(v3, 8), \
48 v1 ^= v0, v0 = rol32(v0, 16), v3 ^= v2, \
49 v0 += v3, v3 = rol32(v3, 7), v2 += v1, v1 = rol32(v1, 13), \
50 v3 ^= v0, v1 ^= v2, v2 = rol32(v2, 16) \
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/
Dreg_helper.h72 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \ argument
76 FN(reg, f3), v3)
78 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
82 FN(reg, f3), v3,\
85 #define REG_SET_5(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument
90 FN(reg, f3), v3,\
94 #define REG_SET_6(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument
99 FN(reg, f3), v3,\
104 #define REG_SET_7(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument
109 FN(reg, f3), v3,\
[all …]
/kernel/linux/linux-4.19/arch/arm64/crypto/
Daes-modes.S17 encrypt_block4x v0, v1, v2, v3, w22, x21, x8, w7
22 decrypt_block4x v0, v1, v2, v3, w22, x21, x8, w7
48 ld1 {v0.16b-v3.16b}, [x20], #64 /* get 4 pt blocks */
50 st1 {v0.16b-v3.16b}, [x19], #64
83 ld1 {v0.16b-v3.16b}, [x20], #64 /* get 4 ct blocks */
85 st1 {v0.16b-v3.16b}, [x19], #64
127 ld1 {v0.16b-v3.16b}, [x20], #64 /* get 4 pt blocks */
134 eor v3.16b, v3.16b, v2.16b
135 encrypt_block v3, w22, x21, x6, w7
136 st1 {v0.16b-v3.16b}, [x19], #64
[all …]
Dchacha20-neon-core.S40 ld1 {v0.4s-v3.4s}, [x0]
49 eor v3.16b, v3.16b, v0.16b
50 rev32 v3.8h, v3.8h
53 add v2.4s, v2.4s, v3.4s
60 eor v3.16b, v3.16b, v0.16b
61 tbl v3.16b, {v3.16b}, v12.16b
64 add v2.4s, v2.4s, v3.4s
74 ext v3.16b, v3.16b, v3.16b, #12
78 eor v3.16b, v3.16b, v0.16b
79 rev32 v3.8h, v3.8h
[all …]
Dsm3-ce-core.S91 0: ld1 {v0.16b-v3.16b}, [x1], #64
100 CPU_LE( rev32 v3.16b, v3.16b )
104 qround a, v0, v1, v2, v3, v4
105 qround a, v1, v2, v3, v4, v0
106 qround a, v2, v3, v4, v0, v1
107 qround a, v3, v4, v0, v1, v2
111 qround b, v4, v0, v1, v2, v3
112 qround b, v0, v1, v2, v3, v4
113 qround b, v1, v2, v3, v4, v0
114 qround b, v2, v3, v4, v0, v1
[all …]
/kernel/linux/linux-5.10/arch/arm64/crypto/
Daes-modes.S26 encrypt_block4x v0, v1, v2, v3, w3, x2, x8, w7
31 decrypt_block4x v0, v1, v2, v3, w3, x2, x8, w7
37 encrypt_block5x v0, v1, v2, v3, v4, w3, x2, x8, w7
42 decrypt_block5x v0, v1, v2, v3, v4, w3, x2, x8, w7
63 ld1 {v0.16b-v3.16b}, [x1], #64 /* get 4 pt blocks */
67 st1 {v0.16b-v3.16b}, [x0], #64
94 ld1 {v0.16b-v3.16b}, [x1], #64 /* get 4 ct blocks */
98 st1 {v0.16b-v3.16b}, [x0], #64
145 ld1 {v0.16b-v3.16b}, [x1], #64 /* get 4 pt blocks */
152 eor v3.16b, v3.16b, v2.16b
[all …]
Dsm3-ce-core.S88 0: ld1 {v0.16b-v3.16b}, [x1], #64
97 CPU_LE( rev32 v3.16b, v3.16b )
101 qround a, v0, v1, v2, v3, v4
102 qround a, v1, v2, v3, v4, v0
103 qround a, v2, v3, v4, v0, v1
104 qround a, v3, v4, v0, v1, v2
108 qround b, v4, v0, v1, v2, v3
109 qround b, v0, v1, v2, v3, v4
110 qround b, v1, v2, v3, v4, v0
111 qround b, v2, v3, v4, v0, v1
[all …]
/kernel/linux/linux-5.10/arch/powerpc/lib/
Dxor_vmx.c75 DEFINE(v3); in __xor_altivec_3()
81 LOAD(v3); in __xor_altivec_3()
83 XOR(v1, v3); in __xor_altivec_3()
88 v3 += 4; in __xor_altivec_3()
98 DEFINE(v3); in __xor_altivec_4()
105 LOAD(v3); in __xor_altivec_4()
108 XOR(v3, v4); in __xor_altivec_4()
109 XOR(v1, v3); in __xor_altivec_4()
114 v3 += 4; in __xor_altivec_4()
125 DEFINE(v3); in __xor_altivec_5()
[all …]
/kernel/linux/linux-4.19/drivers/char/mwave/
Dmwavedd.h89 #define PRINTK_4(f,s,v1,v2,v3) \ argument
91 printk(s,v1,v2,v3); \
94 #define PRINTK_5(f,s,v1,v2,v3,v4) \ argument
96 printk(s,v1,v2,v3,v4); \
99 #define PRINTK_6(f,s,v1,v2,v3,v4,v5) \ argument
101 printk(s,v1,v2,v3,v4,v5); \
104 #define PRINTK_7(f,s,v1,v2,v3,v4,v5,v6) \ argument
106 printk(s,v1,v2,v3,v4,v5,v6); \
109 #define PRINTK_8(f,s,v1,v2,v3,v4,v5,v6,v7) \ argument
111 printk(s,v1,v2,v3,v4,v5,v6,v7); \
[all …]
/kernel/linux/linux-5.10/drivers/char/mwave/
Dmwavedd.h89 #define PRINTK_4(f,s,v1,v2,v3) \ argument
91 printk(s,v1,v2,v3); \
94 #define PRINTK_5(f,s,v1,v2,v3,v4) \ argument
96 printk(s,v1,v2,v3,v4); \
99 #define PRINTK_6(f,s,v1,v2,v3,v4,v5) \ argument
101 printk(s,v1,v2,v3,v4,v5); \
104 #define PRINTK_7(f,s,v1,v2,v3,v4,v5,v6) \ argument
106 printk(s,v1,v2,v3,v4,v5,v6); \
109 #define PRINTK_8(f,s,v1,v2,v3,v4,v5,v6,v7) \ argument
111 printk(s,v1,v2,v3,v4,v5,v6,v7); \
[all …]
/kernel/linux/linux-4.19/arch/powerpc/lib/
Dxor_vmx.c87 DEFINE(v3); in __xor_altivec_3()
93 LOAD(v3); in __xor_altivec_3()
95 XOR(v1, v3); in __xor_altivec_3()
100 v3 += 4; in __xor_altivec_3()
110 DEFINE(v3); in __xor_altivec_4()
117 LOAD(v3); in __xor_altivec_4()
120 XOR(v3, v4); in __xor_altivec_4()
121 XOR(v1, v3); in __xor_altivec_4()
126 v3 += 4; in __xor_altivec_4()
137 DEFINE(v3); in __xor_altivec_5()
[all …]
/kernel/linux/linux-4.19/include/pcmcia/
Ddevice_id.h37 #define PCMCIA_DEVICE_PROD_ID3(v3, vh3) { \ argument
39 .prod_id = { NULL, NULL, (v3), NULL }, \
48 #define PCMCIA_DEVICE_PROD_ID13(v1, v3, vh1, vh3) { \ argument
51 .prod_id = { (v1), NULL, (v3), NULL }, \
60 #define PCMCIA_DEVICE_PROD_ID123(v1, v2, v3, vh1, vh2, vh3) { \ argument
64 .prod_id = { (v1), (v2), (v3), NULL },\
74 #define PCMCIA_DEVICE_PROD_ID134(v1, v3, v4, vh1, vh3, vh4) { \ argument
78 .prod_id = { (v1), NULL, (v3), (v4) }, \
81 #define PCMCIA_DEVICE_PROD_ID1234(v1, v2, v3, v4, vh1, vh2, vh3, vh4) { \ argument
86 .prod_id = { (v1), (v2), (v3), (v4) }, \
[all …]

12345678910>>...66