Searched refs:v2 (Results 51 - 75 of 303) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/rseq/
H A Drseq-riscv-bits.h164 intptr_t *v2, intptr_t expect2,
181 RSEQ_ASM_OP_CMPEQ(v2, expect2, "%l[cmpfail]")
186 RSEQ_ASM_OP_CMPEQ(v2, expect2, "%l[error3]")
197 [v2] "m" (*v2),
282 intptr_t *v2, intptr_t newv2,
302 RSEQ_ASM_OP_STORE(newv2, v2)
318 [v2] "m" (*v2),
163 rseq_cmpeqv_cmpeqv_storev(intptr_t *v, intptr_t expect, intptr_t *v2, intptr_t expect2, intptr_t newv, int cpu) argument
281 rseq_cmpeqv_trystorev_storev(intptr_t *v, intptr_t expect, intptr_t *v2, intptr_t newv2, intptr_t newv, int cpu) argument
H A Drseq-ppc-bits.h208 intptr_t *v2, intptr_t expect2,
229 /* cmp @v2 equal to @expct2 */
230 RSEQ_ASM_OP_CMPEQ(v2, expect2, %l[cmpfail])
237 /* cmp @v2 equal to @expct2 */
238 RSEQ_ASM_OP_CMPEQ(v2, expect2, %l[error3])
249 [v2] "m" (*v2),
293 intptr_t *v2, intptr_t newv2,
320 RSEQ_ASM_OP_STORE(newv2, v2)
335 [v2] "
207 rseq_cmpeqv_cmpeqv_storev(intptr_t *v, intptr_t expect, intptr_t *v2, intptr_t expect2, intptr_t newv, int cpu) argument
292 rseq_cmpeqv_trystorev_storev(intptr_t *v, intptr_t expect, intptr_t *v2, intptr_t newv2, intptr_t newv, int cpu) argument
[all...]
H A Drseq-x86-bits.h256 intptr_t *v2, intptr_t expect2,
276 "cmpq %[v2], %[expect2]\n\t"
283 "cmpq %[v2], %[expect2]\n\t"
295 [v2] "m" (*v2),
338 intptr_t *v2, intptr_t newv2,
363 "movq %[newv2], %[v2]\n\t"
374 [v2] "m" (*v2),
711 intptr_t *v2, intptr_
255 rseq_cmpeqv_cmpeqv_storev(intptr_t *v, intptr_t expect, intptr_t *v2, intptr_t expect2, intptr_t newv, int cpu) argument
337 rseq_cmpeqv_trystorev_storev(intptr_t *v, intptr_t expect, intptr_t *v2, intptr_t newv2, intptr_t newv, int cpu) argument
710 rseq_cmpeqv_cmpeqv_storev(intptr_t *v, intptr_t expect, intptr_t *v2, intptr_t expect2, intptr_t newv, int cpu) argument
793 rseq_cmpeqv_trystorev_storev(intptr_t *v, intptr_t expect, intptr_t *v2, intptr_t newv2, intptr_t newv, int cpu) argument
[all...]
H A Drseq-mips-bits.h191 intptr_t *v2, intptr_t expect2,
211 LONG_L " $4, %[v2]\n\t"
218 LONG_L " $4, %[v2]\n\t"
233 [v2] "m" (*v2),
271 intptr_t *v2, intptr_t newv2,
296 LONG_S " %[newv2], %[v2]\n\t"
313 [v2] "m" (*v2),
190 rseq_cmpeqv_cmpeqv_storev(intptr_t *v, intptr_t expect, intptr_t *v2, intptr_t expect2, intptr_t newv, int cpu) argument
270 rseq_cmpeqv_trystorev_storev(intptr_t *v, intptr_t expect, intptr_t *v2, intptr_t newv2, intptr_t newv, int cpu) argument
/linux-master/include/linux/
H A Dfixp-arith.h116 s32 v1, v2, dx, dy; local
130 v2 = fixp_sin32(degrees + 1);
133 dy = v2 - v1;
/linux-master/arch/arm64/crypto/
H A Dchacha-neon-core.S51 add v2.4s, v2.4s, v3.4s
52 eor v4.16b, v1.16b, v2.16b
62 add v2.4s, v2.4s, v3.4s
63 eor v4.16b, v1.16b, v2.16b
70 ext v2.16b, v2.16b, v2.16b, #8
80 add v2
[all...]
H A Daes-neonbs-core.S407 cmtst v2.16b, v7.16b, v10.16b
440 eor v12.16b, v2.16b, v9.16b
443 tbl v2.16b, {v12.16b}, v8.16b
454 bitslice v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11
460 shift_rows v0, v1, v2, v3, v4, v5, v6, v7, v24
462 sbox v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, \
469 mix_cols v0, v1, v4, v6, v3, v7, v2, v5, v8, v9, v10, v11, v12, \
472 add_round_key v0, v1, v2, v3, v4, v5, v6, v7
481 bitslice v0, v1, v4, v6, v3, v7, v2, v5, v8, v9, v10, v11
489 eor v2
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Dbw_fixed.h55 struct bw_fixed v2,
58 return bw_min2(bw_min2(v1, v2), v3);
62 struct bw_fixed v2,
65 return bw_max2(bw_max2(v1, v2), v3);
54 bw_min3(struct bw_fixed v1, struct bw_fixed v2, struct bw_fixed v3) argument
61 bw_max3(struct bw_fixed v1, struct bw_fixed v2, struct bw_fixed v3) argument
/linux-master/drivers/net/ethernet/amd/xgbe/
H A DMakefile7 xgbe-i2c.o xgbe-phy-v1.o xgbe-phy-v2.o \
/linux-master/drivers/net/ethernet/sfc/
H A Dmcdi_functions.h19 int efx_mcdi_ev_init(struct efx_channel *channel, bool v1_cut_thru, bool v2);
/linux-master/sound/firewire/motu/
H A DMakefile6 motu-protocol-v2.o motu-protocol-v3.o \
/linux-master/lib/
H A Dsiphash.c20 #define SIPROUND SIPHASH_PERMUTATION(v0, v1, v2, v3)
25 u64 v2 = SIPHASH_CONST_2; \
29 v2 ^= key->key[0]; \
38 v2 ^= 0xff; \
43 return (v0 ^ v1) ^ (v2 ^ v3);
240 v2 ^= 0xff; \
244 return (v0 ^ v1) ^ (v2 ^ v3);
385 #define HSIPROUND HSIPHASH_PERMUTATION(v0, v1, v2, v3)
390 u32 v2 = HSIPHASH_CONST_2; \
394 v2
[all...]
/linux-master/fs/adfs/
H A Dmap.c262 unsigned int v0, v1, v2, v3; local
265 v0 = v1 = v2 = v3 = 0;
271 v2 += map[i + 2] + (v1 >> 8);
273 v3 += map[i + 3] + (v2 >> 8);
274 v2 &= 0xff;
278 v2 += map[2] + (v1 >> 8);
279 v3 += map[3] + (v2 >> 8);
281 return v0 ^ v1 ^ v2 ^ v3;
/linux-master/arch/powerpc/boot/
H A Dps3.c63 u64 v2; local
84 &v2);
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_iommu_v2.c64 clear_bit(v2_context->id, context->global->v2.pta_alloc);
204 lower_32_bits(context->global->v2.pta_dma));
206 upper_32_bits(context->global->v2.pta_dma));
219 context->global->v2.pta_cpu[v2_context->id] = v2_context->mtlb_dma |
280 v2_context->id = find_first_zero_bit(global->v2.pta_alloc,
283 set_bit(v2_context->id, global->v2.pta_alloc);
298 global->v2.pta_cpu[v2_context->id] = v2_context->mtlb_dma;
310 clear_bit(v2_context->id, global->v2.pta_alloc);
/linux-master/drivers/media/usb/
H A DMakefile10 obj-y += dvb-usb-v2/
/linux-master/drivers/iio/proximity/
H A DMakefile11 obj-$(CONFIG_LIDAR_LITE_V2) += pulsedlight-lidar-lite-v2.o
/linux-master/arch/powerpc/crypto/
H A Dcrc32-vpmsum_core.S159 vxor v2,v2,v2
268 vxor v2,v2,v10
321 vxor v2,v2,v10
349 vxor v2,v2,v10
365 vsldoi v2,v
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Datombios_encoders.c554 LVDS_ENCODER_CONTROL_PS_ALLOCATION_V2 v2; member in union:lvds_encoder_control
622 args.v2.ucMisc = 0;
623 args.v2.ucAction = action;
626 args.v2.ucMisc |= PANEL_ENCODER_MISC_COHERENT;
629 args.v2.ucMisc |= PANEL_ENCODER_MISC_HDMI_TYPE;
630 args.v2.usPixelClock = cpu_to_le16(radeon_encoder->pixel_clock / 10);
631 args.v2.ucTruncate = 0;
632 args.v2.ucSpatial = 0;
633 args.v2.ucTemporal = 0;
634 args.v2
825 DIG_ENCODER_CONTROL_PARAMETERS_V2 v2; member in union:dig_encoder_control
994 DIG_TRANSMITTER_CONTROL_PARAMETERS_V2 v2; member in union:dig_transmitter_control
1841 SELECT_CRTC_SOURCE_PARAMETERS_V2 v2; member in union:crtc_source_param
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dphy.c382 #define READ_NEXT_PAIR(v1, v2, i) \
385 v2 = array_table[i+1]; \
392 u32 v2; local
397 v2 = array_table[i+1];
399 _rtl8188e_config_bb_reg(hw, v1, v2);
407 READ_NEXT_PAIR(v1, v2, i);
408 while (v2 != 0xDEAD &&
409 v2 != 0xCDEF &&
410 v2 != 0xCDCD && i < arraylen - 2)
411 READ_NEXT_PAIR(v1, v2,
436 u32 v2; local
638 u32 v1 = 0, v2 = 0; local
705 u32 v1, v2; local
[all...]
/linux-master/arch/um/drivers/
H A Dcow_user.c114 struct cow_header_v2 v2; member in union:cow_header
325 if (n < sizeof(header->v2)) {
330 *mtime_out = be32toh(header->v2.mtime);
331 *size_out = be64toh(header->v2.size);
332 *sectorsize_out = be32toh(header->v2.sectorsize);
333 *bitmap_offset_out = sizeof(header->v2);
335 file = header->v2.backing_file;
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Daq100x.c269 unsigned int v, v2, gpio, wait; local
344 v = v2 = 0;
346 t3_mdio_read(phy, MDIO_MMD_PHYXS, AQ_XAUI_TX_CFG, &v2);
347 if (v != 0x1b || v2 != 0x1b)
350 phy_addr, v, v2);
/linux-master/tools/perf/util/
H A Dbpf-utils.c196 __u32 v1, v2; local
203 v2 = bpf_prog_info_read_offset_u32(&info_linear->info,
205 if (v1 != v2)
209 v2 = bpf_prog_info_read_offset_u32(&info_linear->info,
211 if (v1 != v2)
/linux-master/arch/powerpc/platforms/ps3/
H A Drepository.c54 u64 v1, u64 v2, const char *func, int line)
62 pr_devel("%s:%d: v2: %016llx\n", func, line, v2);
105 * @v2: Second repository value (low word). Optional parameter, use zero
114 u64 v2; local
123 &v2);
132 dump_node(lpar_id, n1, n2, n3, n4, v1, v2);
137 *_v2 = v2;
142 if (v2 && !_v2)
143 pr_devel("%s:%d: warning: discarding non-zero v2
53 _dump_node(unsigned int lpar_id, u64 n1, u64 n2, u64 n3, u64 n4, u64 v1, u64 v2, const char *func, int line) argument
236 u64 v2 = 0; local
873 u64 v2 = 0; local
1049 create_node(u64 n1, u64 n2, u64 n3, u64 n4, u64 v1, u64 v2) argument
1083 write_node(u64 n1, u64 n2, u64 n3, u64 n4, u64 v1, u64 v2) argument
[all...]
/linux-master/fs/crypto/
H A Dpolicy.c10 * Modified by Eric Biggers, 2019 for v2 policy support.
47 memcpy(key_spec->u.identifier, policy->v2.master_key_identifier,
309 return fscrypt_supported_v2_policy(&policy_u->v2, inode);
349 const struct fscrypt_policy_v2 *policy = &policy_u->v2;
350 struct fscrypt_context_v2 *ctx = &ctx_u->v2;
410 const struct fscrypt_context_v2 *ctx = &ctx_u->v2;
411 struct fscrypt_policy_v2 *policy = &policy_u->v2;
480 pr_warn_once("%s (pid %d) is setting deprecated v1 encryption policy; recommend upgrading to v2.\n",
485 policy->v2.master_key_identifier);
488 if (policy->v2
[all...]

Completed in 400 milliseconds

1234567891011>>