Searched refs:v2 (Results 1 - 25 of 303) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/apm/
H A DMakefile7 obj-$(CONFIG_NET_XGENE_V2) += xgene-v2/
/linux-master/drivers/crypto/hisilicon/trng/
H A DMakefile1 obj-$(CONFIG_CRYPTO_DEV_HISI_TRNG) += hisi-trng-v2.o
2 hisi-trng-v2-objs = trng.o
/linux-master/arch/loongarch/lib/
H A Dxor_template.c18 const unsigned long * __restrict v2)
25 LD_AND_XOR_LINE(v2)
27 : : [v1] "r"(v1), [v2] "r"(v2) : "memory"
31 v2 += LINE_WIDTH / sizeof(unsigned long);
37 const unsigned long * __restrict v2, variable
45 LD_AND_XOR_LINE(v2)
48 : : [v1] "r"(v1), [v2] "r"(v2), [v3] "r"(v3) : "memory"
52 v2
59 const unsigned long * __restrict v2, variable
85 const unsigned long * __restrict v2, variable
[all...]
/linux-master/drivers/char/mwave/
H A Dmwavedd.h84 #define PRINTK_3(f,s,v1,v2) \
86 printk(s,v1,v2); \
89 #define PRINTK_4(f,s,v1,v2,v3) \
91 printk(s,v1,v2,v3); \
94 #define PRINTK_5(f,s,v1,v2,v3,v4) \
96 printk(s,v1,v2,v3,v4); \
99 #define PRINTK_6(f,s,v1,v2,v3,v4,v5) \
101 printk(s,v1,v2,v3,v4,v5); \
104 #define PRINTK_7(f,s,v1,v2,v3,v4,v5,v6) \
106 printk(s,v1,v2,v
[all...]
/linux-master/drivers/net/ethernet/apm/xgene-v2/
H A DMakefile3 # Makefile for APM X-Gene Ethernet v2 driver
6 xgene-enet-v2-objs := main.o mac.o enet.o ring.o mdio.o ethtool.o
7 obj-$(CONFIG_NET_XGENE_V2) += xgene-enet-v2.o
/linux-master/arch/arm64/boot/dts/amazon/
H A DMakefile2 dtb-$(CONFIG_ARCH_ALPINE) += alpine-v2-evp.dtb
/linux-master/scripts/dtc/include-prefixes/arm64/amazon/
H A DMakefile2 dtb-$(CONFIG_ARCH_ALPINE) += alpine-v2-evp.dtb
/linux-master/net/ceph/
H A Dmessenger_v2.c114 iov_iter_is_discard(&con->v2.in_iter) ? "discard" : "need",
115 iov_iter_count(&con->v2.in_iter));
116 ret = do_recvmsg(con->sock, &con->v2.in_iter);
118 iov_iter_count(&con->v2.in_iter));
201 iov_iter_count(&con->v2.out_iter), con->v2.out_iter_sendpage);
202 if (con->v2.out_iter_sendpage)
203 ret = do_try_sendpage(con->sock, &con->v2.out_iter);
205 ret = do_sendmsg(con->sock, &con->v2.out_iter);
207 iov_iter_count(&con->v2
[all...]
/linux-master/tools/testing/selftests/powerpc/math/
H A Dvmx_asm.S9 # Should be safe from C, only touches r4, r5 and v0,v1,v2
17 vmr v2,v1
22 vand v2,v2,v1
27 vand v2,v2,v1
32 vand v2,v2,v1
37 vand v2,v2,v
[all...]
/linux-master/tools/power/cpupower/debug/kernel/
H A Dcpufreq-test_tsc.c37 u32 v1=0,v2=0,v3=0; local
45 v2 = inl(pm_tmr_ioport);
47 } while ((v1 > v2 && v1 < v3) || (v2 > v3 && v2 < v1)
48 || (v3 > v1 && v3 < v2));
51 return (v2 & 0xFFFFFF);
61 of Linux v2.6.25. */
/linux-master/arch/s390/include/asm/
H A Dfpu-insn.h146 static __always_inline void fpu_vab(u8 v1, u8 v2, u8 v3) argument
148 asm volatile("VAB %[v1],%[v2],%[v3]"
150 : [v1] "I" (v1), [v2] "I" (v2), [v3] "I" (v3)
154 static __always_inline void fpu_vcksm(u8 v1, u8 v2, u8 v3) argument
156 asm volatile("VCKSM %[v1],%[v2],%[v3]"
158 : [v1] "I" (v1), [v2] "I" (v2), [v3] "I" (v3)
162 static __always_inline void fpu_vesravb(u8 v1, u8 v2, u8 v3) argument
164 asm volatile("VESRAVB %[v1],%[v2],
170 fpu_vgfmag(u8 v1, u8 v2, u8 v3, u8 v4) argument
178 fpu_vgfmg(u8 v1, u8 v2, u8 v3) argument
317 fpu_vlr(u8 v1, u8 v2) argument
333 fpu_vn(u8 v1, u8 v2, u8 v3) argument
341 fpu_vperm(u8 v1, u8 v2, u8 v3, u8 v4) argument
357 fpu_vsrlb(u8 v1, u8 v2, u8 v3) argument
461 fpu_vupllf(u8 v1, u8 v2) argument
469 fpu_vx(u8 v1, u8 v2, u8 v3) argument
[all...]
H A Dfpu-insn-asm.h100 .ifc \vxr,%v2
201 * @v2: Vector register designated operand whose MSB is stored in
212 * correspond to @v1, @v2, @v3, and @v4. But there are exceptions, such as but
219 .macro RXB rxb v1 v2=0 v3=0 v4=0
224 .if \v2 & 0x10
239 * @v2: Second vector register designated operand (for RXB)
243 * Note: For @v1, @v2, @v3, and @v4 also refer to the RXB macro
246 .macro MRXB m v1 v2=0 v3=0 v4=0
248 RXB rxb, \v1, \v2, \v3, \v4 variable
257 * @v2
265 MRXB \\m, \\v1, \\v2, \\v3, \\v4 variable
310 VX_NUM v2, \\v2 variable
423 VX_NUM v2, \\vr2 variable
434 VX_NUM v2, \\vr2 variable
452 VX_NUM v2, \\vr2 variable
456 MRXBOPC \\m4, 0x84, v1, v2, v3 variable
483 VX_NUM v2, \\vr2 variable
487 MRXBOPC \\m4, 0x61, v1, v2, v3 variable
505 VX_NUM v2, \\vr2 variable
509 MRXBOPC \\m4, 0x60, v1, v2, v3 variable
549 VX_NUM v2, \\vr2 variable
559 VX_NUM v2, \\vr2 variable
569 VX_NUM v2, \\vr2 variable
579 VX_NUM v2, \\vr2 variable
583 MRXBOPC \\m4, 0xB4, v1, v2, v3 variable
601 VX_NUM v2, \\vr2 variable
624 VX_NUM v2, \\vr2 variable
654 VX_NUM v2, \\vr2 variable
658 MRXBOPC \\m4, 0xF3, v1, v2, v3 variable
679 VX_NUM v2, \\vr2 variable
683 MRXBOPC \\m4, 0x7A, v1, v2, v3 variable
724 VX_NUM v2, \\vr2 variable
[all...]
/linux-master/arch/powerpc/lib/
H A Dxor_vmx.c57 DEFINE(v2);
62 LOAD(v2);
63 XOR(v1, v2);
67 v2 += 4;
77 DEFINE(v2);
83 LOAD(v2);
85 XOR(v1, v2);
90 v2 += 4;
102 DEFINE(v2);
109 LOAD(v2);
[all...]
/linux-master/include/pcmcia/
H A Ddevice_id.h29 #define PCMCIA_DEVICE_PROD_ID2(v2, vh2) { \
31 .prod_id = { NULL, (v2), NULL, NULL }, \
39 #define PCMCIA_DEVICE_PROD_ID12(v1, v2, vh1, vh2) { \
42 .prod_id = { (v1), (v2), NULL, NULL }, \
57 #define PCMCIA_DEVICE_PROD_ID123(v1, v2, v3, vh1, vh2, vh3) { \
61 .prod_id = { (v1), (v2), (v3), NULL },\
64 #define PCMCIA_DEVICE_PROD_ID124(v1, v2, v4, vh1, vh2, vh4) { \
68 .prod_id = { (v1), (v2), NULL, (v4) }, \
78 #define PCMCIA_DEVICE_PROD_ID1234(v1, v2, v3, v4, vh1, vh2, vh3, vh4) { \
83 .prod_id = { (v1), (v2), (v
[all...]
/linux-master/arch/arm64/lib/
H A Dxor-neon.c19 register uint64x2_t v0, v1, v2, v3; local
26 v2 = veorq_u64(vld1q_u64(dp1 + 4), vld1q_u64(dp2 + 4));
32 vst1q_u64(dp1 + 4, v2);
48 register uint64x2_t v0, v1, v2, v3; local
55 v2 = veorq_u64(vld1q_u64(dp1 + 4), vld1q_u64(dp2 + 4));
61 v2 = veorq_u64(v2, vld1q_u64(dp3 + 4));
67 vst1q_u64(dp1 + 4, v2);
86 register uint64x2_t v0, v1, v2, v3; local
93 v2
133 register uint64x2_t v0, v1, v2, v3; local
203 register uint64x2_t v0, v1, v2, v3; local
240 register uint64x2_t v0, v1, v2, v3; local
286 register uint64x2_t v0, v1, v2, v3; local
[all...]
/linux-master/drivers/firmware/google/
H A Dmemconsole-x86-legacy.c39 } __packed v2; member in union:biosmemcon_ebda::__anon176
67 pr_info("memconsole: BIOS console v2 EBDA structure found at %p\n",
70 hdr->v2.buffer_addr, hdr->v2.start,
71 hdr->v2.end, hdr->v2.num_bytes);
73 memconsole_baseaddr = phys_to_virt(hdr->v2.buffer_addr + hdr->v2.start);
74 memconsole_length = hdr->v2.end - hdr->v2
[all...]
/linux-master/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_reg.h65 #define REG_SET_2(reg, init_value, f1, v1, f2, v2) \
68 FN(reg, f2), v2)
70 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \
73 FN(reg, f2), v2, \
76 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \
79 FN(reg, f2), v2, \
92 #define REG_UPDATE_2(reg, f1, v1, f2, v2) \
95 FN(reg, f2), v2)
97 #define REG_UPDATE_3(reg, f1, v1, f2, v2, f3, v3) \
100 FN(reg, f2), v2, \
[all...]
/linux-master/arch/mips/kernel/
H A Dr4k-bugs64.c44 void mult_sh_align_mod(long *v1, long *v2, long *w, argument
115 *v2 = lv2;
121 long v1[8], v2[8], w[8]; local
135 mult_sh_align_mod(&v1[0], &v2[0], &w[0], 32, 0);
136 mult_sh_align_mod(&v1[1], &v2[1], &w[1], 32, 1);
137 mult_sh_align_mod(&v1[2], &v2[2], &w[2], 32, 2);
138 mult_sh_align_mod(&v1[3], &v2[3], &w[3], 32, 3);
139 mult_sh_align_mod(&v1[4], &v2[4], &w[4], 32, 4);
140 mult_sh_align_mod(&v1[5], &v2[5], &w[5], 32, 5);
141 mult_sh_align_mod(&v1[6], &v2[
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_math.c94 float dcn_bw_max3(float v1, float v2, float v3) argument
96 return v3 > dcn_bw_max2(v1, v2) ? v3 : dcn_bw_max2(v1, v2);
99 float dcn_bw_max5(float v1, float v2, float v3, float v4, float v5) argument
101 return dcn_bw_max3(v1, v2, v3) > dcn_bw_max2(v4, v5) ? dcn_bw_max3(v1, v2, v3) : dcn_bw_max2(v4, v5);
/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Ddcn_calc_math.h37 float dcn_bw_max3(float v1, float v2, float v3);
38 float dcn_bw_max5(float v1, float v2, float v3, float v4, float v5);
H A Dreg_helper.h67 #define REG_SET_2(reg, init_value, f1, v1, f2, v2) \
70 FN(reg, f2), v2)
72 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \
75 FN(reg, f2), v2,\
78 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \
81 FN(reg, f2), v2,\
85 #define REG_SET_5(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \
89 FN(reg, f2), v2,\
94 #define REG_SET_6(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \
98 FN(reg, f2), v2,\
[all...]
/linux-master/arch/arm64/crypto/
H A Daes-ce-core.S20 0: mov v2.16b, v1.16b
22 1: aese v0.16b, v2.16b
27 3: ld1 {v2.4s}, [x0], #16
33 aese v0.16b, v2.16b
48 0: mov v2.16b, v1.16b
50 1: aesd v0.16b, v2.16b
55 3: ld1 {v2.4s}, [x0], #16
61 aesd v0.16b, v2.16b
H A Daes-ce-ccm-core.S65 ld1 {v2.16b}, [x1], #16 /* load next input block */
67 eor v2.16b, v2.16b, v5.16b /* final round enc+mac */
68 eor v6.16b, v1.16b, v2.16b /* xor with crypted ctr */
70 eor v2.16b, v2.16b, v1.16b /* xor with crypted ctr */
71 eor v6.16b, v2.16b, v5.16b /* final round enc */
73 eor v0.16b, v0.16b, v2.16b /* xor mac with pt ^ rk[last] */
96 ld1 {v2.16b}, [x1] /* load a full block of input */
98 eor v7.16b, v2
[all...]
/linux-master/drivers/net/wireless/ath/ath9k/
H A Drng.c27 u32 v1, v2, rng_last = sc->rng_last; local
38 v2 = REG_READ(ah, AR_PHY_TST_ADC) & 0xffff;
41 if (v1 && v2 && rng_last != v1 && v1 != v2 && v1 != 0xffff &&
42 v2 != 0xffff)
43 buf[j++] = (v1 << 16) | v2;
45 rng_last = v2;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_siphash.h26 #define SIPROUND SIPHASH_PERMUTATION(v0, v1, v2, v3)
31 u64 v2 = SIPHASH_CONST_2; \
35 v2 ^= key->key[0]; \
44 v2 ^= 0xff; \
49 return (v0 ^ v1) ^ (v2 ^ v3);

Completed in 278 milliseconds

1234567891011>>