| /linux-6.15/arch/riscv/crypto/ |
| H A D | chacha-riscv64-zvkb.S | 79 vadd.vv \a0, \a0, \b0 80 vadd.vv \a1, \a1, \b1 81 vadd.vv \a2, \a2, \b2 82 vadd.vv \a3, \a3, \b3 83 vxor.vv \d0, \d0, \a0 84 vxor.vv \d1, \d1, \a1 85 vxor.vv \d2, \d2, \a2 86 vxor.vv \d3, \d3, \a3 93 vadd.vv \c0, \c0, \d0 94 vadd.vv \c1, \c1, \d1 [all …]
|
| H A D | aes-riscv64-zvkned-zvbb-zvkg.S | 127 vwsll.vv v8, v2, v4 135 vgmul.vv TWEAKS_BREV, v8 179 vxor.vv TMP0, TMP0, TWEAKS 181 vxor.vv TMP0, TMP0, TWEAKS 196 vgmul.vv TWEAKS_BREV, MULTS_BREV 218 vgmul.vv TWEAKS_BREV, MULTS_BREV // Advance to next tweak 233 vgmul.vv TMP0, MULTS_BREV 246 vxor.vv TMP0, TMP0, TMP1 248 vxor.vv TMP0, TMP0, TMP1 262 vxor.vv TMP0, TMP0, TMP2 [all …]
|
| H A D | sha512-riscv64-zvknhb-zvkb.S | 80 vadd.vv VTMP, VTMP, \w0 81 vsha2cl.vv HGDC, FEBA, VTMP 82 vsha2ch.vv FEBA, HGDC, VTMP 85 vsha2ms.vv \w0, VTMP, \w3 147 vadd.vv FEBA, FEBA, PREV_FEBA 148 vadd.vv HGDC, HGDC, PREV_HGDC
|
| H A D | aes-riscv64-zvkned.S | 129 vxor.vv v16, v16, v17 // XOR with IV or prev ciphertext block 151 vxor.vv v20, v20, v16 // XOR with prev ciphertext blocks 201 vxor.vv v16, v16, v17 // XOR with IV or prev ciphertext block 225 vxor.vv v16, v16, v17 // v16 = Encrypt(P[n-1] ^ C[n-2]) ^ P[n] 265 vxor.vv v24, v24, v20 // XOR prev ciphertext blocks with decrypted blocks 291 vxor.vv v20, v20, v28 // Decrypt(C[n]) ^ C[n-2] == P[n-1] 294 vxor.vv v20, v24, v16 // Decrypt(C[n-1]) ^ C[n-2] ^ C[n] == P[n] ^ C[n-2] 307 vxor.vv v16, v16, v20 // v16 = Decrypt(C[n-1]) ^ C[n] 312 vxor.vv v20, v20, v28 // XOR with C[n-2]
|
| H A D | sha256-riscv64-zvknha_or_zvknhb-zvkb.S | 93 vadd.vv VTMP, \k, \w0 94 vsha2cl.vv HGDC, FEBA, VTMP 95 vsha2ch.vv FEBA, HGDC, VTMP 98 vsha2ms.vv \w0, VTMP, \w3 193 vadd.vv FEBA, FEBA, PREV_FEBA 194 vadd.vv HGDC, HGDC, PREV_HGDC
|
| H A D | sm3-riscv64-zvksh-zvkb.S | 78 vsm3me.vv \w0, \w1, \w0 114 vxor.vv STATE, STATE, PREV_STATE
|
| H A D | aes-riscv64-zvkned-zvkb.S | 92 vadd.vv v16, v16, v20, v0.t 114 vxor.vv v20, v20, v24
|
| H A D | ghash-riscv64-zvkg.S | 65 vghsh.vv v1, v2, v3
|
| H A D | sm4-riscv64-zvksed-zvkb.S | 63 vxor.vv v1, v1, v2
|
| /linux-6.15/drivers/media/common/saa7146/ |
| H A D | saa7146_video.c | 88 struct saa7146_vv *vv = dev->vv_data; in saa7146_pgtable_build() local 311 vv->hflip = ctrl->val; in saa7146_s_ctrl() 317 vv->vflip = ctrl->val; in saa7146_s_ctrl() 345 f->fmt.pix = vv->video_fmt; in vidioc_g_fmt_vid_cap() 354 f->fmt.vbi = vv->vbi_fmt; in vidioc_g_fmt_vbi_cap() 374 maxw = vv->standard->h_max_out; in vidioc_try_fmt_vid_cap() 375 maxh = vv->standard->v_max_out; in vidioc_try_fmt_vid_cap() 436 vv->last_field = V4L2_FIELD_TOP; in vidioc_s_fmt_vid_cap() 442 vv->video_fmt = f->fmt.pix; in vidioc_s_fmt_vid_cap() 453 *norm = vv->standard->id; in vidioc_g_std() [all …]
|
| H A D | saa7146_hlp.c | 26 hyo = vv->standard->v_offset; in calculate_hxo_and_hyo() 27 hxo = vv->standard->h_offset; in calculate_hxo_and_hyo() 373 vv->current_hps_sync = sync; in saa7146_set_hps_source_and_sync() 429 vdma1.num_line_byte = ((vv->standard->v_field<<16) + vv->standard->h_pixels); in calculate_video_dma_grab_packed() 432 if( 0 != vv->vflip ) { in calculate_video_dma_grab_packed() 462 if( 0 != vv->vflip ) { in calculate_video_dma_grab_packed() 481 if( 0 != vv->vflip ) { in calc_planar_422() 511 if( 0 != vv->vflip ) { in calc_planar_420() 560 vdma1.num_line_byte = ((vv->standard->v_field<<16) + vv->standard->h_pixels); in calculate_video_dma_grab_planar() 563 if( 0 != vv->vflip ) { in calculate_video_dma_grab_planar() [all …]
|
| H A D | saa7146_fops.c | 14 if (vv->resources & bit) { in saa7146_res_get() 16 bit, vv->resources); in saa7146_res_get() 22 if (vv->resources & bit) { in saa7146_res_get() 29 vv->resources |= bit; in saa7146_res_get() 40 vv->resources &= ~bits; in saa7146_res_free() 92 buf->vb.field = (vv->video_fmt.height > vv->standard->v_max_out / 2) in saa7146_buffer_finish() 270 if (vv == NULL) { in saa7146_vv_init() 297 fmt = &vv->video_fmt; in saa7146_vv_init() 306 vbi = &vv->vbi_fmt; in saa7146_vv_init() 320 dev->vv_data = vv; in saa7146_vv_init() [all …]
|
| H A D | saa7146_vbi.c | 8 struct saa7146_vv *vv = dev->vv_data; in vbi_workaround() local 98 add_wait_queue(&vv->vbi_wq, &wait); in vbi_workaround() 137 struct saa7146_vv *vv = dev->vv_data; in saa7146_set_vbi_capture() local 209 struct saa7146_vv *vv = dev->vv_data; in buffer_activate() local 325 timer_delete(&vv->vbi_dmaq.timeout); in vbi_stop() 326 timer_delete(&vv->vbi_read_timeout); in vbi_stop() 333 struct saa7146_vv *vv = from_timer(vv, t, vbi_read_timeout); in vbi_read_timeout() local 418 INIT_LIST_HEAD(&vv->vbi_dmaq.queue); in vbi_init() 421 vv->vbi_dmaq.dev = dev; in vbi_init() 423 init_waitqueue_head(&vv->vbi_wq); in vbi_init() [all …]
|
| /linux-6.15/arch/riscv/lib/ |
| H A D | xor.S | 14 vxor.vv v16, v0, v8 28 vxor.vv v0, v0, v8 31 vxor.vv v16, v0, v16 45 vxor.vv v0, v0, v8 48 vxor.vv v0, v0, v16 51 vxor.vv v16, v0, v24 65 vxor.vv v0, v0, v8 68 vxor.vv v0, v0, v16 71 vxor.vv v0, v0, v24 74 vxor.vv v16, v0, v8
|
| /linux-6.15/lib/crypto/mpi/ |
| H A D | mpi-add.c | 92 MPI vv; in mpi_sub() local 94 vv = mpi_copy(v); in mpi_sub() 95 if (!vv) in mpi_sub() 98 vv->sign = !vv->sign; in mpi_sub() 99 err = mpi_add(w, u, vv); in mpi_sub() 100 mpi_free(vv); in mpi_sub()
|
| /linux-6.15/lib/raid6/ |
| H A D | int.uc | 55 unative_t vv; 57 vv = (v << 1) & NBYTES(0xfe); 58 return vv; 67 unative_t vv; 69 vv = v & NBYTES(0x80); 70 vv = (vv << 1) - (vv >> 7); /* Overflow on the top bit is OK */ 71 return vv;
|
| /linux-6.15/arch/microblaze/lib/ |
| H A D | muldi3.c | 50 const DWunion vv = {.ll = v}; in __muldi3() local 51 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)}; in __muldi3() 53 w.s.high += ((unsigned long) uu.s.low * (unsigned long) vv.s.high in __muldi3() 54 + (unsigned long) uu.s.high * (unsigned long) vv.s.low); in __muldi3()
|
| /linux-6.15/lib/ |
| H A D | muldi3.c | 52 const DWunion vv = {.ll = v}; in __muldi3() local 53 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)}; in __muldi3() 55 w.s.high += ((unsigned long) uu.s.low * (unsigned long) vv.s.high in __muldi3() 56 + (unsigned long) uu.s.high * (unsigned long) vv.s.low); in __muldi3()
|
| /linux-6.15/Documentation/driver-api/media/drivers/ccs/ |
| H A D | ccs.rst | 28 ccs/smiapp-sensor-vv-mmmm-rr.fw (sensor) and 29 ccs/smiapp-module-vv-mmmm-rrrr.fw (module). 33 ccs/smia-sensor-vv-mmmm-rr.fw (sensor). 35 vvvv or vv denotes MIPI and SMIA manufacturer IDs respectively, mmmm model ID
|
| /linux-6.15/tools/perf/tests/shell/lib/ |
| H A D | perf_has_symbol.sh | 6 if perf test -vv -F "Symbols" 2>&1 | grep "[[:space:]]$1$"; then
|
| /linux-6.15/drivers/media/i2c/ccs/ |
| H A D | ccs-data.c | 137 struct ccs_data_block_version *vv; in ccs_data_parse_version() local 151 vv = ccsdata->version; in ccs_data_parse_version() 152 vv->version_major = ((u16)v->static_data_version_major[0] << 8) + in ccs_data_parse_version() 154 vv->version_minor = ((u16)v->static_data_version_minor[0] << 8) + in ccs_data_parse_version() 156 vv->date_year = ((u16)v->year[0] << 8) + v->year[1]; in ccs_data_parse_version() 157 vv->date_month = v->month; in ccs_data_parse_version() 158 vv->date_day = v->day; in ccs_data_parse_version()
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | perf-test.txt | 31 -vv:: 35 is displayed. With '-vv' and higher all test output is shown.
|
| H A D | perf.txt | 23 -vv::
|
| /linux-6.15/drivers/media/usb/dvb-usb/ |
| H A D | digitv.c | 26 u8 cmd, u8 vv, u8 *wbuf, int wlen, u8 *rbuf, int rlen) in digitv_ctrl_msg() argument 40 st->sndbuf[1] = vv; in digitv_ctrl_msg()
|
| /linux-6.15/tools/testing/selftests/ftrace/ |
| H A D | ftracetest | 99 --verbose|-v|-vv|-vvv)
|