/linux/net/ceph/ |
A D | messenger_v2.c | 214 con->v2.in_kvecs[con->v2.in_kvec_cnt].iov_base = buf; in add_in_kvec() 215 con->v2.in_kvecs[con->v2.in_kvec_cnt].iov_len = len; in add_in_kvec() 252 con->v2.out_kvecs[con->v2.out_kvec_cnt].iov_base = buf; in add_out_kvec() 253 con->v2.out_kvecs[con->v2.out_kvec_cnt].iov_len = len; in add_out_kvec() 315 con->v2.conn_bufs[con->v2.conn_buf_cnt++] = buf; in alloc_conn_buf() 322 kvfree(con->v2.conn_bufs[--con->v2.conn_buf_cnt]); in free_conn_bufs() 564 memset(&con->v2.out_epil, 0, sizeof(con->v2.out_epil)); in encode_epilogue_secure() 700 WARN_ON(con->v2.hmac_tfm || con->v2.gcm_tfm || con->v2.gcm_req); in setup_crypto() 1041 MIDDLE_PAD(con->v2.in_buf), DATA_PAD(con->v2.in_buf), in decrypt_message() 1415 con->v2.client_cookie, con->v2.server_cookie, con->v2.global_seq, in prepare_session_reconnect() [all …]
|
/linux/drivers/staging/r8188eu/hal/ |
A D | HalHWImg8188E_BB.c | 11 v2 = array[i + 1]; \ 197 u32 v2 = array[i + 1]; in ODM_ReadAndConfig_AGC_TAB_1T_8188E() local 214 while (v2 != 0xDEAD && in ODM_ReadAndConfig_AGC_TAB_1T_8188E() 215 v2 != 0xCDEF && in ODM_ReadAndConfig_AGC_TAB_1T_8188E() 221 while (v2 != 0xDEAD && in ODM_ReadAndConfig_AGC_TAB_1T_8188E() 222 v2 != 0xCDEF && in ODM_ReadAndConfig_AGC_TAB_1T_8188E() 472 u32 v2 = array[i + 1]; in ODM_ReadAndConfig_PHY_REG_1T_8188E() local 504 while (v2 != 0xDEAD && in ODM_ReadAndConfig_PHY_REG_1T_8188E() 663 u32 v2 = array[i + 1]; in ODM_ReadAndConfig_PHY_REG_PG_8188E() local 675 v2 = array[i + 1]; in ODM_ReadAndConfig_PHY_REG_PG_8188E() [all …]
|
A D | HalHWImg8188E_MAC.c | 132 #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 160 u32 v2 = array[i + 1]; in ODM_ReadAndConfig_MAC_REG_8188E() local 175 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MAC_REG_8188E() 176 while (v2 != 0xDEAD && in ODM_ReadAndConfig_MAC_REG_8188E() 177 v2 != 0xCDEF && in ODM_ReadAndConfig_MAC_REG_8188E() 179 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MAC_REG_8188E() 183 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MAC_REG_8188E() 184 while (v2 != 0xDEAD && in ODM_ReadAndConfig_MAC_REG_8188E() 185 v2 != 0xCDEF && in ODM_ReadAndConfig_MAC_REG_8188E() 195 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MAC_REG_8188E() [all …]
|
A D | HalHWImg8188E_RF.c | 138 v2 = Array[i + 1]; } while (0) in ODM_ReadAndConfig_RadioA_1T_8188E() 165 u32 v2 = Array[i + 1]; in ODM_ReadAndConfig_RadioA_1T_8188E() local 194 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_RadioA_1T_8188E() 195 while (v2 != 0xDEAD && in ODM_ReadAndConfig_RadioA_1T_8188E() 196 v2 != 0xCDEF && in ODM_ReadAndConfig_RadioA_1T_8188E() 198 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_RadioA_1T_8188E() 201 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_RadioA_1T_8188E() 202 while (v2 != 0xDEAD && in ODM_ReadAndConfig_RadioA_1T_8188E() 203 v2 != 0xCDEF && in ODM_ReadAndConfig_RadioA_1T_8188E() 226 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_RadioA_1T_8188E() [all …]
|
/linux/drivers/staging/rtl8723bs/hal/ |
A D | HalHWImg8723B_BB.c | 227 u32 v2 = Array[i+1]; in ODM_ReadAndConfig_MP_8723B_AGC_TAB() local 240 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_AGC_TAB() 243 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_AGC_TAB() 244 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_AGC_TAB() 246 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_AGC_TAB() 251 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_AGC_TAB() 259 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_AGC_TAB() 266 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_AGC_TAB() 489 u32 v2 = Array[i+1]; in ODM_ReadAndConfig_MP_8723B_PHY_REG() local 502 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_PHY_REG() [all …]
|
A D | HalHWImg8723B_MAC.c | 197 u32 v2 = Array[i+1]; in ODM_ReadAndConfig_MP_8723B_MAC_REG() local 201 odm_ConfigMAC_8723B(pDM_Odm, v1, (u8)v2); in ODM_ReadAndConfig_MP_8723B_MAC_REG() 210 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_MAC_REG() 213 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_MAC_REG() 214 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_MAC_REG() 216 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_MAC_REG() 217 if (!CheckNegative(pDM_Odm, v1, v2)) in ODM_ReadAndConfig_MP_8723B_MAC_REG() 221 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_MAC_REG() 227 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_MAC_REG() 233 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_MAC_REG() [all …]
|
A D | HalHWImg8723B_RF.c | 228 u32 v2 = Array[i+1]; in ODM_ReadAndConfig_MP_8723B_RadioA() local 232 odm_ConfigRF_RadioA_8723B(pDM_Odm, v1, v2); in ODM_ReadAndConfig_MP_8723B_RadioA() 241 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_RadioA() 244 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_RadioA() 245 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_RadioA() 247 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_RadioA() 248 if (!CheckNegative(pDM_Odm, v1, v2)) in ODM_ReadAndConfig_MP_8723B_RadioA() 252 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_RadioA() 260 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_RadioA() 267 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_RadioA() [all …]
|
/linux/arch/s390/crypto/ |
A D | crc32le-vx.S | 132 VPERM %v2,%v2,%v2,CONST_PERM_LE2BE 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 233 VSRLB %v2,%v1,%v9 /* Store remaining bits in V2 */ 257 VUPLLF %v2,%v1 258 VGFMG %v2,CONST_RU_POLY,%v2 265 VUPLLF %v2,%v2 266 VGFMAG %v2,CONST_CRC_POLY,%v2,%v1 [all …]
|
A D | crc32be-vx.S | 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 204 VUPLLF %v2,%v2 205 VGFMAG %v2,CONST_CRC_POLY,%v2,%v1 208 VLGVF %r2,%v2,3
|
/linux/drivers/char/mwave/ |
A D | mwavedd.h | 84 #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 117 #define PRINTK_3(f,s,v1,v2) argument 118 #define PRINTK_4(f,s,v1,v2,v3) argument 119 #define PRINTK_5(f,s,v1,v2,v3,v4) argument 120 #define PRINTK_6(f,s,v1,v2,v3,v4,v5) argument 121 #define PRINTK_7(f,s,v1,v2,v3,v4,v5,v6) argument [all …]
|
/linux/include/pcmcia/ |
A D | device_id.h | 29 #define PCMCIA_DEVICE_PROD_ID2(v2, vh2) { \ argument 31 .prod_id = { NULL, (v2), NULL, NULL }, \ 42 .prod_id = { (v1), (v2), NULL, NULL }, \ 61 .prod_id = { (v1), (v2), (v3), NULL },\ 68 .prod_id = { (v1), (v2), NULL, (v4) }, \ 83 .prod_id = { (v1), (v2), (v3), (v4) }, \ 133 .prod_id = { (v1), (v2), NULL, NULL }, \ 150 .prod_id = { (v1), (v2), (v3), NULL },\ 182 .prod_id = { (v1), (v2), NULL, NULL }, \ 199 .prod_id = { (v1), (v2), (v3), NULL },\ [all …]
|
/linux/tools/testing/selftests/powerpc/math/ |
A D | vmx_asm.S | 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 62 vand v2,v2,v1 67 vand v2,v2,v1 [all …]
|
/linux/arch/arm64/lib/ |
A D | xor-neon.c | 19 register uint64x2_t v0, v1, v2, v3; in xor_arm64_neon_2() local 32 vst1q_u64(dp1 + 4, v2); in xor_arm64_neon_2() 60 v2 = veorq_u64(v2, vld1q_u64(dp3 + 4)); in xor_arm64_neon_3() 66 vst1q_u64(dp1 + 4, v2); in xor_arm64_neon_3() 96 v2 = veorq_u64(v2, vld1q_u64(dp3 + 4)); in xor_arm64_neon_4() 102 v2 = veorq_u64(v2, vld1q_u64(dp4 + 4)); in xor_arm64_neon_4() 108 vst1q_u64(dp1 + 4, v2); in xor_arm64_neon_4() 141 v2 = veorq_u64(v2, vld1q_u64(dp3 + 4)); in xor_arm64_neon_5() 147 v2 = veorq_u64(v2, vld1q_u64(dp4 + 4)); in xor_arm64_neon_5() 153 v2 = veorq_u64(v2, vld1q_u64(dp5 + 4)); in xor_arm64_neon_5() [all …]
|
/linux/arch/powerpc/lib/ |
A D | xor_vmx.c | 56 DEFINE(v2); in __xor_altivec_2() 61 LOAD(v2); in __xor_altivec_2() 66 v2 += 4; in __xor_altivec_2() 74 DEFINE(v2); in __xor_altivec_3() 80 LOAD(v2); in __xor_altivec_3() 87 v2 += 4; in __xor_altivec_3() 97 DEFINE(v2); in __xor_altivec_4() 104 LOAD(v2); in __xor_altivec_4() 113 v2 += 4; in __xor_altivec_4() 132 LOAD(v2); in __xor_altivec_5() [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/inc/ |
A D | reg_helper.h | 70 FN(reg, f2), v2) 75 FN(reg, f2), v2,\ 81 FN(reg, f2), v2,\ 89 FN(reg, f2), v2,\ 98 FN(reg, f2), v2,\ 108 FN(reg, f2), v2,\ 119 FN(reg, f2), v2,\ 131 FN(reg, f2), v2, \ 144 FN(reg, f2), v2, \ 237 FN(reg, f2), v2) [all …]
|
/linux/arch/s390/include/asm/ |
A D | vx-insn.h | 97 .ifc \vxr,%v2 205 .if \v2 & 0x10 283 .macro VLR v1, v2 285 VX_NUM v2, \v2 388 VX_NUM v2, \vr2 399 VX_NUM v2, \vr2 420 VX_NUM v2, \vr2 430 VX_NUM v2, \vr2 440 VX_NUM v2, \vr2 462 VX_NUM v2, \vr2 [all …]
|
/linux/include/linux/ |
A D | prandom.h | 30 #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) \
|
/linux/lib/ |
A D | random32.c | 337 unsigned long v2; member 366 unsigned long v0 = s->v0, v1 = s->v1, v2 = s->v2, v3 = s->v3; in siprand_u32() local 370 PRND_SIPROUND(v0, v1, v2, v3); in siprand_u32() 371 PRND_SIPROUND(v0, v1, v2, v3); in siprand_u32() 373 s->v0 = v0; s->v1 = v1; s->v2 = v2; s->v3 = v3; in siprand_u32() 442 unsigned long v2 = state->v2, v3 = state->v3; in prandom_seed() local 453 WRITE_ONCE(state->v2, v2); in prandom_seed() 466 unsigned long v0, v1, v2, v3; in prandom_init_early() local 472 v2 = v0 ^ PRND_K0; in prandom_init_early() 485 state->v2 = v2; state->v3 = v3; in prandom_init_early() [all …]
|
A D | xxhash.c | 118 v2 = xxh32_round(v2, get_unaligned_le32(p)); in xxh32() 188 v2 = xxh64_round(v2, get_unaligned_le64(p)); in xxh64() 295 state->v2 = xxh32_round(state->v2, get_unaligned_le32(p32)); in xxh32_update() 309 uint32_t v2 = state->v2; in xxh32_update() local 316 v2 = xxh32_round(v2, get_unaligned_le32(p)); in xxh32_update() 325 state->v2 = v2; in xxh32_update() 401 state->v2 = xxh64_round(state->v2, get_unaligned_le64(p64)); in xxh64_update() 414 uint64_t v2 = state->v2; in xxh64_update() local 421 v2 = xxh64_round(v2, get_unaligned_le64(p)); in xxh64_update() 430 state->v2 = v2; in xxh64_update() [all …]
|
/linux/Documentation/powerpc/ |
A D | isa-versions.rst | 12 Power8 Power ISA v2.07 13 Power7 Power ISA v2.06 14 Power6 Power ISA v2.05 15 PA6T Power ISA v2.04 16 Cell PPU - Power ISA v2.02 with some minor exceptions 18 Power5++ Power ISA v2.04 (no VMX) 19 Power5+ Power ISA v2.03 20 Power5 - PowerPC User Instruction Set Architecture Book I v2.02 21 - PowerPC Virtual Environment Architecture Book II v2.02 23 PPC970 - PowerPC User Instruction Set Architecture Book I v2.01 [all …]
|
/linux/Documentation/devicetree/bindings/opp/ |
A D | opp-v2.yaml | 4 $id: http://devicetree.org/schemas/opp/opp-v2.yaml# 13 - $ref: opp-v2-base.yaml# 17 const: operating-points-v2 55 compatible = "operating-points-v2"; 134 compatible = "operating-points-v2"; 218 compatible = "operating-points-v2"; 244 compatible = "operating-points-v2"; 288 compatible = "operating-points-v2"; 348 compatible = "operating-points-v2"; 401 compatible = "operating-points-v2"; [all …]
|
/linux/arch/arm64/boot/dts/exynos/ |
A D | exynos5433-bus.dtsi | 14 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>; 70 operating-points-v2 = <&bus_hevc_opp_table>; 78 operating-points-v2 = <&bus_hevc_opp_table>; 91 compatible = "operating-points-v2"; 121 compatible = "operating-points-v2"; 141 compatible = "operating-points-v2"; 155 compatible = "operating-points-v2"; [all …]
|
/linux/arch/mips/kernel/ |
A D | r4k-bugs64.c | 43 void mult_sh_align_mod(long *v1, long *v2, long *w, in mult_sh_align_mod() argument 114 *v2 = lv2; in mult_sh_align_mod() 120 long v1[8], v2[8], w[8]; in check_mult_sh() local 134 mult_sh_align_mod(&v1[0], &v2[0], &w[0], 32, 0); in check_mult_sh() 135 mult_sh_align_mod(&v1[1], &v2[1], &w[1], 32, 1); in check_mult_sh() 136 mult_sh_align_mod(&v1[2], &v2[2], &w[2], 32, 2); in check_mult_sh() 137 mult_sh_align_mod(&v1[3], &v2[3], &w[3], 32, 3); in check_mult_sh() 138 mult_sh_align_mod(&v1[4], &v2[4], &w[4], 32, 4); in check_mult_sh() 139 mult_sh_align_mod(&v1[5], &v2[5], &w[5], 32, 5); in check_mult_sh() 140 mult_sh_align_mod(&v1[6], &v2[6], &w[6], 32, 6); in check_mult_sh() [all …]
|
/linux/arch/arm64/boot/dts/rockchip/ |
A D | rk3399-opp.dtsi | 8 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/drivers/gpu/drm/amd/display/dmub/src/ |
A D | dmub_reg.h | 65 #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, \ 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, \ 103 #define REG_UPDATE_4(reg, f1, v1, f2, v2, f3, v3, f4, v4) \ argument [all …]
|