Home
last modified time | relevance | path

Searched refs:vx (Results 1 - 25 of 43) sorted by relevance

12

/kernel/linux/linux-5.10/lib/raid6/
H A Drecov_neon_inner.c50 uint8x16_t vx, vy, px, qx, db; in __raid6_2data_recov_neon() local
53 vx = veorq_u8(vld1q_u8(q), vld1q_u8(dq)); in __raid6_2data_recov_neon()
55 vy = vshrq_n_u8(vx, 4); in __raid6_2data_recov_neon()
56 vx = vqtbl1q_u8(qm0, vandq_u8(vx, x0f)); in __raid6_2data_recov_neon()
58 qx = veorq_u8(vx, vy); in __raid6_2data_recov_neon()
61 vx = vqtbl1q_u8(pm0, vandq_u8(px, x0f)); in __raid6_2data_recov_neon()
63 vx = veorq_u8(vx, vy); in __raid6_2data_recov_neon()
64 db = veorq_u8(vx, q in __raid6_2data_recov_neon()
92 uint8x16_t vx, vy; __raid6_datap_recov_neon() local
[all...]
/kernel/linux/linux-6.6/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, q in __raid6_2data_recov_neon()
93 uint8x16_t vx, vy; __raid6_datap_recov_neon() local
[all...]
/kernel/linux/linux-5.10/sound/pci/vx222/
H A Dvx222.c106 struct snd_vx222 *vx = to_vx222(chip); in snd_vx222_free() local
110 if (vx->port[0]) in snd_vx222_free()
111 pci_release_regions(vx->pci); in snd_vx222_free()
112 pci_disable_device(vx->pci); in snd_vx222_free()
129 struct snd_vx222 *vx; in snd_vx222_create() local
148 vx = to_vx222(chip); in snd_vx222_create()
149 vx->pci = pci; in snd_vx222_create()
156 vx->port[i] = pci_resource_start(pci, i + 1); in snd_vx222_create()
173 *rchip = vx; in snd_vx222_create()
184 struct snd_vx222 *vx; in snd_vx222_probe() local
251 struct snd_vx222 *vx = card->private_data; snd_vx222_suspend() local
259 struct snd_vx222 *vx = card->private_data; snd_vx222_resume() local
[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 if ((err = vx2_load_xilinx_binary(vx, dsp)) < 0) in vx2_load_dsp()
413 if ((err = vx2_test_xilinx(vx)) < 0) in vx2_load_dsp()
418 return snd_vx_dsp_boot(vx, dsp); in vx2_load_dsp()
421 return snd_vx_dsp_load(vx, dsp); in vx2_load_dsp()
/kernel/linux/linux-6.6/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 in snd_vx222_probe()
211 struct snd_vx222 *vx = card->private_data; snd_vx222_suspend() local
219 struct snd_vx222 *vx = card->private_data; snd_vx222_resume() local
[all...]
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/arch/mips/math-emu/
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()
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()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dtest_vxlan_fdb_changelink.sh9 local N=$(bridge fdb sh dev vx | grep 00:00:00:00:00:00 | wc -l)
20 ip link add name vx up type vxlan id 2000 dstport 4789
21 bridge fdb ap dev vx 00:00:00:00:00:00 dst 192.0.2.20 self permanent
22 bridge fdb ap dev vx 00:00:00:00:00:00 dst 192.0.2.30 self permanent
25 ip link set dev vx type vxlan remote 192.0.2.30
28 ip link del dev vx
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dtest_vxlan_fdb_changelink.sh9 local N=$(bridge fdb sh dev vx | grep 00:00:00:00:00:00 | wc -l)
20 ip link add name vx up type vxlan id 2000 dstport 4789
21 bridge fdb ap dev vx 00:00:00:00:00:00 dst 192.0.2.20 self permanent
22 bridge fdb ap dev vx 00:00:00:00:00:00 dst 192.0.2.30 self permanent
25 ip link set dev vx type vxlan remote 192.0.2.30
28 ip link del dev vx
/kernel/linux/linux-5.10/arch/s390/crypto/
H A DMakefile19 crc32-vx_s390-y := crc32-vx.o crc32le-vx.o crc32be-vx.o
/kernel/linux/linux-6.6/arch/s390/crypto/
H A DMakefile20 crc32-vx_s390-y := crc32-vx.o crc32le-vx.o crc32be-vx.o
/kernel/linux/linux-5.10/sound/drivers/vx/
H A DMakefile7 snd-vx-lib-objs := 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
/kernel/linux/linux-6.6/sound/drivers/vx/
H A DMakefile7 snd-vx-lib-objs := 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
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H A Dvxlan_bridge_1q.sh711 local vx=vx$vid
729 bridge fdb show brport $vx | grep $mac | grep -q self
731 bridge fdb show brport $vx | grep $mac | grep "vlan $vid" \
749 bridge fdb del dev $vx $mac master self vlan $vid
764 bridge fdb show brport $vx | grep $mac | grep -q self
766 bridge fdb show brport $vx | grep $mac | grep "vlan $vid" \
775 bridge fdb show brport $vx | grep $mac | grep -q self
777 bridge fdb show brport $vx | grep $mac | grep "vlan $vid" \
790 ip link set dev $vx typ
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H A Dvxlan_bridge_1q.sh691 local vx=vx$vid
709 bridge fdb show brport $vx | grep $mac | grep -q self
711 bridge fdb show brport $vx | grep $mac | grep "vlan $vid" \
729 bridge fdb del dev $vx $mac master self vlan $vid
744 bridge fdb show brport $vx | grep $mac | grep -q self
746 bridge fdb show brport $vx | grep $mac | grep "vlan $vid" \
755 bridge fdb show brport $vx | grep $mac | grep -q self
757 bridge fdb show brport $vx | grep $mac | grep "vlan $vid" \
770 ip link set dev $vx typ
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dxen.c178 struct kvm_vcpu_xen *vx = &v->arch.xen; in kvm_xen_update_runstate_guest() local
179 struct gfn_to_pfn_cache *gpc1 = &vx->runstate_cache; in kvm_xen_update_runstate_guest()
180 struct gfn_to_pfn_cache *gpc2 = &vx->runstate2_cache; in kvm_xen_update_runstate_guest()
214 * and is the same size (int) as vx->current_runstate. in kvm_xen_update_runstate_guest()
219 sizeof(vx->current_runstate)); in kvm_xen_update_runstate_guest()
221 sizeof(vx->current_runstate)); in kvm_xen_update_runstate_guest()
237 * the vx->runstate_times and immediately following state_entry_time. in kvm_xen_update_runstate_guest()
246 sizeof(vx->runstate_times)); in kvm_xen_update_runstate_guest()
403 entry_time = vx->runstate_entry_time; in kvm_xen_update_runstate_guest()
406 *update_bit = (vx in kvm_xen_update_runstate_guest()
445 struct kvm_vcpu_xen *vx = &v->arch.xen; kvm_xen_update_runstate() local
[all...]
/kernel/linux/linux-5.10/sound/pcmcia/vx/
H A Dvxp_ops.c233 static int vxp_load_dsp(struct vx_core *vx, int index, const struct firmware *fw) in vxp_load_dsp() argument
240 if ((err = vx_check_magic(vx)) < 0) in vxp_load_dsp()
242 if ((err = snd_vx_load_boot_image(vx, fw)) < 0) in vxp_load_dsp()
247 return vxp_load_xilinx_binary(vx, fw); in vxp_load_dsp()
250 return snd_vx_dsp_boot(vx, fw); in vxp_load_dsp()
253 return snd_vx_dsp_load(vx, fw); in vxp_load_dsp()
/kernel/linux/linux-6.6/sound/pcmcia/vx/
H A Dvxp_ops.c233 static int vxp_load_dsp(struct vx_core *vx, int index, const struct firmware *fw) in vxp_load_dsp() argument
240 err = vx_check_magic(vx); in vxp_load_dsp()
243 err = snd_vx_load_boot_image(vx, fw); in vxp_load_dsp()
249 return vxp_load_xilinx_binary(vx, fw); in vxp_load_dsp()
252 return snd_vx_dsp_boot(vx, fw); in vxp_load_dsp()
255 return snd_vx_dsp_load(vx, fw); in vxp_load_dsp()
/kernel/linux/linux-5.10/drivers/gpu/drm/bochs/
H A Dbochs_hw.c280 unsigned int vx, vy, vwidth, idx; in bochs_hw_setbase() local
290 vx = (offset % bochs->stride) * 8 / bochs->bpp; in bochs_hw_setbase()
293 DRM_DEBUG_DRIVER("x %d, y %d, addr %llx -> offset %lx, vx %d, vy %d\n", in bochs_hw_setbase()
294 x, y, addr, offset, vx, vy); in bochs_hw_setbase()
296 bochs_dispi_write(bochs, VBE_DISPI_INDEX_X_OFFSET, vx); in bochs_hw_setbase()
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dvx-insn.h12 #include <asm/vx-insn-asm.h>
16 asm(".include \"asm/vx-insn-asm.h\"\n");
/kernel/linux/linux-5.10/sound/drivers/
H A DMakefile24 obj-$(CONFIG_SND) += opl3/ opl4/ mpu401/ vx/ pcsp/
/kernel/linux/linux-6.6/sound/drivers/
H A DMakefile28 obj-$(CONFIG_SND) += opl3/ opl4/ mpu401/ vx/ pcsp/
/kernel/linux/linux-6.6/drivers/gpu/drm/tiny/
H A Dbochs.c389 unsigned int vx, vy, vwidth, idx; in bochs_hw_setbase() local
399 vx = (offset % bochs->stride) * 8 / bochs->bpp; in bochs_hw_setbase()
402 DRM_DEBUG_DRIVER("x %d, y %d, addr %llx -> offset %lx, vx %d, vy %d\n", in bochs_hw_setbase()
403 x, y, addr, offset, vx, vy); in bochs_hw_setbase()
405 bochs_dispi_write(bochs, VBE_DISPI_INDEX_X_OFFSET, vx); in bochs_hw_setbase()

Completed in 11 milliseconds

12