Searched refs:v3 (Results 26 - 50 of 184) sorted by relevance

12345678

/linux-master/lib/
H A Dxxhash.c112 uint32_t v3 = seed + 0; local
120 v3 = xxh32_round(v3, get_unaligned_le32(p));
127 xxh_rotl32(v3, 12) + xxh_rotl32(v4, 18);
182 uint64_t v3 = seed + 0; local
190 v3 = xxh64_round(v3, get_unaligned_le64(p));
197 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18);
200 h64 = xxh64_merge_round(h64, v3);
250 state.v3
310 uint32_t v3 = state->v3; local
415 uint64_t v3 = state->v3; local
454 const uint64_t v3 = state->v3; local
[all...]
/linux-master/arch/arm64/crypto/
H A Dsm3-ce-core.S89 0: ld1 {v0.16b-v3.16b}, [x1], #64
98 CPU_LE( rev32 v3.16b, v3.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, v
[all...]
H A 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
62 ld1 {v0.16b-v3.16b}, [x1], #64 /* get 4 pt blocks */
66 st1 {v0.16b-v3.16b}, [x0], #64
92 ld1 {v0.16b-v3.16b}, [x1], #64 /* get 4 ct blocks */
96 st1 {v0.16b-v3.16b}, [x0], #64
143 ld1 {v0.16b-v3.16b}, [x1], #64 /* get 4 pt blocks */
150 eor v3
[all...]
H A Dchacha-neon-core.S32 * registers v0-v3. It performs matrix operations on four words in parallel,
47 eor v3.16b, v3.16b, v0.16b
48 rev32 v3.8h, v3.8h
51 add v2.4s, v2.4s, v3.4s
58 eor v3.16b, v3.16b, v0.16b
59 tbl v3.16b, {v3
[all...]
H A Dsm4-neon-core.S273 ld4 {v0.4s-v3.4s}, [x2], #64
276 SM4_CRYPT_BLK8(v0, v1, v2, v3, v4, v5, v6, v7)
278 st1 {v0.16b-v3.16b}, [x1], #64
291 ld4 {v0.4s-v3.4s}, [x2], #64
293 SM4_CRYPT_BLK4(v0, v1, v2, v3)
295 st1 {v0.16b-v3.16b}, [x1], #64
308 transpose_4x4(v0, v1, v2, v3)
310 SM4_CRYPT_BLK4(v0, v1, v2, v3)
340 ld4 {v0.4s-v3.4s}, [x2], #64
343 SM4_CRYPT_BLK8_norotate(v0, v1, v2, v3, v
[all...]
H A Dsm4-ce-cipher-core.S20 ld1 {v0.4s-v3.4s}, [x0], #64
26 sm4e v8.4s, v3.4s
H A Dsha3-ce-core.S46 ld1 { v0.1d- v3.1d}, [x0]
64 eor v3.8b, v3.8b, v28.8b
111 eor3 v28.16b, v3.16b, v8.16b, v13.16b
145 xar v5.2d, v3.2d, v27.2d, (64 - 28)
147 xar v3.2d, v17.2d, v26.2d, (64 - 15)
160 bcax v17.16b, v25.16b, v19.16b, v3.16b
161 bcax v18.16b, v3.16b, v15.16b, v19.16b
164 bcax v16.16b, v16.16b, v3.16b, v25.16b
178 bcax v3
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Dreg_helper.h72 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \
76 FN(reg, f3), v3)
78 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \
82 FN(reg, f3), v3,\
85 #define REG_SET_5(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \
90 FN(reg, f3), v3,\
94 #define REG_SET_6(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \
99 FN(reg, f3), v3,\
104 #define REG_SET_7(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \
109 FN(reg, f3), v3,\
[all...]
H A Dbw_fixed.h56 struct bw_fixed v3)
58 return bw_min2(bw_min2(v1, v2), v3);
63 struct bw_fixed v3)
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/gpu/drm/amd/display/dmub/src/
H A Ddmub_reg.h70 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \
74 FN(reg, f3), v3)
76 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \
80 FN(reg, f3), v3, \
97 #define REG_UPDATE_3(reg, f1, v1, f2, v2, f3, v3) \
101 FN(reg, f3), v3)
103 #define REG_UPDATE_4(reg, f1, v1, f2, v2, f3, v3, f4, v4) \
107 FN(reg, f3), v3, \
/linux-master/arch/riscv/crypto/
H A Dghash-riscv64-zvkg.S64 vle32.v v3, (DATA)
65 vghsh.vv v1, v2, v3
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Datombios_crtc.c237 ENABLE_SPREAD_SPECTRUM_ON_PPLL_V3 v3; member in union:atom_enable_ss
277 args.v3.usSpreadSpectrumAmountFrac = cpu_to_le16(0);
278 args.v3.ucSpreadSpectrumType = ss->type & ATOM_SS_CENTRE_SPREAD_MODE_MASK;
281 args.v3.ucSpreadSpectrumType |= ATOM_PPLL_SS_TYPE_V3_P1PLL;
284 args.v3.ucSpreadSpectrumType |= ATOM_PPLL_SS_TYPE_V3_P2PLL;
287 args.v3.ucSpreadSpectrumType |= ATOM_PPLL_SS_TYPE_V3_DCPLL;
292 args.v3.usSpreadSpectrumAmount = cpu_to_le16(ss->amount);
293 args.v3.usSpreadSpectrumStep = cpu_to_le16(ss->step);
294 args.v3.ucEnable = enable;
301 ADJUST_DISPLAY_PLL_PS_ALLOCATION_V3 v3; member in union:adjust_pixel_clock
461 PIXEL_CLOCK_PARAMETERS_V3 v3; member in union:set_pixel_clock
[all...]
H A Datombios_encoders.c554 DIG_ENCODER_CONTROL_PARAMETERS_V3 v3; member in union:dig_encoder_control
601 args.v3.ucPanelMode = panel_mode;
633 args.v3.ucAction = action;
634 args.v3.usPixelClock = cpu_to_le16(amdgpu_encoder->pixel_clock / 10);
636 args.v3.ucPanelMode = panel_mode;
638 args.v3.ucEncoderMode = amdgpu_atombios_encoder_get_encoder_mode(encoder);
640 if (ENCODER_MODE_IS_DP(args.v3.ucEncoderMode))
641 args.v3.ucLaneNum = dp_lane_count;
643 args.v3.ucLaneNum = 8;
645 args.v3
742 DIG_TRANSMITTER_CONTROL_PARAMETERS_V3 v3; member in union:dig_transmitter_control
1186 EXTERNAL_ENCODER_CONTROL_PS_ALLOCATION_V3 v3; member in union:external_encoder_control
1429 SELECT_CRTC_SOURCE_PARAMETERS_V3 v3; member in union:crtc_source_param
[all...]
/linux-master/drivers/clocksource/
H A Dacpi_pm.c43 u32 v1 = 0, v2 = 0, v3 = 0; local
54 v3 = read_pmtmr();
55 } while (unlikely((v1 > v2 && v1 < v3) || (v2 > v3 && v2 < v1)
56 || (v3 > v1 && v3 < v2)));
/linux-master/arch/arm64/kvm/hyp/vhe/
H A DMakefile10 obj-y += ../vgic-v3-sr.o ../aarch32.o ../vgic-v2-cpuif-proxy.o ../entry.o \
/linux-master/tools/testing/ktest/examples/include/
H A Dbisect.conf22 BISECT_GOOD = v3.3
/linux-master/include/linux/
H A Dxxhash.h151 uint32_t v3; member in struct:xxh32_state
164 uint64_t v3; member in struct:xxh64_state
/linux-master/lib/crypto/mpi/
H A Dmpi-inv.c33 MPI u, v, u1, u2 = NULL, u3, v1, v2 = NULL, v3, t1, t2 = NULL, t3; local
61 v3 = mpi_copy(v);
111 mpi_set(v3, t3);
117 mpi_sub(t3, u3, v3);
136 mpi_free(v3);
/linux-master/arch/um/drivers/
H A Dcow_user.c115 struct cow_header_v3 v3; member in union:cow_header
338 else if (version == 3 && (*((int*)header->v3.backing_file) != 0)) {
339 if (n < sizeof(header->v3)) {
344 *mtime_out = be32toh(header->v3.mtime);
345 *size_out = be64toh(header->v3.size);
346 *sectorsize_out = be32toh(header->v3.sectorsize);
347 *align_out = be32toh(header->v3.alignment);
352 *bitmap_offset_out = ROUND_UP(sizeof(header->v3), *align_out);
353 file = header->v3.backing_file;
/linux-master/arch/arm64/kvm/
H A DMakefile16 vgic-sys-reg-v3.o fpsimd.o pkvm.o \
20 vgic/vgic-v3.o vgic/vgic-v4.o \
22 vgic/vgic-mmio-v3.o vgic/vgic-kvm-device.o \
/linux-master/arch/arm/boot/dts/nvidia/
H A DMakefile19 tegra20-colibri-eval-v3.dtb \
41 tegra30-colibri-eval-v3.dtb \
/linux-master/scripts/dtc/include-prefixes/arm/nvidia/
H A DMakefile19 tegra20-colibri-eval-v3.dtb \
41 tegra30-colibri-eval-v3.dtb \
/linux-master/sound/firewire/motu/
H A DMakefile6 motu-protocol-v2.o motu-protocol-v3.o \
/linux-master/fs/adfs/
H A Dmap.c262 unsigned int v0, v1, v2, v3; local
265 v0 = v1 = v2 = v3 = 0;
267 v0 += map[i] + (v3 >> 8);
268 v3 &= 0xff;
273 v3 += map[i + 3] + (v2 >> 8);
276 v0 += v3 >> 8;
279 v3 += map[3] + (v2 >> 8);
281 return v0 ^ v1 ^ v2 ^ v3;
/linux-master/drivers/ufs/host/
H A Dufs-mediatek-sip.h48 unsigned long v3; member in struct:ufs_mtk_smc_arg
60 s.v1, s.v2, s.v3, s.v4, s.v5, s.v6, s.res);

Completed in 232 milliseconds

12345678