Symbol: _i
variable
Defined...
-
arch/x86/entry/common.c:49:9-49:9: unr = array_index_nospec(unr, NR_syscalls);
-
arch/x86/entry/common.c:66:9-66:9: xnr = array_index_nospec(xnr, X32_NR_syscalls);
-
arch/x86/entry/common.c:111:9-111:9: unr = array_index_nospec(unr, IA32_NR_syscalls);
-
arch/x86/events/core.c:373:15-373:15: cache_type = array_index_nospec(cache_type, PERF_COUNT_HW_CACHE_MAX);
-
arch/x86/events/core.c:378:13-378:13: cache_op = array_index_nospec(cache_op, PERF_COUNT_HW_CACHE_OP_MAX);
-
arch/x86/events/core.c:383:17-383:17: cache_result = array_index_nospec(cache_result, PERF_COUNT_HW_CACHE_RESULT_MAX);
-
arch/x86/events/core.c:497:17-497:17: attr->config = array_index_nospec((unsigned long)attr->config, x86_pmu.max_events);
-
arch/x86/events/core.c:3005:28-3005:28: return x86_pmu.event_map(array_index_nospec(hw_event, max));
-
arch/x86/events/intel/cstate.c:327:9-327:9: cfg = array_index_nospec((unsigned long)cfg, PERF_CSTATE_CORE_EVENT_MAX);
-
arch/x86/events/intel/cstate.c:336:9-336:9: cfg = array_index_nospec((unsigned long)cfg, PERF_CSTATE_PKG_EVENT_MAX);
-
arch/x86/events/msr.c:215:8-215:8: cfg = array_index_nospec((unsigned long)cfg, PERF_MSR_EVENT_MAX);
-
arch/x86/events/rapl.c:351:8-351:8: cfg = array_index_nospec((long)cfg, NR_RAPL_DOMAINS + 1);
-
arch/x86/kernel/fpu/xstate.c:1646:8-1646:8: idx = array_index_nospec(idx, ARRAY_SIZE(xstate_prctl_req));
-
arch/x86/kernel/ptrace.c:616:15-616:15: int index = array_index_nospec(n, HBP_NUM);
-
arch/x86/kernel/tls.c:228:10-228:10: index = array_index_nospec(index,
-
arch/x86/kvm/emulate.c:4931:17-4931:17: u32 index = array_index_nospec(
-
arch/x86/kvm/hyperv.c:1039:30-1039:30: *pdata = hv->hv_crash_param[array_index_nospec(index, size)];
-
arch/x86/kvm/hyperv.c:1068:21-1068:21: hv->hv_crash_param[array_index_nospec(index, size)] = data;
-
arch/x86/kvm/ioapic.c:79:17-79:17: u32 index = array_index_nospec(
-
arch/x86/kvm/ioapic.c:341:11-341:11: index = array_index_nospec(index, IOAPIC_NUM_PINS);
-
arch/x86/kvm/lapic.c:190:13-190:13: offset = array_index_nospec(offset, map->max_apic_id + 1);
-
arch/x86/kvm/lapic.c:1119:18-1119:18: u32 dest_id = array_index_nospec(irq->dest_id, map->max_apic_id + 1);
-
arch/x86/kvm/lapic.c:2208:9-2208:9: return array_index_nospec(
-
arch/x86/kvm/mtrr.c:192:11-192:11: *unit = array_index_nospec(
-
arch/x86/kvm/mtrr.c:198:11-198:11: *unit = array_index_nospec(
-
arch/x86/kvm/pmu.h:105:15-105:15: u32 index = array_index_nospec(msr - base,
-
arch/x86/kvm/pmu.h:120:15-120:15: u32 index = array_index_nospec(msr - base,
-
arch/x86/kvm/svm/pmu.c:35:27-35:27: return &pmu->gp_counters[array_index_nospec(pmc_idx, num_counters)];
-
arch/x86/kvm/vmx/pmu_intel.c:151:19-151:19: return &counters[array_index_nospec(idx, num_counters)];
-
arch/x86/kvm/vmx/pmu_intel.c:504:28-504:28: event = fixed_pmc_events[array_index_nospec(i, size)];
-
arch/x86/kvm/vmx/vmcs12.h:378:10-378:10: index = array_index_nospec(index, nr_vmcs12_fields);
-
arch/x86/kvm/vmx/vmx.c:6558:23-6558:23: exit_handler_index = array_index_nospec((u16)exit_reason.basic,
-
arch/x86/kvm/x86.c:1355:17-1355:17: vcpu->arch.db[array_index_nospec(dr, size)] = val;
-
arch/x86/kvm/x86.c:1384:24-1384:24: *val = vcpu->arch.db[array_index_nospec(dr, size)];
-
arch/x86/kvm/x86.c:3308:12-3308:12: offset = array_index_nospec(msr - MSR_IA32_MC0_CTL2,
-
arch/x86/kvm/x86.c:3340:12-3340:12: offset = array_index_nospec(msr - MSR_IA32_MC0_CTL,
-
arch/x86/kvm/x86.c:3947:12-3947:12: offset = array_index_nospec(msr - MSR_IA32_MC0_CTL2,
-
arch/x86/kvm/x86.c:3956:12-3956:12: offset = array_index_nospec(msr - MSR_IA32_MC0_CTL,
-
arch/x86/kvm/x86.c:5016:11-5016:11: banks += array_index_nospec(4 * mce->bank, 4 * bank_num);
-
drivers/acpi/nfit/core.c:486:13-486:13: family = array_index_nospec(family,
-
drivers/ata/libahci.c:1200:9-1200:9: pmp = array_index_nospec(pmp, EM_MAX_SLOTS);
-
drivers/atm/iphase.c:2768:10-2768:10: board = array_index_nospec(board, iadev_count + 1);
-
drivers/block/pktcdvd.c:2214:14-2214:14: dev_minor = array_index_nospec(dev_minor, MAX_WRITERS);
-
drivers/char/applicom.c:392:14-392:14: IndexCard = array_index_nospec(IndexCard, MAX_BOARD);
-
drivers/char/applicom.c:722:14-722:14: IndexCard = array_index_nospec(IndexCard, MAX_BOARD);
-
drivers/char/ipmi/ipmi_msghandler.c:1446:13-1446:13: channel = array_index_nospec(channel, IPMI_MAX_CHANNELS);
-
drivers/char/ipmi/ipmi_msghandler.c:1468:13-1468:13: channel = array_index_nospec(channel, IPMI_MAX_CHANNELS);
-
drivers/char/ipmi/ipmi_msghandler.c:1490:13-1490:13: channel = array_index_nospec(channel, IPMI_MAX_CHANNELS);
-
drivers/char/ipmi/ipmi_msghandler.c:1512:13-1512:13: channel = array_index_nospec(channel, IPMI_MAX_CHANNELS);
-
drivers/char/ipmi/ipmi_msghandler.c:2403:18-2403:18: addr->channel = array_index_nospec(addr->channel, IPMI_MAX_CHANNELS);
-
drivers/char/mwave/mwavedd.c:293:13-293:13: ipcnum = array_index_nospec(ipcnum,
-
drivers/char/mwave/mwavedd.c:323:13-323:13: ipcnum = array_index_nospec(ipcnum,
-
drivers/char/mwave/mwavedd.c:391:13-391:13: ipcnum = array_index_nospec(ipcnum,
-
drivers/counter/counter-chrdev.c:293:12-293:12: parent = array_index_nospec(parent, counter->num_signals);
-
drivers/counter/counter-chrdev.c:303:12-303:12: parent = array_index_nospec(parent, counter->num_counts);
-
drivers/counter/counter-chrdev.c:344:8-344:8: id = array_index_nospec(id, counter->counts[parent].num_synapses);
-
drivers/crypto/ccree/cc_request_mgr.c:80:8-80:8: alg = array_index_nospec(alg, CC_CPP_NUM_ALGS);
-
drivers/crypto/ccree/cc_request_mgr.c:81:9-81:9: slot = array_index_nospec(slot, CC_CPP_NUM_SLOTS);
-
drivers/crypto/qat/qat_common/adf_transport.c:260:13-260:13: ring_num = array_index_nospec(ring_num, num_rings_per_bank);
-
drivers/dma-buf/dma-heap.c:139:7-139:7: nr = array_index_nospec(nr, ARRAY_SIZE(dma_heap_ioctl_cmds));
-
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c:159:10-159:10: hw_ip = array_index_nospec(hw_ip, AMDGPU_HW_IP_NUM);
-
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c:224:10-224:10: hw_ip = array_index_nospec(hw_ip, AMDGPU_HW_IP_NUM);
-
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c:792:13-792:13: hw_prio = array_index_nospec(hw_prio, AMDGPU_RING_PRIO_MAX);
-
drivers/gpu/drm/amd/pm/amdgpu_pm.c:482:8-482:8: idx = array_index_nospec(idx, ARRAY_SIZE(data.states));
-
drivers/gpu/drm/drm_bufs.c:1477:9-1477:9: idx = array_index_nospec(idx, dma->buf_count);
-
drivers/gpu/drm/drm_ioctl.c:841:11-841:11: index = array_index_nospec(index, dev->driver->num_ioctls);
-
drivers/gpu/drm/drm_ioctl.c:847:8-847:8: nr = array_index_nospec(nr, DRM_CORE_IOCTL_COUNT);
-
drivers/gpu/drm/drm_ioctl.c:931:7-931:7: nr = array_index_nospec(nr, DRM_CORE_IOCTL_COUNT);
-
drivers/gpu/drm/i915/gem/i915_gem_context.c:421:8-421:8: idx = array_index_nospec(idx, set->num_engines);
-
drivers/gpu/drm/i915/gem/i915_gem_context.c:513:8-513:8: idx = array_index_nospec(idx, set->num_engines);
-
drivers/gpu/drm/i915/gvt/kvmgt.c:1254:6-1254:6: array_index_nospec(info.index,
-
drivers/gpu/drm/i915/i915_query.c:593:15-593:15: func_idx = array_index_nospec(func_idx,
-
drivers/gpu/drm/i915/i915_user_extensions.c:46:11-46:11: name = array_index_nospec(name, count);
-
drivers/gpu/drm/nouveau/dispnv50/base827c.c:41:2-41:2: PUSH_MTHD(push, NV827C, SET_CONTEXT_DMAS_ISO(0), asyw->image.handle, 1);
-
drivers/gpu/drm/nouveau/dispnv50/base907c.c:42:2-42:2: PUSH_MTHD(push, NV907C, SET_CONTEXT_DMAS_ISO(0), asyw->image.handle, 1);
-
drivers/gpu/drm/nouveau/dispnv50/base907c.c:179:2-179:2: PUSH_MTHD(push, NV907C, SET_CSC_RED2RED,
-
drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:48:2-48:2: PUSH_MTHD(push, NVC37E, SET_CSC_RED2RED, asyw->csc.matrix, 12);
-
drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c:192:2-192:2: PUSH_MTHD(push, NVC37E, SET_CONTEXT_DMA_ISO(0), asyw->image.handle, 1);
-
drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c:64:2-64:2: PUSH_MTHD(push, NVC57E, SET_CONTEXT_DMA_ISO(0), asyw->image.handle, 1);
-
drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c:95:2-95:2: PUSH_MTHD(push, NVC57E, SET_FMT_COEFFICIENT_C00, identity, ARRAY_SIZE(identity));
-
drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c:108:2-108:2: PUSH_MTHD(push, NVC57E, SET_FMT_COEFFICIENT_C00, asyw->csc.matrix, 12);
-
drivers/gpu/drm/nouveau/dispnv50/wndwc67e.c:60:2-60:2: PUSH_MTHD(push, NVC57E, SET_CONTEXT_DMA_ISO(0), asyw->image.handle, 1);
-
drivers/hid/usbhid/hiddev.c:459:23-459:23: uref->field_index = array_index_nospec(uref->field_index,
-
drivers/hid/usbhid/hiddev.c:465:23-465:23: uref->usage_index = array_index_nospec(uref->usage_index,
-
drivers/hid/usbhid/hiddev.c:493:24-493:24: uref->field_index = array_index_nospec(uref->field_index,
-
drivers/hid/usbhid/hiddev.c:502:6-502:6: array_index_nospec(uref->usage_index,
-
drivers/hid/usbhid/hiddev.c:515:5-515:5: array_index_nospec(uref->usage_index,
-
drivers/hid/usbhid/hiddev.c:763:23-763:23: finfo.field_index = array_index_nospec(finfo.field_index,
-
drivers/hid/usbhid/hiddev.c:808:17-808:17: cinfo.index = array_index_nospec(cinfo.index,
-
drivers/hwmon/nct6775-core.c:2724:8-2724:8: val = array_index_nospec(val, NUM_TEMP + 1);
-
drivers/infiniband/core/ucma.c:1736:12-1736:12: hdr.cmd = array_index_nospec(hdr.cmd, ARRAY_SIZE(ucma_cmd_table));
-
drivers/infiniband/core/user_mad.c:904:7-904:7: id = array_index_nospec(id, IB_UMAD_MAX_AGENTS);
-
drivers/infiniband/hw/hfi1/verbs.c:1498:7-1498:7: sl = array_index_nospec(sl, ARRAY_SIZE(ibp->sl_to_sc));
-
drivers/md/bcache/alloc.c:191:4-191:4: heap_add(&ca->heap, b, bucket_max_cmp);
-
drivers/md/bcache/bset.c:1098:3-1098:3: BUG_ON(!heap_add(iter,
-
drivers/md/bcache/btree.c:2764:2-2764:2: array_allocator_init(&buf->freelist);
-
drivers/md/bcache/movinggc.c:223:4-223:4: heap_add(&ca->heap, b, bucket_cmp);
-
drivers/md/dm-ioctl.c:1823:8-1823:8: cmd = array_index_nospec(cmd, ARRAY_SIZE(_ioctls));
-
drivers/media/dvb-core/dvb_ca_en50221.c:1389:10-1389:10: slot = array_index_nospec(slot, ca->slot_count);
-
drivers/media/dvb-core/dvb_ca_en50221.c:1472:9-1472:9: slot = array_index_nospec(slot, ca->slot_count);
-
drivers/media/dvb-core/dvb_frontend.c:1161:8-1161:8: cmd = array_index_nospec(cmd, DTV_MAX_COMMAND);
-
drivers/media/dvb-core/dvb_net.c:1472:12-1472:12: if_num = array_index_nospec(if_num, DVB_NET_DEVICES_MAX);
-
drivers/media/dvb-core/dvb_net.c:1538:12-1538:12: if_num = array_index_nospec(if_num, DVB_NET_DEVICES_MAX);
-
drivers/media/radio/wl128x/fmdrv_common.c:739:9-739:9: idx = array_index_nospec(blk_idx * (FM_RDS_BLK_SIZE - 1),
-
drivers/misc/hmc6352.c:42:8-42:8: val = array_index_nospec(val, strlen(map));
-
drivers/misc/sgi-gru/grukdump.c:189:12-189:12: req.gid = array_index_nospec(req.gid, gru_max_gids);
-
drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c:2276:16-2276:16: t.qset_idx = array_index_nospec(t.qset_idx, nqsets);
-
drivers/net/ethernet/freescale/dpaa2/dpaa2-ethtool.c:745:24-745:24: rxnfc->fs.location = array_index_nospec(rxnfc->fs.location,
-
drivers/net/wireless/mac80211_hwsim.c:5094:9-5094:9: idx = array_index_nospec(idx,
-
drivers/net/wireless/quantenna/qtnfmac/core.c:49:10-49:10: macid = array_index_nospec(macid, QTNF_MAX_MAC);
-
drivers/net/wireless/quantenna/qtnfmac/event.c:695:10-695:10: vifid = array_index_nospec(event->vifid, QTNF_MAX_INTF);
-
drivers/net/wireless/silabs/wfx/wfx.h:105:11-105:11: vif_id = array_index_nospec(vif_id, ARRAY_SIZE(wdev->vif));
-
drivers/net/wwan/iosm/iosm_ipc_mux_codec.c:406:10-406:10: if_id = array_index_nospec(if_id, IPC_MEM_MUX_IP_SESSION_ENTRIES);
-
drivers/net/wwan/iosm/iosm_ipc_mux_codec.c:454:10-454:10: if_id = array_index_nospec(if_id, IPC_MEM_MUX_IP_SESSION_ENTRIES);
-
drivers/net/wwan/iosm/iosm_ipc_mux_codec.c:530:19-530:19: next_cmd_index = array_index_nospec(next_cmd_index,
-
drivers/net/wwan/iosm/iosm_ipc_mux_codec.c:617:11-617:11: if_id = array_index_nospec(if_id,
-
drivers/pci/switch/switchtec.c:1189:12-1189:12: p.port = array_index_nospec(p.port,
-
drivers/ptp/ptp_chardev.c:382:15-382:15: pin_index = array_index_nospec(pin_index, ops->n_pins);
-
drivers/ptp/ptp_chardev.c:414:15-414:15: pin_index = array_index_nospec(pin_index, ops->n_pins);
-
drivers/tty/vt/keyboard.c:2070:12-2070:12: kb_func = array_index_nospec(kb_func, MAX_NR_FUNC);
-
drivers/tty/vt/vt_ioctl.c:603:16-603:16: vsa.console = array_index_nospec(vsa.console, MAX_NR_CONSOLES);
-
drivers/tty/vt/vt_ioctl.c:848:9-848:9: arg = array_index_nospec(arg, MAX_NR_CONSOLES);
-
drivers/tty/vt/vt_ioctl.c:906:9-906:9: arg = array_index_nospec(arg - 1, MAX_NR_CONSOLES);
-
drivers/usb/gadget/function/f_mass_storage.c:3295:8-3295:8: num = array_index_nospec(num, FSG_MAX_LUNS);
-
drivers/usb/usbip/vhci_sysfs.c:222:13-222:13: *pdev_nr = array_index_nospec(*pdev_nr, vhci_num_controllers);
-
drivers/usb/usbip/vhci_sysfs.c:228:12-228:12: *rhport = array_index_nospec(*rhport, VHCI_HC_PORTS);
-
drivers/vdpa/vdpa_user/vduse_dev.c:865:10-865:10: index = array_index_nospec(eventfd->index, dev->vq_num);
-
drivers/vdpa/vdpa_user/vduse_dev.c:1132:11-1132:11: index = array_index_nospec(config.index, dev->vq_num);
-
drivers/vdpa/vdpa_user/vduse_dev.c:1150:11-1150:11: index = array_index_nospec(vq_info.index, dev->vq_num);
-
drivers/vdpa/vdpa_user/vduse_dev.c:1200:11-1200:11: index = array_index_nospec(index, dev->vq_num);
-
drivers/vfio/pci/vfio_pci_core.c:1037:16-1037:16: info.index = array_index_nospec(
-
drivers/vhost/vdpa.c:543:8-543:8: idx = array_index_nospec(idx, v->nvqs);
-
drivers/vhost/vhost.c:1614:8-1614:8: idx = array_index_nospec(idx, d->nvqs);
-
fs/aio.c:1091:7-1091:7: id = array_index_nospec(id, table->nr);
-
fs/autofs/dev-ioctl.c:588:8-588:8: idx = array_index_nospec(idx, ARRAY_SIZE(_ioctls));
-
fs/ext4/mballoc.c:2640:20-2640:20: ac->ac_2order = array_index_nospec(i - 1,
-
fs/file.c:645:7-645:7: fd = array_index_nospec(fd, fdt->max_fds);
-
fs/file.c:865:23-865:23: fdentry = fdt->fd + array_index_nospec(fd, fdt->max_fds);
-
fs/ntfs/super.c:197:8-197:8: else NTFS_GETOPT_OPTIONS_ARRAY("errors", on_errors,
-
fs/quota/quota.c:772:9-772:9: type = array_index_nospec(type, MAXQUOTAS);
-
include/linux/fdtable.h:88:8-88:8: fd = array_index_nospec(fd, fdt->max_fds);
-
include/linux/kvm_host.h:901:6-901:6: i = array_index_nospec(i, num_vcpus);
-
include/linux/kvm_host.h:970:10-970:10: as_id = array_index_nospec(as_id, KVM_ADDRESS_SPACE_NUM);
-
include/linux/kvm_host.h:1692:11-1692:11: offset = array_index_nospec(offset, slot->npages);
-
include/sound/control.h:167:9-167:9: return array_index_nospec(ioff, kctl->count);
-
include/sound/control.h:173:9-173:9: return array_index_nospec(ioff, kctl->count);
-
io_uring/cancel.c:223:8-223:8: fd = array_index_nospec(fd, ctx->nr_user_files);
-
io_uring/filetable.c:78:15-78:15: slot_index = array_index_nospec(slot_index, ctx->nr_user_files);
-
io_uring/filetable.c:163:11-163:11: offset = array_index_nospec(offset, ctx->nr_user_files);
-
io_uring/io_uring.c:2021:7-2021:7: fd = array_index_nospec(fd, ctx->nr_user_files);
-
io_uring/io_uring.c:3414:8-3414:8: fd = array_index_nospec(fd, IO_RINGFD_REG_MAX);
-
io_uring/io_uring.c:4155:12-4155:12: opcode = array_index_nospec(opcode, IORING_REGISTER_LAST);
-
io_uring/io_uring.c:4326:8-4326:8: fd = array_index_nospec(fd, IO_RINGFD_REG_MAX);
-
io_uring/msg_ring.c:170:9-170:9: idx = array_index_nospec(idx, ctx->nr_user_files);
-
io_uring/net.c:989:9-989:9: idx = array_index_nospec(idx, ctx->nr_user_bufs);
-
io_uring/rsrc.c:481:7-481:7: i = array_index_nospec(up->offset + done, ctx->nr_user_files);
-
io_uring/rsrc.c:567:7-567:7: i = array_index_nospec(offset, ctx->nr_user_bufs);
-
io_uring/rw.c:93:11-93:11: index = array_index_nospec(req->buf_index, ctx->nr_user_bufs);
-
io_uring/tctx.c:218:12-218:12: offset = array_index_nospec(offset, IO_RINGFD_REG_MAX);
-
io_uring/tctx.c:326:16-326:16: reg.offset = array_index_nospec(reg.offset, IO_RINGFD_REG_MAX);
-
io_uring/uring_cmd.c:97:11-97:11: index = array_index_nospec(req->buf_index, ctx->nr_user_bufs);
-
ipc/sem.c:411:8-411:8: idx = array_index_nospec(sops->sem_num, sma->sem_nsems);
-
ipc/sem.c:660:13-660:13: int idx = array_index_nospec(sop->sem_num, sma->sem_nsems);
-
ipc/sem.c:741:13-741:13: int idx = array_index_nospec(sop->sem_num, sma->sem_nsems);
-
ipc/sem.c:1387:11-1387:11: semnum = array_index_nospec(semnum, sma->sem_nsems);
-
ipc/sem.c:1541:11-1541:11: semnum = array_index_nospec(semnum, nsems);
-
ipc/sem.c:2131:13-2131:13: int idx = array_index_nospec(sops->sem_num, sma->sem_nsems);
-
kernel/bpf/syscall.c:119:9-119:9: type = array_index_nospec(type, ARRAY_SIZE(bpf_map_types));
-
kernel/bpf/syscall.c:1957:9-1957:9: type = array_index_nospec(type, ARRAY_SIZE(bpf_prog_types));
-
kernel/events/ring_buffer.c:956:20-956:20: int aux_pgoff = array_index_nospec(pgoff - rb->aux_pgoff, rb->aux_nr_pages);
-
kernel/sched/autogroup.c:255:8-255:8: idx = array_index_nospec(nice + 20, 40);
-
kernel/sched/core.c:11186:8-11186:8: idx = array_index_nospec(idx, 40);
-
kernel/seccomp.c:352:15-352:15: syscall_nr = array_index_nospec(syscall_nr, bitmap_size);
-
kernel/sys.c:1445:13-1445:13: resource = array_index_nospec(resource, RLIM_NLIMITS);
-
kernel/sys.c:1572:13-1572:13: resource = array_index_nospec(resource, RLIM_NLIMITS);
-
kernel/sys.c:1592:13-1592:13: resource = array_index_nospec(resource, RLIM_NLIMITS);
-
kernel/time/posix-timers.c:1421:22-1421:22: return posix_clocks[array_index_nospec(idx, ARRAY_SIZE(posix_clocks))];
-
lib/842/842_compress.c:488:2-488:2: init_hashtable_nodes(p, 8);
-
lib/842/842_compress.c:489:2-489:2: init_hashtable_nodes(p, 4);
-
lib/842/842_compress.c:490:2-490:2: init_hashtable_nodes(p, 2);
-
lib/mpi/mpi-add.c:98:3-98:3: MPN_COPY(wp, up, usize);
-
lib/mpi/mpi-bit.c:290:3-290:3: MPN_COPY(xp, ap, alimbs);
-
lib/mpi/mpi-div.c:109:4-109:4: MPN_COPY(rem->d, num->d, nsize);
-
lib/mpi/mpi-div.c:155:4-155:4: MPN_COPY(np, qp, nsize);
-
lib/mpi/mpi-div.c:196:4-196:4: MPN_COPY(tp, dp, dsize);
-
lib/mpi/mpi-div.c:202:4-202:4: MPN_COPY(rp, np, nsize);
-
lib/mpi/mpi-mul.c:62:4-62:4: MPN_COPY(up, wp, usize);
-
lib/mpi/mpi-mul.c:67:4-67:4: MPN_COPY(vp, wp, vsize);
-
lib/mpi/mpi-pow.c:77:3-77:3: MPN_COPY(mp, mod->d, msize);
-
lib/mpi/mpi-pow.c:87:3-87:3: MPN_COPY(bp, base->d, bsize);
-
lib/mpi/mpi-pow.c:125:4-125:4: MPN_COPY(bp, rp, bsize);
-
lib/mpi/mpi-pow.c:132:4-132:4: MPN_COPY(ep, rp, esize);
-
lib/mpi/mpi-pow.c:140:4-140:4: MPN_COPY(mp, rp, msize);
-
lib/mpi/mpi-pow.c:144:2-144:2: MPN_COPY(rp, bp, bsize);
-
lib/mpi/mpi-pow.c:270:4-270:4: MPN_COPY(res->d, rp, rsize);
-
lib/mpi/mpih-div.c:324:6-324:6: MPN_COPY_DECR(np + 1, np, dsize - 1);
-
lib/mpi/mpih-mul.c:66:4-66:4: MPN_COPY(prodp, up, size);
-
lib/mpi/mpih-mul.c:170:3-170:3: MPN_COPY(prodp + hsize, prodp + size, hsize);
-
lib/mpi/mpih-mul.c:199:3-199:3: MPN_COPY(prodp, tspace, hsize);
-
lib/mpi/mpih-mul.c:218:4-218:4: MPN_COPY(prodp, up, size);
-
lib/mpi/mpih-mul.c:292:3-292:3: MPN_COPY(prodp + hsize, prodp + size, hsize);
-
lib/mpi/mpih-mul.c:312:3-312:3: MPN_COPY(prodp, tspace, hsize);
-
lib/mpi/mpih-mul.c:473:5-473:5: MPN_COPY(prodp, up, usize);
-
lib/mpi/mpih-mul.c:68:4-68:4: MPN_ZERO(prodp, size);
-
lib/mpi/mpih-mul.c:220:4-220:4: MPN_ZERO(prodp, size);
-
lib/mpi/mpih-mul.c:475:5-475:5: MPN_ZERO(prodp, usize);
-
lib/mpi/mpiutil.c:261:2-261:2: MPN_COPY(wp, up, usize);
-
lib/nlattr.c:385:9-385:9: type = array_index_nospec(type, maxtype + 1);
-
lib/nlattr.c:601:10-601:10: type = array_index_nospec(type, maxtype + 1);
-
mm/hugetlb.c:4376:11-4376:11: node = array_index_nospec(tmp, MAX_NUMNODES);
-
mm/hugetlb.c:7426:10-7426:10: nid = array_index_nospec(tmp, MAX_NUMNODES);
-
net/atm/lec.c:693:21-693:21: ioc_data.dev_num = array_index_nospec(ioc_data.dev_num, MAX_LEC_ITF);
-
net/atm/lec.c:714:8-714:8: arg = array_index_nospec(arg, MAX_LEC_ITF);
-
net/atm/lec.c:731:6-731:6: i = array_index_nospec(arg, MAX_LEC_ITF);
-
net/core/sock_diag.c:228:22-228:22: req->sdiag_family = array_index_nospec(req->sdiag_family, AF_MAX);
-
net/ipv4/fib_semantics.c:1026:10-1026:10: type = array_index_nospec(type, RTAX_MAX + 1);
-
net/ipv4/ipmr.c:1615:13-1615:13: vr.vifi = array_index_nospec(vr.vifi, mrt->maxvif);
-
net/ipv4/ipmr.c:1690:13-1690:13: vr.vifi = array_index_nospec(vr.vifi, mrt->maxvif);
-
net/ipv4/metrics.c:29:10-29:10: type = array_index_nospec(type, RTAX_MAX + 1);
-
net/ipv6/ip6mr.c:1902:13-1902:13: vr.mifi = array_index_nospec(vr.mifi, mrt->maxvif);
-
net/ipv6/ip6mr.c:1977:13-1977:13: vr.mifi = array_index_nospec(vr.mifi, mrt->maxvif);
-
net/mac80211/debugfs_sta.c:1001:2-1001:2: PRINT_NSS_SUPP(rx_mcs_80, "RX-MCS-80");
-
net/mac80211/debugfs_sta.c:1002:2-1002:2: PRINT_NSS_SUPP(tx_mcs_80, "TX-MCS-80");
-
net/mac80211/debugfs_sta.c:1005:3-1005:3: PRINT_NSS_SUPP(rx_mcs_160, "RX-MCS-160");
-
net/mac80211/debugfs_sta.c:1006:3-1006:3: PRINT_NSS_SUPP(tx_mcs_160, "TX-MCS-160");
-
net/mac80211/debugfs_sta.c:1011:3-1011:3: PRINT_NSS_SUPP(rx_mcs_80p80, "RX-MCS-80P80");
-
net/mac80211/debugfs_sta.c:1012:3-1012:3: PRINT_NSS_SUPP(tx_mcs_80p80, "TX-MCS-80P80");
-
net/mpls/af_mpls.c:958:11-958:11: *index = array_index_nospec(*index, net->mpls.platform_labels);
-
net/netlink/af_netlink.c:689:13-689:13: protocol = array_index_nospec(protocol, MAX_LINKS);
-
net/socket.c:3002:9-3002:9: call = array_index_nospec(call, SYS_SENDMMSG + 1);
-
net/wireless/nl80211.c:3159:19-3159:19: txq_params->ac = array_index_nospec(ac, NL80211_NUM_ACS);
-
net/wireless/nl80211.c:4950:10-4950:10: ridx = array_index_nospec(ridx, IEEE80211_HT_MCS_MASK_LEN);
-
net/wireless/nl80211.c:12715:7-12715:7: i = array_index_nospec(i, n);
-
net/wireless/nl80211.c:12722:15-12722:15: low_index = array_index_nospec(low_index, n);
-
net/wireless/nl80211.c:12728:7-12728:7: i = array_index_nospec(i, n);
-
net/wireless/util.c:979:9-979:9: return array_index_nospec(ret, IEEE80211_NUM_TIDS);
-
net/xfrm/xfrm_compat.c:441:9-441:9: type = array_index_nospec(type, XFRMA_MAX + 1);
-
sound/core/pcm.c:118:13-118:13: stream = array_index_nospec(stream, 2);
-
sound/core/rawmidi.c:675:17-675:17: info->stream = array_index_nospec(info->stream, 2);
-
sound/core/seq/oss/seq_oss_event.c:289:8-289:8: ch = array_index_nospec(ch, info->nr_voices);
-
sound/core/seq/oss/seq_oss_event.c:350:8-350:8: ch = array_index_nospec(ch, info->nr_voices);
-
sound/core/seq/oss/seq_oss_midi.c:311:8-311:8: dev = array_index_nospec(dev, dp->max_mididev);
-
sound/core/seq/oss/seq_oss_synth.c:335:8-335:8: dev = array_index_nospec(dev, SNDRV_SEQ_OSS_MAX_SYNTH_DEVS);
-
sound/drivers/opl3/opl3_synth.c:466:17-466:17: voice_offset = array_index_nospec(voice_offset, MAX_OPL2_VOICES);
-
sound/drivers/opl3/opl3_synth.c:467:13-467:13: voice_op = array_index_nospec(voice->op, 4);
-
sound/pci/asihpi/hpimsginit.c:33:12-33:12: object = array_index_nospec(object, HPI_OBJ_MAXINDEX + 1);
-
sound/pci/asihpi/hpimsginit.c:62:12-62:12: object = array_index_nospec(object, HPI_OBJ_MAXINDEX + 1);
-
sound/pci/asihpi/hpioctl.c:183:19-183:19: pa = &adapters[array_index_nospec(hm->h.adapter_index,
-
sound/pci/emu10k1/emufx.c:1043:20-1043:20: ipcm->substream = array_index_nospec(ipcm->substream,
-
sound/pci/emu10k1/emufx.c:1091:20-1091:20: ipcm->substream = array_index_nospec(ipcm->substream,
-
sound/pci/hda/hda_hwdep.c:49:10-49:10: verb = array_index_nospec(verb, codec->core.num_nodes);
-
sound/pci/rme9652/hdsp.c:4151:12-4151:12: channel = array_index_nospec(channel, hdsp->max_channels);
-
sound/pci/rme9652/hdspm.c:5695:13-5695:13: channel = array_index_nospec(channel, hdspm->max_channels_out);
-
sound/pci/rme9652/hdspm.c:5713:13-5713:13: channel = array_index_nospec(channel, hdspm->max_channels_in);
-
sound/pci/rme9652/rme9652.c:2035:29-2035:29: chn = rme9652->channel_map[array_index_nospec(info->channel,
-
sound/synth/emux/emux_hwdep.c:60:14-60:14: info.mode = array_index_nospec(info.mode, EMUX_MD_END);
-
sound/synth/emux/emux_hwdep.c:67:16-67:16: info.port = array_index_nospec(info.port, emu->num_ports);
-
virt/kvm/irqchip.c:134:12-134:12: u32 gsi = array_index_nospec(ue->gsi, KVM_MAX_IRQ_ROUTES);
-
virt/kvm/kvm_main.c:4424:9-4424:9: type = array_index_nospec(cd->type, ARRAY_SIZE(kvm_device_ops_table));