| /linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| H A D | uoutp.c | 38 if (argc != sizeof(args->v0) || args->v0.version != 0) in nvkm_uoutp_mthd_dp_mst_vcpi() 40 if (!ior->func->dp || !ior->func->dp->vcpi || !nvkm_head_find(outp->disp, args->v0.head)) in nvkm_uoutp_mthd_dp_mst_vcpi() 43 ior->func->dp->vcpi(ior, args->v0.head, args->v0.start_slot, args->v0.num_slots, in nvkm_uoutp_mthd_dp_mst_vcpi() 44 args->v0.pbn, args->v0.aligned_pbn); in nvkm_uoutp_mthd_dp_mst_vcpi() 53 if (argc != sizeof(args->v0) || args->v0.version != 0) in nvkm_uoutp_mthd_dp_mst_id_put() 58 return outp->func->dp.mst_id_put(outp, args->v0.id); in nvkm_uoutp_mthd_dp_mst_id_put() 66 if (argc != sizeof(args->v0) || args->v0.version != 0) in nvkm_uoutp_mthd_dp_mst_id_get() 71 return outp->func->dp.mst_id_get(outp, &args->v0.id); in nvkm_uoutp_mthd_dp_mst_id_get() 81 if (argc != sizeof(args->v0) || args->v0.version != 0) in nvkm_uoutp_mthd_dp_sst() 84 if (!ior->func->dp || !nvkm_head_find(disp, args->v0.head)) in nvkm_uoutp_mthd_dp_sst() [all …]
|
| H A D | uconn.c | 38 args.v0.version = 0; in nvkm_uconn_uevent_gsp() 39 args.v0.types = 0; in nvkm_uconn_uevent_gsp() 41 args.v0.types |= NVIF_CONN_EVENT_V0_PLUG; in nvkm_uconn_uevent_gsp() 43 args.v0.types |= NVIF_CONN_EVENT_V0_UNPLUG; in nvkm_uconn_uevent_gsp() 45 args.v0.types |= NVIF_CONN_EVENT_V0_IRQ; in nvkm_uconn_uevent_gsp() 47 return object->client->event(token, &args, sizeof(args.v0)); in nvkm_uconn_uevent_gsp() 55 args.v0.version = 0; in nvkm_uconn_uevent_aux() 56 args.v0.types = 0; in nvkm_uconn_uevent_aux() 58 args.v0.types |= NVIF_CONN_EVENT_V0_PLUG; in nvkm_uconn_uevent_aux() 60 args.v0.types |= NVIF_CONN_EVENT_V0_UNPLUG; in nvkm_uconn_uevent_aux() [all …]
|
| H A D | uhead.c | 50 if (argc != sizeof(args->v0) || args->v0.version != 0) in nvkm_uhead_mthd_scanoutpos() 54 args->v0.vtotal = head->arm.vtotal; in nvkm_uhead_mthd_scanoutpos() 55 args->v0.vblanks = head->arm.vblanks; in nvkm_uhead_mthd_scanoutpos() 56 args->v0.vblanke = head->arm.vblanke; in nvkm_uhead_mthd_scanoutpos() 57 args->v0.htotal = head->arm.htotal; in nvkm_uhead_mthd_scanoutpos() 58 args->v0.hblanks = head->arm.hblanks; in nvkm_uhead_mthd_scanoutpos() 59 args->v0.hblanke = head->arm.hblanke; in nvkm_uhead_mthd_scanoutpos() 65 if (!args->v0.vtotal || !args->v0.htotal) in nvkm_uhead_mthd_scanoutpos() 68 args->v0.time[0] = ktime_to_ns(ktime_get()); in nvkm_uhead_mthd_scanoutpos() 69 head->func->rgpos(head, &args->v0.hline, &args->v0.vline); in nvkm_uhead_mthd_scanoutpos() [all …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
| H A D | ctrl.c | 38 struct nvif_control_pstate_info_v0 v0; in nvkm_control_mthd_pstate_info() member 44 if (!(ret = nvif_unpack(ret, &data, &size, args->v0, 0, 0, false))) { in nvkm_control_mthd_pstate_info() 46 args->v0.version); in nvkm_control_mthd_pstate_info() 51 args->v0.count = clk->state_nr; in nvkm_control_mthd_pstate_info() 52 args->v0.ustate_ac = clk->ustate_ac; in nvkm_control_mthd_pstate_info() 53 args->v0.ustate_dc = clk->ustate_dc; in nvkm_control_mthd_pstate_info() 54 args->v0.pwrsrc = clk->pwrsrc; in nvkm_control_mthd_pstate_info() 55 args->v0.pstate = clk->pstate; in nvkm_control_mthd_pstate_info() 57 args->v0.count = 0; in nvkm_control_mthd_pstate_info() 58 args->v0.ustate_ac = NVIF_CONTROL_PSTATE_INFO_V0_USTATE_DISABLE; in nvkm_control_mthd_pstate_info() [all …]
|
| H A D | user.c | 80 struct nv_device_info_v0 v0; in nvkm_udevice_info() member 96 if (!(ret = nvif_unpack(ret, &data, &size, args->v0, 0, 0, false))) { in nvkm_udevice_info() 97 nvif_ioctl(object, "device info vers %d\n", args->v0.version); in nvkm_udevice_info() 112 args->v0.platform = NV_DEVICE_INFO_V0_IGP; in nvkm_udevice_info() 117 args->v0.platform = NV_DEVICE_INFO_V0_PCI; in nvkm_udevice_info() 120 args->v0.platform = NV_DEVICE_INFO_V0_AGP; in nvkm_udevice_info() 123 args->v0.platform = NV_DEVICE_INFO_V0_PCIE; in nvkm_udevice_info() 126 args->v0.platform = NV_DEVICE_INFO_V0_SOC; in nvkm_udevice_info() 136 case NV_04: args->v0.family = NV_DEVICE_INFO_V0_TNT; break; in nvkm_udevice_info() 138 case NV_11: args->v0.family = NV_DEVICE_INFO_V0_CELSIUS; break; in nvkm_udevice_info() [all …]
|
| /linux/rust/syn/gen/ |
| H A D | clone.rs | 149 crate::CapturedParam::Lifetime(v0) => { in clone() 150 crate::CapturedParam::Lifetime(v0.clone()) in clone() 152 crate::CapturedParam::Ident(v0) => crate::CapturedParam::Ident(v0.clone()), in clone() 188 crate::Data::Struct(v0) => crate::Data::Struct(v0.clone()), in clone() 189 crate::Data::Enum(v0) => crate::Data::Enum(v0.clone()), in clone() 190 crate::Data::Union(v0) => crate::Data::Union(v0.clone()), in clone() 245 crate::Expr::Array(v0) => crate::Expr::Array(v0.clone()), in clone() 247 crate::Expr::Assign(v0) => crate::Expr::Assign(v0.clone()), in clone() 249 crate::Expr::Async(v0) => crate::Expr::Async(v0.clone()), in clone() 251 crate::Expr::Await(v0) => crate::Expr::Await(v0.clone()), in clone() [all …]
|
| H A D | hash.rs | 243 crate::CapturedParam::Lifetime(v0) => { in hash() 245 v0.hash(state); in hash() 247 crate::CapturedParam::Ident(v0) => { in hash() 249 v0.hash(state); in hash() 288 crate::Data::Struct(v0) => { in hash() 290 v0.hash(state); in hash() 292 crate::Data::Enum(v0) => { in hash() 294 v0.hash(state); in hash() 296 crate::Data::Union(v0) => { in hash() 298 v0.hash(state); in hash() [all …]
|
| H A D | debug.rs | 81 crate::AttrStyle::Inner(v0) => { in fmt() 83 formatter.field(v0); in fmt() 130 crate::BinOp::Add(v0) => { in fmt() 132 formatter.field(v0); in fmt() 135 crate::BinOp::Sub(v0) => { in fmt() 137 formatter.field(v0); in fmt() 140 crate::BinOp::Mul(v0) => { in fmt() 142 formatter.field(v0); in fmt() 145 crate::BinOp::Div(v0) => { in fmt() 147 formatter.field(v0); in fmt() [all …]
|
| /linux/arch/arm64/crypto/ |
| H A D | sm4-ce-core.S | 51 ld1 {v0.16b}, [x0]; 52 rev32 v0.16b, v0.16b; 59 eor v0.16b, v0.16b, v1.16b; 61 sm4ekey v0.4s, v0.4s, v24.4s; 62 sm4ekey v1.4s, v0.4s, v25.4s; 73 st1 {v0.16b-v3.16b}, [x1], #64; 83 tbl v23.16b, {v0.16b}, v24.16b 100 ld1 {v0.16b}, [x2]; 101 SM4_CRYPT_BLK(v0); 102 st1 {v0.16b}, [x1]; [all …]
|
| H A D | sm4-ce-gcm-core.S | 237 #define RR1 v0 275 rev32 v0.16b, RZERO.16b 276 SM4_CRYPT_BLK_BE(v0) 279 rbit RH1.16b, v0.16b 322 ld1 {v0.16b-v3.16b}, [x2], #64 324 rbit v0.16b, v0.16b 335 eor RHASH.16b, RHASH.16b, v0.16b 357 ld1 {v0.16b}, [x2], #16 358 rbit v0.16b, v0.16b 359 eor RHASH.16b, RHASH.16b, v0.16b [all …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/core/ |
| H A D | ioctl.c | 64 struct nvif_ioctl_sclass_v0 v0; in nvkm_ioctl_sclass() member 70 if (!(ret = nvif_unpack(ret, &data, &size, args->v0, 0, 0, true))) { in nvkm_ioctl_sclass() 72 args->v0.version, args->v0.count); in nvkm_ioctl_sclass() 73 if (size != args->v0.count * sizeof(args->v0.oclass[0])) in nvkm_ioctl_sclass() 77 if (i < args->v0.count) { in nvkm_ioctl_sclass() 78 args->v0.oclass[i].oclass = oclass.base.oclass; in nvkm_ioctl_sclass() 79 args->v0.oclass[i].minver = oclass.base.minver; in nvkm_ioctl_sclass() 80 args->v0.oclass[i].maxver = oclass.base.maxver; in nvkm_ioctl_sclass() 85 args->v0.count = i; in nvkm_ioctl_sclass() 96 struct nvif_ioctl_new_v0 v0; in nvkm_ioctl_new() member [all …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
| H A D | ummu.c | 61 struct nvif_mmu_heap_v0 v0; in nvkm_ummu_heap() member 66 if (!(ret = nvif_unpack(ret, &argv, &argc, args->v0, 0, 0, false))) { in nvkm_ummu_heap() 67 if ((index = args->v0.index) >= mmu->heap_nr) in nvkm_ummu_heap() 69 args->v0.size = mmu->heap[index].size; in nvkm_ummu_heap() 81 struct nvif_mmu_type_v0 v0; in nvkm_ummu_type() member 86 if (!(ret = nvif_unpack(ret, &argv, &argc, args->v0, 0, 0, false))) { in nvkm_ummu_type() 87 if ((index = args->v0.index) >= mmu->type_nr) in nvkm_ummu_type() 90 args->v0.heap = mmu->type[index].heap; in nvkm_ummu_type() 91 args->v0.vram = !!(type & NVKM_MEM_VRAM); in nvkm_ummu_type() 92 args->v0.host = !!(type & NVKM_MEM_HOST); in nvkm_ummu_type() [all …]
|
| H A D | uvmm.c | 49 struct nvif_vmm_pfnclr_v0 v0; in nvkm_uvmm_mthd_pfnclr() member 55 if (!(ret = nvif_unpack(ret, &argv, &argc, args->v0, 0, 0, false))) { in nvkm_uvmm_mthd_pfnclr() 56 addr = args->v0.addr; in nvkm_uvmm_mthd_pfnclr() 57 size = args->v0.size; in nvkm_uvmm_mthd_pfnclr() 77 struct nvif_vmm_pfnmap_v0 v0; in nvkm_uvmm_mthd_pfnmap() member 84 if (!(ret = nvif_unpack(ret, &argv, &argc, args->v0, 0, 0, true))) { in nvkm_uvmm_mthd_pfnmap() 85 page = args->v0.page; in nvkm_uvmm_mthd_pfnmap() 86 addr = args->v0.addr; in nvkm_uvmm_mthd_pfnmap() 87 size = args->v0.size; in nvkm_uvmm_mthd_pfnmap() 88 phys = args->v0.phys; in nvkm_uvmm_mthd_pfnmap() [all …]
|
| /linux/arch/mips/include/asm/mach-cavium-octeon/ |
| H A D | kernel-entry-init.h | 30 dmfc0 v0, CP0_CVMMEMCTL_REG 32 dins v0, $0, 0, 6 33 ori v0, CONFIG_CAVIUM_OCTEON_CVMSEG_SIZE 34 dmtc0 v0, CP0_CVMMEMCTL_REG # Write the cavium mem control register 35 dmfc0 v0, CP0_CVMCTL_REG # Read the cavium control register 38 or v0, v0, 0x5001 39 xor v0, v0, 0x1001 43 and v0, v0, v1 44 ori v0, v0, (6 << 7) 64 or v0, v0, 0x2000 # Set IPREF bit. [all …]
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | cwsr_trap_handler_gfx10.asm | 429 global_store_dword_addtid v0, [s_save_ttmps_lo, s_save_ttmps_hi] V_COHERENCE 430 v_mov_b32 v0, 0x0 447 v_writelane_b32 v0, ttmp4, 0x4 448 v_writelane_b32 v0, ttmp5, 0x5 449 v_writelane_b32 v0, ttmp6, 0x6 450 v_writelane_b32 v0, ttmp7, 0x7 451 v_writelane_b32 v0, ttmp8, 0x8 452 v_writelane_b32 v0, ttmp9, 0x9 453 v_writelane_b32 v0, ttmp10, 0xA 454 v_writelane_b32 v0, ttmp11, 0xB [all …]
|
| /linux/lib/ |
| H A D | siphash.c | 20 #define SIPROUND SIPHASH_PERMUTATION(v0, v1, v2, v3) 23 u64 v0 = SIPHASH_CONST_0; \ 31 v0 ^= key->key[0]; 37 v0 ^= b; \ 43 return (v0 ^ v1) ^ (v2 ^ v3); 57 v0 ^= m; in __siphash_aligned() 90 v0 ^= m; in __siphash_unaligned() 122 v0 ^= first; in siphash_1u64() 139 v0 ^= first; in siphash_2u64() 143 v0 ^= second; in siphash_2u64() [all …]
|
| /linux/tools/testing/selftests/powerpc/math/ |
| H A D | vmx_asm.S | 9 # Should be safe from C, only touches r4, r5 and v0,v1,v2 15 lvx v0,r5,r4 16 vcmpequd. v1,v0,v20 20 lvx v0,r5,r4 21 vcmpequd. v1,v0,v21 25 lvx v0,r5,r4 26 vcmpequd. v1,v0,v22 30 lvx v0,r5,r4 31 vcmpequd. v1,v0,v23 35 lvx v0,r5,r4 [all …]
|
| /linux/drivers/gpu/drm/nouveau/include/nvif/ |
| H A D | if0012.h | 41 } v0; member 80 } v0; member 89 } v0; member 98 } v0; member 116 } v0; member 138 } v0; member 150 } v0; member 157 } v0; member 165 } v0; member 179 } v0; member [all …]
|
| /linux/lib/crc/powerpc/ |
| H A D | crc-vpmsum-template.S | 101 vspltisw v0,-1 103 vsldoi mask_32bit,zeroes,v0,4 104 vsldoi mask_64bit,zeroes,v0,8 157 vxor v0,v0,v0 256 vxor v0,v0,v8 313 vxor v0,v0,v8 347 vxor v0,v0,v8 363 vsldoi v0,v0,zeroes,4 393 vxor v16,v0,v8 422 lvx v0,0,r3 [all …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
| H A D | uchan.c | 50 if (argc != sizeof(args->v0) || args->v0.version != 0) in nvkm_uchan_uevent() 53 switch (args->v0.type) { in nvkm_uchan_uevent() 342 if (argc < sizeof(args->v0) || args->v0.version != 0) in nvkm_uchan_new() 344 argc -= sizeof(args->v0); in nvkm_uchan_new() 346 if (args->v0.namelen != argc) in nvkm_uchan_new() 350 runl = nvkm_runl_get(fifo, args->v0.runlist, 0); in nvkm_uchan_new() 354 if (args->v0.vmm) { in nvkm_uchan_new() 355 vmm = nvkm_uvmm_search(oclass->client, args->v0.vmm); in nvkm_uchan_new() 360 if (args->v0.ctxdma) { in nvkm_uchan_new() 361 ctxdma = nvkm_dmaobj_search(oclass->client, args->v0.ctxdma); in nvkm_uchan_new() [all …]
|
| /linux/arch/mips/kernel/ |
| H A D | scall32-o32.S | 84 subu t2, v0, __NR_O32_Linux 89 LONG_S v0, TI_SYSCALL($28) # Save v0 as syscall number 97 subu v0, v0, __NR_O32_Linux # check syscall number 98 sltiu t0, v0, __NR_O32_Linux_syscalls 101 sll t0, v0, 2 111 sltu t0, t0, v0 116 negu v0 # error 118 1: sw v0, PT_R2(sp) # result 131 bltz v0, 1f # seccomp failed? Skip syscall 134 lw v0, PT_R2(sp) # Restore syscall (maybe modified) [all …]
|
| /linux/arch/mips/lib/ |
| H A D | strncpy_user.S | 38 1: EX(lbue, v0, (v1), .Lfault) 41 1: EX(lbu, v0, (v1), .Lfault) 45 sb v0, (a0) 46 beqz v0, 2f 50 2: PTR_ADDU v0, a1, t0 51 xor v0, a1 52 bltz v0, .Lfault 53 move v0, t0 58 li v0, -EFAULT
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | rpath.sh | 41 ip -net "$ns1" link add v0 type veth peer name v0 netns "$ns2" 42 ip -net "$ns1" link set v0 up; ip -net "$ns2" link set v0 up 43 ip -net "$ns1" a a 192.168.23.2/24 dev v0 44 ip -net "$ns2" a a 192.168.23.1/24 dev v0 45 ip -net "$ns1" a a fec0:23::2/64 dev v0 nodad 46 ip -net "$ns2" a a fec0:23::1/64 dev v0 nodad 48 # rp filter testing: ns1 sends packets via v0 which ns2 would route back via d0 51 ip -net "$ns1" a a 192.168.42.2/24 dev v0 [all...] |
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_xdp_features.sh | 16 ip link add v1 type veth peer name v0 netns ${NS} 21 ip -n ${NS} link set dev v0 up 22 ip -n ${NS} addr add $V0_IP4/24 dev v0 23 ip -n ${NS} addr add $V0_IP6/64 nodad dev v0 28 ip netns exec ${NS} ethtool -K v0 gro on 29 ip netns exec ${NS} ethtool -K v0 tx-checksumming off 54 -T $V0_IP6 v0 63 -T ::ffff:$V0_IP4 v0 71 -T $V0_IP6 v0 80 -T ::ffff:$V0_IP4 v0 [all …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/dma/ |
| H A D | user.c | 72 struct nv_dma_v0 v0; in nvkm_dmaobj_ctor() member 84 if (!(ret = nvif_unpack(ret, &data, &size, args->v0, 0, 0, true))) { in nvkm_dmaobj_ctor() 87 args->v0.version, args->v0.target, args->v0.access, in nvkm_dmaobj_ctor() 88 args->v0.start, args->v0.limit); in nvkm_dmaobj_ctor() 89 dmaobj->target = args->v0.target; in nvkm_dmaobj_ctor() 90 dmaobj->access = args->v0.access; in nvkm_dmaobj_ctor() 91 dmaobj->start = args->v0.start; in nvkm_dmaobj_ctor() 92 dmaobj->limit = args->v0.limit; in nvkm_dmaobj_ctor()
|