| /linux/lib/raid6/ |
| H A D | recov_neon_inner.c | 51 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 D | recov_rvv.c | 131 [vx]"r"(q), in __raid6_datap_recov_rvv()
|
| /linux/sound/pci/vx222/ |
| H A D | vx222.c | 108 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 …]
|
| /linux/arch/mips/math-emu/ |
| H A D | sp_cmp.c | 14 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 D | dp_cmp.c | 14 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 D | test_vxlan_fdb_changelink.sh | 13 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 D | test_vxlan_mdb.sh | 891 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 D | chacha-riscv64-zvkb.S | 199 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 D | vxlan_bridge_1q.sh | 706 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 D | Makefile | 7 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 D | xen.c | 323 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/arch/riscv/crypto/ |
| H A D | aes-riscv64-zvkned-zvkb.S | 102 vadd.vx v16, v16, VL_BLOCKS, v0.t 129 vadd.vx v16, v16, VL_BLOCKS, v0.t
|
| H A D | aes-riscv64-zvkned-zvbb-zvkg.S | 216 vslidedown.vx TWEAKS_BREV, TWEAKS_BREV, t0 // Extract last tweak
|
| /linux/lib/crc/ |
| H A D | Makefile | 31 crc32-$(CONFIG_S390) += s390/crc32le-vx.o s390/crc32be-vx.o
|
| /linux/arch/powerpc/crypto/ |
| H A D | ppc-xlate.pl | 139 my ($f,$vx,$vy) = @_; 140 " vor $vx,$vy,$vy";
|
| /linux/sound/pcmcia/ |
| H A D | Makefile | 7 obj-$(CONFIG_SND) += vx/ pdaudiocf/
|
| /linux/sound/drivers/ |
| H A D | Makefile | 28 obj-$(CONFIG_SND) += opl3/ opl4/ mpu401/ vx/ pcsp/
|
| /linux/arch/s390/include/asm/ |
| H A D | ctlreg.h | 215 unsigned long vx : 1; /* Vector enablement control */ member
|
| /linux/samples/pktgen/ |
| H A D | README.rst | 18 Usage: ./pktgen_sample01_simple.sh [-vx] -i ethX
|
| /linux/Documentation/networking/ |
| H A D | pktgen.rst | 248 ./pktgen_sample01_simple.sh [-vx] -i ethX
|
| /linux/Documentation/networking/device_drivers/ethernet/3com/ |
| H A D | vortex.rst | 397 - If it is a PCI device, the relevant output from 'lspci -vx', eg::
|
| /linux/arch/s390/tools/ |
| H A D | opcodes.txt | 984 e76d vx VRR_VVV
|
| /linux/Documentation/sound/ |
| H A D | alsa-configuration.rst | 2542 /proc/asound/cardX/vx-status proc file. 2559 sound/pcmcia/vx/vxpocket.c. 2.6.13 or later kernel requires no
|