Home
last modified time | relevance | path

Searched refs:vx (Results 1 – 25 of 31) sorted by relevance

12

/linux/lib/raid6/
H A Drecov_neon_inner.c51 uint8x16_t vx, vy, px, qx, db; in __raid6_2data_recov_neon() local
54 vx = veorq_u8(vld1q_u8(q), vld1q_u8(dq)); in __raid6_2data_recov_neon()
56 vy = vshrq_n_u8(vx, 4); in __raid6_2data_recov_neon()
57 vx = vqtbl1q_u8(qm0, vandq_u8(vx, x0f)); in __raid6_2data_recov_neon()
59 qx = veorq_u8(vx, vy); in __raid6_2data_recov_neon()
62 vx = vqtbl1q_u8(pm0, vandq_u8(px, x0f)); in __raid6_2data_recov_neon()
64 vx = veorq_u8(vx, vy); in __raid6_2data_recov_neon()
65 db = veorq_u8(vx, qx); in __raid6_2data_recov_neon()
93 uint8x16_t vx, vy; in __raid6_datap_recov_neon() local
95 vx = veorq_u8(vld1q_u8(q), vld1q_u8(dq)); in __raid6_datap_recov_neon()
[all …]
H A Drecov_rvv.c131 [vx]"r"(q), in __raid6_datap_recov_rvv()
/linux/sound/pci/vx222/
H A Dvx222.c108 struct snd_vx222 *vx; in snd_vx222_create() local
123 vx = to_vx222(chip); in snd_vx222_create()
124 vx->pci = pci; in snd_vx222_create()
130 vx->port[i] = pci_resource_start(pci, i + 1); in snd_vx222_create()
140 *rchip = vx; in snd_vx222_create()
152 struct snd_vx222 *vx; in snd_vx222_probe() local
179 err = snd_vx222_create(card, pci, hw, &vx); in snd_vx222_probe()
182 card->private_data = vx; in snd_vx222_probe()
183 vx->core.ibl.size = ibl[dev]; in snd_vx222_probe()
186 card->shortname, vx->port[0], vx->port[1], vx->core.irq); in snd_vx222_probe()
[all …]
H A Dvx222_ops.c404 static int vx2_load_dsp(struct vx_core *vx, int index, const struct firmware *dsp) in vx2_load_dsp() argument
411 err = vx2_load_xilinx_binary(vx, dsp); in vx2_load_dsp()
414 err = vx2_test_xilinx(vx); in vx2_load_dsp()
420 return snd_vx_dsp_boot(vx, dsp); in vx2_load_dsp()
423 return snd_vx_dsp_load(vx, dsp); in vx2_load_dsp()
/linux/arch/mips/math-emu/
H A Dsp_cmp.c14 int vx; in ieee754sp_cmp() local
32 vx = x.bits; in ieee754sp_cmp()
35 if (vx < 0) in ieee754sp_cmp()
36 vx = -vx ^ SP_SIGN_BIT; in ieee754sp_cmp()
40 if (vx < vy) in ieee754sp_cmp()
42 else if (vx == vy) in ieee754sp_cmp()
H A Ddp_cmp.c14 s64 vx; in ieee754dp_cmp() local
32 vx = x.bits; in ieee754dp_cmp()
35 if (vx < 0) in ieee754dp_cmp()
36 vx = -vx ^ DP_SIGN_BIT; in ieee754dp_cmp()
40 if (vx < vy) in ieee754dp_cmp()
42 else if (vx == vy) in ieee754dp_cmp()
/linux/tools/testing/selftests/net/
H A Dfdb_notify.sh51 adf_ip_link_add vx up type vxlan id 2000 dstport 4789
52 adf_ip_link_set_master vx br
54 do_test_dup add "vxlan" dev vx self dst 192.0.2.1
55 do_test_dup del "vxlan" dev vx self dst 192.0.2.1
61 adf_ip_link_add vx up type vxlan id 2000 dstport 4789
62 adf_ip_link_set_master vx br
64 do_test_dup add "vxlan master" dev vx master
65 do_test_dup del "vxlan master" dev vx master
H A Dtest_vxlan_fdb_changelink.sh13 local N=$(bridge fdb sh dev vx | grep 00:00:00:00:00:00 | wc -l)
24 adf_ip_link_add vx up type vxlan id 2000 dstport 4789
25 bridge fdb ap dev vx 00:00:00:00:00:00 dst 192.0.2.20 self permanent
26 bridge fdb ap dev vx 00:00:00:00:00:00 dst 192.0.2.30 self permanent
29 ip link set dev vx type vxlan remote 192.0.2.30
50 ip link set dev vx type vxlan $(fmt_remote $remote) dev v1
82 adf_ip_link_add vx up type vxlan dstport 4789 \
H A Ddouble_udp_encap.sh120 dev=vx
183 dev=vx
/linux/lib/crypto/riscv/
H A Dchacha-riscv64-zvkb.S199 vadd.vx v12, v12, COUNTER
225 vadd.vx v0, v0, CONSTS0
226 vadd.vx v1, v1, CONSTS1
227 vadd.vx v2, v2, CONSTS2
228 vadd.vx v3, v3, CONSTS3
229 vadd.vx v4, v4, KEY0
230 vadd.vx v5, v5, KEY1
231 vadd.vx v6, v6, KEY2
232 vadd.vx v7, v7, KEY3
248 vadd.vx v8, v8, KEY4
[all …]
/linux/tools/testing/selftests/net/forwarding/
H A Dvxlan_bridge_1q.sh706 local vx=vx$vid
724 bridge fdb show brport $vx | grep $mac | grep -q self
726 bridge fdb show brport $vx | grep $mac | grep "vlan $vid" \
744 bridge fdb del dev $vx $mac master self vlan $vid
759 bridge fdb show brport $vx | grep $mac | grep -q self
761 bridge fdb show brport $vx | grep $mac | grep "vlan $vid" \
770 bridge fdb show brport $vx | grep $mac | grep -q self
772 bridge fdb show brport $vx | grep $mac | grep "vlan $vid" \
785 ip link set dev $vx type bridge_slave learning off
791 bridge fdb show brport $vx | grep $mac | grep "vlan $vid" \
[all …]
/linux/sound/drivers/vx/
H A DMakefile7 snd-vx-lib-y := vx_core.o vx_hwdep.o vx_pcm.o vx_mixer.o vx_cmd.o vx_uer.o
9 obj-$(CONFIG_SND_VX_LIB) += snd-vx-lib.o
/linux/arch/x86/kvm/
H A Dxen.c323 struct kvm_vcpu_xen *vx = &v->arch.xen; in kvm_xen_update_runstate_guest() local
324 struct gfn_to_pfn_cache *gpc1 = &vx->runstate_cache; in kvm_xen_update_runstate_guest()
325 struct gfn_to_pfn_cache *gpc2 = &vx->runstate2_cache; in kvm_xen_update_runstate_guest()
364 sizeof(vx->current_runstate)); in kvm_xen_update_runstate_guest()
366 sizeof(vx->current_runstate)); in kvm_xen_update_runstate_guest()
391 sizeof(vx->runstate_times)); in kvm_xen_update_runstate_guest()
548 entry_time = vx->runstate_entry_time; in kvm_xen_update_runstate_guest()
551 *update_bit = (vx->runstate_entry_time | XEN_RUNSTATE_UPDATE) >> 56; in kvm_xen_update_runstate_guest()
560 *rs_state = vx->current_runstate; in kvm_xen_update_runstate_guest()
562 memcpy(rs_times + 1, vx->runstate_times, sizeof(vx->runstate_times)); in kvm_xen_update_runstate_guest()
[all …]
/linux/sound/pcmcia/vx/
H A Dvxp_ops.c235 static int vxp_load_dsp(struct vx_core *vx, int index, const struct firmware *fw) in vxp_load_dsp() argument
242 err = vx_check_magic(vx); in vxp_load_dsp()
245 err = snd_vx_load_boot_image(vx, fw); in vxp_load_dsp()
251 return vxp_load_xilinx_binary(vx, fw); in vxp_load_dsp()
254 return snd_vx_dsp_boot(vx, fw); in vxp_load_dsp()
257 return snd_vx_dsp_load(vx, fw); in vxp_load_dsp()
/linux/arch/riscv/crypto/
H A Daes-riscv64-zvkned-zvkb.S102 vadd.vx v16, v16, VL_BLOCKS, v0.t
129 vadd.vx v16, v16, VL_BLOCKS, v0.t
H A Daes-riscv64-zvkned.S122 vslidedown.vx v24, v20, t1 // Save last ciphertext block
236 vslidedown.vx v16, v20, t1 // Save last ciphertext block of this set
247 vslidedown.vx v20, v20, t1 // Extract raw plaintext of last full block
H A Daes-riscv64-zvkned-zvbb-zvkg.S216 vslidedown.vx TWEAKS_BREV, TWEAKS_BREV, t0 // Extract last tweak
/linux/lib/crc/
H A DMakefile31 crc32-$(CONFIG_S390) += s390/crc32le-vx.o s390/crc32be-vx.o
/linux/arch/powerpc/crypto/
H A Dppc-xlate.pl139 my ($f,$vx,$vy) = @_;
140 " vor $vx,$vy,$vy";
/linux/sound/pcmcia/
H A DMakefile7 obj-$(CONFIG_SND) += vx/ pdaudiocf/
/linux/drivers/gpu/drm/tiny/
H A Dbochs.c392 unsigned int vx, vy, vwidth, idx; in bochs_hw_setbase() local
402 vx = (offset % bochs->stride) * 8 / bochs->bpp; in bochs_hw_setbase()
406 x, y, addr, offset, vx, vy); in bochs_hw_setbase()
408 bochs_dispi_write(bochs, VBE_DISPI_INDEX_X_OFFSET, vx); in bochs_hw_setbase()
/linux/sound/drivers/
H A DMakefile28 obj-$(CONFIG_SND) += opl3/ opl4/ mpu401/ vx/ pcsp/
/linux/arch/s390/include/asm/
H A Dctlreg.h215 unsigned long vx : 1; /* Vector enablement control */ member
/linux/samples/pktgen/
H A DREADME.rst18 Usage: ./pktgen_sample01_simple.sh [-vx] -i ethX
/linux/Documentation/admin-guide/
H A Ddevices.txt2610 0 = /dev/vx/rdsk/*/* First volume
2611 1 = /dev/vx/rdsk/*/* Second volume
2615 0 = /dev/vx/dsk/*/* First volume
2616 1 = /dev/vx/dsk/*/* Second volume
2623 0 = /dev/vx/config Configuration access node
2624 1 = /dev/vx/trace Volume i/o trace access node
2625 2 = /dev/vx/iod Volume i/o daemon access node
2626 3 = /dev/vx/info Volume information access node
2627 4 = /dev/vx/task Volume tasks access node
2628 5 = /dev/vx/taskmon Volume tasks monitor daemon
[all …]

12