Home
last modified time | relevance | path

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

/linux/lib/raid6/
H A Drecov_neon_inner.c
H A Drecov_rvv.c
/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 in snd_vx222_probe()
210 struct snd_vx222 *vx = card->private_data; snd_vx222_suspend() local
218 struct snd_vx222 *vx = card->private_data; snd_vx222_resume() local
[all...]
/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 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 Dtest_vxlan_mdb.sh891 ip -n $ns1 link add name vx-test${i} up type vxlan \
908 num_entries=$(bridge -n $ns1 mdb show dev vx-test${i} | grep "permanent" | wc -l)
/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()
359 * and is the same size (int) as vx->current_runstate. 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()
382 * the vx->runstate_times and immediately following state_entry_time. 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 in kvm_xen_update_runstate_guest()
589 struct kvm_vcpu_xen *vx = &v->arch.xen; kvm_xen_update_runstate() local
[all...]
/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-zvbb-zvkg.S216 vslidedown.vx TWEAKS_BREV, TWEAKS_BREV, t0 // Extract last tweak
/linux/sound/pcmcia/
H A DMakefile7 obj-$(CONFIG_SND) += vx/ pdaudiocf/
/linux/arch/powerpc/crypto/
H A Dppc-xlate.pl139 my ($f,$vx,$vy) = @_;
140 " vor $vx,$vy,$vy";
/linux/sound/drivers/
H A DMakefile28 obj-$(CONFIG_SND) += opl3/ opl4/ mpu401/ vx/ pcsp/
/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()
405 DRM_DEBUG_DRIVER("x %d, y %d, addr %llx -> offset %lx, vx %d, vy %d\n", 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/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/networking/
H A Dpktgen.rst248 ./pktgen_sample01_simple.sh [-vx] -i ethX
/linux/Documentation/networking/device_drivers/ethernet/3com/
H A Dvortex.rst397 - If it is a PCI device, the relevant output from 'lspci -vx', eg::
/linux/arch/s390/tools/
H A Dopcodes.txt984 e76d vx VRR_VVV
/linux/Documentation/sound/
H A Dalsa-configuration.rst2567 /proc/asound/cardX/vx-status proc file.
2584 sound/pcmcia/vx/vxpocket.c. 2.6.13 or later kernel requires no