Home
last modified time | relevance | path

Searched full:v2 (Results 1 – 25 of 4131) sorted by relevance

12345678910>>...166

/Linux-v6.1/net/ceph/
Dmessenger_v2.c112 iov_iter_is_discard(&con->v2.in_iter) ? "discard" : "need", in ceph_tcp_recv()
113 iov_iter_count(&con->v2.in_iter)); in ceph_tcp_recv()
114 ret = do_recvmsg(con->sock, &con->v2.in_iter); in ceph_tcp_recv()
116 iov_iter_count(&con->v2.in_iter)); in ceph_tcp_recv()
200 iov_iter_count(&con->v2.out_iter), con->v2.out_iter_sendpage); in ceph_tcp_send()
201 if (con->v2.out_iter_sendpage) in ceph_tcp_send()
202 ret = do_try_sendpage(con->sock, &con->v2.out_iter); in ceph_tcp_send()
204 ret = do_sendmsg(con->sock, &con->v2.out_iter); in ceph_tcp_send()
206 iov_iter_count(&con->v2.out_iter)); in ceph_tcp_send()
212 BUG_ON(con->v2.in_kvec_cnt >= ARRAY_SIZE(con->v2.in_kvecs)); in add_in_kvec()
[all …]
/Linux-v6.1/tools/testing/selftests/powerpc/math/
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,v1
42 vand v2,v2,v1
47 vand v2,v2,v1
52 vand v2,v2,v1
57 vand v2,v2,v1
[all …]
/Linux-v6.1/include/uapi/linux/
Dnfs.h43 * Error codes that have a `--' in the v2 column are not part of the
47 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 */
56 NFSERR_NODEV = 19, /* v2 v3 v4 */
[all …]
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/inc/
Dreg_helper.h67 #define REG_SET_2(reg, init_value, f1, v1, f2, v2) \ argument
70 FN(reg, f2), v2)
72 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \ argument
75 FN(reg, f2), v2,\
78 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
81 FN(reg, f2), v2,\
85 #define REG_SET_5(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument
89 FN(reg, f2), v2,\
94 #define REG_SET_6(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument
98 FN(reg, f2), v2,\
[all …]
/Linux-v6.1/arch/powerpc/lib/
Dxor_vmx.c44 #define XOR(V1, V2) \ argument
46 V1##_0 = vec_xor(V1##_0, V2##_0); \
47 V1##_1 = vec_xor(V1##_1, V2##_1); \
48 V1##_2 = vec_xor(V1##_2, V2##_2); \
49 V1##_3 = vec_xor(V1##_3, V2##_3); \
57 DEFINE(v2); in __xor_altivec_2()
62 LOAD(v2); in __xor_altivec_2()
63 XOR(v1, v2); in __xor_altivec_2()
67 v2 += 4; in __xor_altivec_2()
77 DEFINE(v2); in __xor_altivec_3()
[all …]
/Linux-v6.1/Documentation/powerpc/
Disa-versions.rst14 Power8 Power ISA v2.07
15 e6500 Power ISA v2.06 with some exceptions
16 e5500 Power ISA v2.06 with some exceptions, no Altivec
17 Power7 Power ISA v2.06
18 Power6 Power ISA v2.05
19 PA6T Power ISA v2.04
20 Cell PPU - Power ISA v2.02 with some minor exceptions
22 Power5++ Power ISA v2.04 (no VMX)
23 Power5+ Power ISA v2.03
24 Power5 - PowerPC User Instruction Set Architecture Book I v2.02
[all …]
/Linux-v6.1/arch/s390/include/asm/
Dvx-insn.h97 .ifc \vxr,%v2
196 * @v2: Second vector register designated operand
200 .macro RXB rxb v1 v2=0 v3=0 v4=0
205 .if \v2 & 0x10
220 * @v2: Second vector register designated operand (for RXB)
224 .macro MRXB m v1 v2=0 v3=0 v4=0
226 RXB rxb, \v1, \v2, \v3, \v4
235 * @v2: Second 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 …]
/Linux-v6.1/include/pcmcia/
Ddevice_id.h29 #define PCMCIA_DEVICE_PROD_ID2(v2, vh2) { \ argument
31 .prod_id = { NULL, (v2), NULL, NULL }, \
39 #define PCMCIA_DEVICE_PROD_ID12(v1, v2, vh1, vh2) { \ argument
42 .prod_id = { (v1), (v2), NULL, NULL }, \
57 #define PCMCIA_DEVICE_PROD_ID123(v1, v2, v3, vh1, vh2, vh3) { \ argument
61 .prod_id = { (v1), (v2), (v3), NULL },\
64 #define PCMCIA_DEVICE_PROD_ID124(v1, v2, v4, vh1, vh2, vh4) { \ argument
68 .prod_id = { (v1), (v2), NULL, (v4) }, \
78 #define PCMCIA_DEVICE_PROD_ID1234(v1, v2, v3, v4, vh1, vh2, vh3, vh4) { \ argument
83 .prod_id = { (v1), (v2), (v3), (v4) }, \
[all …]
/Linux-v6.1/arch/arm64/lib/
Dxor-neon.c19 register uint64x2_t v0, v1, v2, v3; in xor_arm64_neon_2() local
26 v2 = veorq_u64(vld1q_u64(dp1 + 4), vld1q_u64(dp2 + 4)); in xor_arm64_neon_2()
32 vst1q_u64(dp1 + 4, v2); in xor_arm64_neon_2()
48 register uint64x2_t v0, v1, v2, v3; in xor_arm64_neon_3() local
55 v2 = veorq_u64(vld1q_u64(dp1 + 4), vld1q_u64(dp2 + 4)); in xor_arm64_neon_3()
61 v2 = veorq_u64(v2, vld1q_u64(dp3 + 4)); in xor_arm64_neon_3()
67 vst1q_u64(dp1 + 4, v2); in xor_arm64_neon_3()
86 register uint64x2_t v0, v1, v2, v3; in xor_arm64_neon_4() local
93 v2 = veorq_u64(vld1q_u64(dp1 + 4), vld1q_u64(dp2 + 4)); in xor_arm64_neon_4()
99 v2 = veorq_u64(v2, vld1q_u64(dp3 + 4)); in xor_arm64_neon_4()
[all …]
/Linux-v6.1/drivers/char/mwave/
Dmwavedd.h84 #define PRINTK_3(f,s,v1,v2) \ argument
86 printk(s,v1,v2); \
89 #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); \
[all …]
/Linux-v6.1/arch/s390/crypto/
Dcrc32le-vx.S132 VPERM %v2,%v2,%v2,CONST_PERM_LE2BE
156 * in V2, V3, and V4 respectively.
159 VGFMAG %v2,CONST_R2R1,%v2,%v6
175 VGFMAG %v1,CONST_R4R3,%v1,%v2
184 VL %v2,0,,%r3 /* Load next data chunk */
185 VPERM %v2,%v2,%v2,CONST_PERM_LE2BE
186 VGFMAG %v1,CONST_R4R3,%v1,%v2 /* Fold next data chunk */
224 * and store the result in V2 which is then accumulated. Use the
233 VSRLB %v2,%v1,%v9 /* Store remaining bits in V2 */
235 VGFMAG %v1,CONST_R5,%v1,%v2 /* V1 = (V1 * R5) XOR V2 */
[all …]
Dcrc32be-vx.S121 * in V2, V3, and V4 respectively.
124 VGFMAG %v2,CONST_R1R2,%v2,%v6
137 VGFMAG %v1,CONST_R3R4,%v1,%v2
147 VL %v2,0,,%r3 /* Load next data chunk */
148 VGFMAG %v1,CONST_R3R4,%v1,%v2 /* Fold next data chunk */
196 VUPLLF %v2,%v1
197 VGFMG %v2,CONST_RU_POLY,%v2
201 * V2 and XOR the intermediate result, T2(x), with the value in V1.
202 * The final result is in the rightmost word of V2.
204 VUPLLF %v2,%v2
[all …]
/Linux-v6.1/drivers/staging/r8188eu/hal/
DHalHWImg8188E_MAC.c136 #define READ_NEXT_PAIR(v1, v2, i) do { i += 2; v1 = array[i]; v2 = array[i + 1]; } while (0) in ODM_ReadAndConfig_MAC_REG_8188E() argument
163 u32 v2 = array[i + 1]; in ODM_ReadAndConfig_MAC_REG_8188E() local
170 rtw_IOL_append_WB_cmd(pxmit_frame, (u16)v1, (u8)v2, 0xFF); in ODM_ReadAndConfig_MAC_REG_8188E()
172 odm_ConfigMAC_8188E(dm_odm, v1, (u8)v2); in ODM_ReadAndConfig_MAC_REG_8188E()
178 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MAC_REG_8188E()
179 while (v2 != 0xDEAD && in ODM_ReadAndConfig_MAC_REG_8188E()
180 v2 != 0xCDEF && in ODM_ReadAndConfig_MAC_REG_8188E()
181 v2 != 0xCDCD && i < array_len - 2) { in ODM_ReadAndConfig_MAC_REG_8188E()
182 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MAC_REG_8188E()
186 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MAC_REG_8188E()
[all …]
DHalHWImg8188E_BB.c6 #define read_next_pair(array, v1, v2, i) \ argument
10 v2 = array[i + 1]; \
202 u32 v2 = array[i + 1]; in ODM_ReadAndConfig_AGC_TAB_1T_8188E() local
209 rtw_IOL_append_WD_cmd(pxmit_frame, (u16)v1, v2, bMaskDWord); in ODM_ReadAndConfig_AGC_TAB_1T_8188E()
211 odm_ConfigBB_AGC_8188E(dm_odm, v1, bMaskDWord, v2); in ODM_ReadAndConfig_AGC_TAB_1T_8188E()
218 read_next_pair(array, v1, v2, i); in ODM_ReadAndConfig_AGC_TAB_1T_8188E()
219 while (v2 != 0xDEAD && in ODM_ReadAndConfig_AGC_TAB_1T_8188E()
220 v2 != 0xCDEF && in ODM_ReadAndConfig_AGC_TAB_1T_8188E()
221 v2 != 0xCDCD && i < arraylen - 2) in ODM_ReadAndConfig_AGC_TAB_1T_8188E()
222 read_next_pair(array, v1, v2, i); in ODM_ReadAndConfig_AGC_TAB_1T_8188E()
[all …]
DHalHWImg8188E_RF.c165 #define READ_NEXT_PAIR(v1, v2, i) do \ in ODM_ReadAndConfig_RadioA_1T_8188E() argument
167 v2 = Array[i + 1]; } while (0) in ODM_ReadAndConfig_RadioA_1T_8188E()
193 u32 v2 = Array[i + 1]; in ODM_ReadAndConfig_RadioA_1T_8188E() local
214 rtw_IOL_append_WRF_cmd(pxmit_frame, RF_PATH_A, (u16)v1, v2, bRFRegOffsetMask); in ODM_ReadAndConfig_RadioA_1T_8188E()
216 odm_ConfigRF_RadioA_8188E(pDM_Odm, v1, v2); in ODM_ReadAndConfig_RadioA_1T_8188E()
222 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_RadioA_1T_8188E()
223 while (v2 != 0xDEAD && in ODM_ReadAndConfig_RadioA_1T_8188E()
224 v2 != 0xCDEF && in ODM_ReadAndConfig_RadioA_1T_8188E()
225 v2 != 0xCDCD && i < ArrayLen - 2) in ODM_ReadAndConfig_RadioA_1T_8188E()
226 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_RadioA_1T_8188E()
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/opp/
Dopp-v2.yaml4 $id: http://devicetree.org/schemas/opp/opp-v2.yaml#
13 - $ref: opp-v2-base.yaml#
17 const: operating-points-v2
39 operating-points-v2 = <&cpu0_opp_table0>;
50 operating-points-v2 = <&cpu0_opp_table0>;
55 compatible = "operating-points-v2";
96 operating-points-v2 = <&cpu_opp_table>;
107 operating-points-v2 = <&cpu_opp_table>;
118 operating-points-v2 = <&cpu_opp_table>;
129 operating-points-v2 = <&cpu_opp_table>;
[all …]
/Linux-v6.1/drivers/hid/
Dhid-uclogic-rdesc.h119 /* Report ID for v2 pen reports */
122 /* Fixed report descriptor template for (tweaked) v2 pen reports */
133 /* Report ID for tweaked v2 frame button reports */
136 /* Fixed report descriptor for (tweaked) v2 frame button reports */
140 /* Report ID for tweaked v2 frame touch ring/strip reports */
143 /* Fixed report descriptor for (tweaked) v2 frame touch ring reports */
147 /* Fixed report descriptor for (tweaked) v2 frame touch strip reports */
151 /* Device ID byte offset in v2 frame touch ring/strip reports */
154 /* Report ID for tweaked v2 frame dial reports */
157 /* Fixed report descriptor for (tweaked) v2 frame dial reports */
[all …]
/Linux-v6.1/arch/arm64/boot/dts/exynos/
Dexynos5433-bus.dtsi14 operating-points-v2 = <&bus_g2d_400_opp_table>;
22 operating-points-v2 = <&bus_g2d_266_opp_table>;
30 operating-points-v2 = <&bus_gscl_opp_table>;
38 operating-points-v2 = <&bus_hevc_opp_table>;
46 operating-points-v2 = <&bus_g2d_400_opp_table>;
54 operating-points-v2 = <&bus_g2d_400_opp_table>;
62 operating-points-v2 = <&bus_g2d_400_opp_table>;
70 operating-points-v2 = <&bus_hevc_opp_table>;
78 operating-points-v2 = <&bus_hevc_opp_table>;
86 operating-points-v2 = <&bus_noc2_opp_table>;
[all …]
/Linux-v6.1/lib/
Dxxhash.c111 uint32_t v2 = seed + PRIME32_2; in xxh32() local
118 v2 = xxh32_round(v2, get_unaligned_le32(p)); in xxh32()
126 h32 = xxh_rotl32(v1, 1) + xxh_rotl32(v2, 7) + in xxh32()
181 uint64_t v2 = seed + PRIME64_2; in xxh64() local
188 v2 = xxh64_round(v2, get_unaligned_le64(p)); in xxh64()
196 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64()
199 h64 = xxh64_merge_round(h64, v2); in xxh64()
249 state.v2 = seed + PRIME32_2; in xxh32_reset()
263 state.v2 = seed + PRIME64_2; in xxh64_reset()
295 state->v2 = xxh32_round(state->v2, get_unaligned_le32(p32)); in xxh32_update()
[all …]
/Linux-v6.1/arch/arm64/boot/dts/rockchip/
Drk3399-op1-opp.dtsi8 compatible = "operating-points-v2";
43 compatible = "operating-points-v2";
86 compatible = "operating-points-v2";
115 compatible = "operating-points-v2";
137 operating-points-v2 = <&cluster0_opp>;
141 operating-points-v2 = <&cluster0_opp>;
145 operating-points-v2 = <&cluster0_opp>;
149 operating-points-v2 = <&cluster0_opp>;
153 operating-points-v2 = <&cluster1_opp>;
157 operating-points-v2 = <&cluster1_opp>;
[all …]
Drk3399-t-opp.dtsi9 compatible = "operating-points-v2";
32 compatible = "operating-points-v2";
67 compatible = "operating-points-v2";
89 operating-points-v2 = <&cluster0_opp>;
93 operating-points-v2 = <&cluster0_opp>;
97 operating-points-v2 = <&cluster0_opp>;
101 operating-points-v2 = <&cluster0_opp>;
105 operating-points-v2 = <&cluster1_opp>;
109 operating-points-v2 = <&cluster1_opp>;
113 operating-points-v2 = <&gpu_opp_table>;
Drk3399-opp.dtsi8 compatible = "operating-points-v2";
39 compatible = "operating-points-v2";
78 compatible = "operating-points-v2";
108 operating-points-v2 = <&cluster0_opp>;
112 operating-points-v2 = <&cluster0_opp>;
116 operating-points-v2 = <&cluster0_opp>;
120 operating-points-v2 = <&cluster0_opp>;
124 operating-points-v2 = <&cluster1_opp>;
128 operating-points-v2 = <&cluster1_opp>;
132 operating-points-v2 = <&gpu_opp_table>;
/Linux-v6.1/arch/arm64/crypto/
Dsm3-ce-core.S97 CPU_LE( rev32 v2.16b, v2.16b )
102 qround a, v0, v1, v2, v3, v4
103 qround a, v1, v2, v3, v4, v0
104 qround a, v2, v3, v4, v0, v1
105 qround a, v3, v4, v0, v1, v2
109 qround b, v4, v0, v1, v2, v3
110 qround b, v0, v1, v2, v3, v4
111 qround b, v1, v2, v3, v4, v0
112 qround b, v2, v3, v4, v0, v1
113 qround b, v3, v4, v0, v1, v2
[all …]
/Linux-v6.1/drivers/firmware/google/
Dmemconsole-x86-legacy.c39 } __packed v2; member
67 pr_info("memconsole: BIOS console v2 EBDA structure found at %p\n", in found_v2_header()
70 hdr->v2.buffer_addr, hdr->v2.start, in found_v2_header()
71 hdr->v2.end, hdr->v2.num_bytes); in found_v2_header()
73 memconsole_baseaddr = phys_to_virt(hdr->v2.buffer_addr + hdr->v2.start); in found_v2_header()
74 memconsole_length = hdr->v2.end - hdr->v2.start; in found_v2_header()
110 /* memconsole v2 */ in memconsole_ebda_init()
/Linux-v6.1/drivers/gpu/drm/amd/display/dmub/src/
Ddmub_reg.h65 #define REG_SET_2(reg, init_value, f1, v1, f2, v2) \ argument
68 FN(reg, f2), v2)
70 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \ argument
73 FN(reg, f2), v2, \
76 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
79 FN(reg, f2), v2, \
92 #define REG_UPDATE_2(reg, f1, v1, f2, v2) \ argument
95 FN(reg, f2), v2)
97 #define REG_UPDATE_3(reg, f1, v1, f2, v2, f3, v3) \ argument
100 FN(reg, f2), v2, \
[all …]

12345678910>>...166