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:371:15-371:15: cache_type = array_index_nospec(cache_type, PERF_COUNT_HW_CACHE_MAX);
-
arch/x86/events/core.c:376:13-376:13: cache_op = array_index_nospec(cache_op, PERF_COUNT_HW_CACHE_OP_MAX);
-
arch/x86/events/core.c:381:17-381:17: cache_result = array_index_nospec(cache_result, PERF_COUNT_HW_CACHE_RESULT_MAX);
-
arch/x86/events/core.c:495:17-495:17: attr->config = array_index_nospec((unsigned long)attr->config, x86_pmu.max_events);
-
arch/x86/events/core.c:3000:28-3000: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:217:8-217: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:1649:8-1649:8: idx = array_index_nospec(idx, ARRAY_SIZE(xstate_prctl_req));
-
arch/x86/kernel/ptrace.c:617:15-617: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:4937:17-4937: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:185:13-185:13: offset = array_index_nospec(offset, map->max_apic_id + 1);
-
arch/x86/kvm/lapic.c:1160:18-1160:18: u32 dest_id = array_index_nospec(irq->dest_id, map->max_apic_id + 1);
-
arch/x86/kvm/lapic.c:2249:9-2249:9: return array_index_nospec(
-
arch/x86/kvm/mtrr.c:203:11-203:11: *unit = array_index_nospec(
-
arch/x86/kvm/mtrr.c:209:11-209:11: *unit = array_index_nospec(
-
arch/x86/kvm/pmu.h:125:15-125:15: u32 index = array_index_nospec(msr - base,
-
arch/x86/kvm/pmu.h:140:15-140: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:158:19-158:19: return &counters[array_index_nospec(idx, num_counters)];
-
arch/x86/kvm/vmx/pmu_intel.c:476:15-476:15: int index = array_index_nospec(i, KVM_PMC_MAX_FIXED);
-
arch/x86/kvm/vmx/vmcs12.h:378:10-378:10: index = array_index_nospec(index, nr_vmcs12_fields);
-
arch/x86/kvm/vmx/vmx.c:6562:23-6562:23: exit_handler_index = array_index_nospec((u16)exit_reason.basic,
-
arch/x86/kvm/x86.c:1379:17-1379:17: vcpu->arch.db[array_index_nospec(dr, size)] = val;
-
arch/x86/kvm/x86.c:1408:24-1408:24: *val = vcpu->arch.db[array_index_nospec(dr, size)];
-
arch/x86/kvm/x86.c:3353:12-3353:12: offset = array_index_nospec(msr - MSR_IA32_MC0_CTL2,
-
arch/x86/kvm/x86.c:3385:12-3385:12: offset = array_index_nospec(msr - MSR_IA32_MC0_CTL,
-
arch/x86/kvm/x86.c:4029:12-4029:12: offset = array_index_nospec(msr - MSR_IA32_MC0_CTL2,
-
arch/x86/kvm/x86.c:4038:12-4038:12: offset = array_index_nospec(msr - MSR_IA32_MC0_CTL,
-
arch/x86/kvm/x86.c:5099:11-5099: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:1199:9-1199: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:2246:14-2246: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/intel/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:161:10-161:10: hw_ip = array_index_nospec(hw_ip, AMDGPU_HW_IP_NUM);
-
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c:226:10-226:10: hw_ip = array_index_nospec(hw_ip, AMDGPU_HW_IP_NUM);
-
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c:821:13-821:13: hw_prio = array_index_nospec(hw_prio, AMDGPU_RING_PRIO_MAX);
-
drivers/gpu/drm/amd/pm/amdgpu_pm.c:446:8-446: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:842:11-842:11: index = array_index_nospec(index, dev->driver->num_ioctls);
-
drivers/gpu/drm/drm_ioctl.c:848:8-848:8: nr = array_index_nospec(nr, DRM_CORE_IOCTL_COUNT);
-
drivers/gpu/drm/drm_ioctl.c:932:7-932: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:1251:6-1251:6: array_index_nospec(info.index,
-
drivers/gpu/drm/i915/i915_perf.c:4233:6-4233:6: i = array_index_nospec(props->oa_format, I915_OA_FORMAT_MAX);
-
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/gpu/drm/tegra/submit.c:249:35-249:35: buf->reloc.gather_offset_words = array_index_nospec(buf->reloc.gather_offset_words,
-
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:2815:8-2815: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:909:7-909: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:2796:2-2796: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:1875:8-1875:8: cmd = array_index_nospec(cmd, ARRAY_SIZE(_ioctls));
-
drivers/media/dvb-core/dvb_ca_en50221.c:1397:10-1397:10: slot = array_index_nospec(slot, ca->slot_count);
-
drivers/media/dvb-core/dvb_ca_en50221.c:1480:9-1480:9: slot = array_index_nospec(slot, ca->slot_count);
-
drivers/media/dvb-core/dvb_frontend.c:1169:8-1169: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/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/wireless/virtual/mac80211_hwsim.c:5886:9-5886:9: idx = array_index_nospec(idx,
-
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:385:15-385:15: pin_index = array_index_nospec(pin_index, ops->n_pins);
-
drivers/ptp/ptp_chardev.c:417:15-417:15: pin_index = array_index_nospec(pin_index, ops->n_pins);
-
drivers/tty/n_gsm.c:3802:10-3802:10: addr = array_index_nospec(dc.channel, NUM_DLCI);
-
drivers/tty/n_gsm.c:3818:10-3818:10: addr = array_index_nospec(dc.channel, NUM_DLCI);
-
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:3291:8-3291: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:901:10-901:10: index = array_index_nospec(eventfd->index, dev->vq_num);
-
drivers/vdpa/vdpa_user/vduse_dev.c:1214:11-1214:11: index = array_index_nospec(config.index, dev->vq_num);
-
drivers/vdpa/vdpa_user/vduse_dev.c:1232:11-1232:11: index = array_index_nospec(vq_info.index, dev->vq_num);
-
drivers/vdpa/vdpa_user/vduse_dev.c:1283:11-1283:11: index = array_index_nospec(index, dev->vq_num);
-
drivers/vfio/pci/vfio_pci_core.c:1109:16-1109:16: info.index = array_index_nospec(
-
drivers/vhost/vdpa.c:589:8-589:8: idx = array_index_nospec(idx, v->nvqs);
-
drivers/vhost/vhost.c:781:8-781:8: idx = array_index_nospec(idx, dev->nvqs);
-
fs/aio.c:1088:7-1088: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:2811:20-2811: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:867:23-867: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:923:6-923:6: i = array_index_nospec(i, num_vcpus);
-
include/linux/kvm_host.h:992:10-992:10: as_id = array_index_nospec(as_id, KVM_ADDRESS_SPACE_NUM);
-
include/linux/kvm_host.h:1727:11-1727:11: offset = array_index_nospec(offset, slot->npages);
-
include/sound/control.h:191:9-191:9: return array_index_nospec(ioff, kctl->count);
-
include/sound/control.h:197:9-197:9: return array_index_nospec(ioff, kctl->count);
-
io_uring/cancel.c:248:8-248:8: fd = array_index_nospec(fd, ctx->nr_user_files);
-
io_uring/filetable.c:77:15-77:15: slot_index = array_index_nospec(slot_index, ctx->nr_user_files);
-
io_uring/filetable.c:148:11-148:11: offset = array_index_nospec(offset, ctx->nr_user_files);
-
io_uring/io_uring.c:2007:7-2007:7: fd = array_index_nospec(fd, ctx->nr_user_files);
-
io_uring/io_uring.c:3623:8-3623:8: fd = array_index_nospec(fd, IO_RINGFD_REG_MAX);
-
io_uring/io_uring.c:4419:12-4419:12: opcode = array_index_nospec(opcode, IORING_REGISTER_LAST);
-
io_uring/io_uring.c:4590:8-4590:8: fd = array_index_nospec(fd, IO_RINGFD_REG_MAX);
-
io_uring/msg_ring.c:169:9-169:9: idx = array_index_nospec(idx, ctx->nr_user_files);
-
io_uring/net.c:1013:9-1013:9: idx = array_index_nospec(idx, ctx->nr_user_bufs);
-
io_uring/rsrc.c:386:7-386:7: i = array_index_nospec(up->offset + done, ctx->nr_user_files);
-
io_uring/rsrc.c:467:7-467:7: i = array_index_nospec(up->offset + done, 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:216:12-216:12: offset = array_index_nospec(offset, IO_RINGFD_REG_MAX);
-
io_uring/tctx.c:335:16-335:16: reg.offset = array_index_nospec(reg.offset, IO_RINGFD_REG_MAX);
-
io_uring/uring_cmd.c:104:11-104: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:2129:13-2129:13: int idx = array_index_nospec(sops->sem_num, sma->sem_nsems);
-
kernel/bpf/syscall.c:1136:13-1136:13: map_type = array_index_nospec(map_type, ARRAY_SIZE(bpf_map_types));
-
kernel/bpf/syscall.c:2021:9-2021:9: type = array_index_nospec(type, ARRAY_SIZE(bpf_prog_types));
-
kernel/dma/contiguous.c:120:10-120:10: nid = array_index_nospec(tmp, MAX_NUMNODES);
-
kernel/events/ring_buffer.c:957:20-957: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:11376:8-11376:8: idx = array_index_nospec(idx, 40);
-
kernel/seccomp.c:357:15-357:15: syscall_nr = array_index_nospec(syscall_nr, bitmap_size);
-
kernel/sys.c:1463:13-1463:13: resource = array_index_nospec(resource, RLIM_NLIMITS);
-
kernel/sys.c:1590:13-1590:13: resource = array_index_nospec(resource, RLIM_NLIMITS);
-
kernel/sys.c:1610:13-1610:13: resource = array_index_nospec(resource, RLIM_NLIMITS);
-
kernel/time/posix-timers.c:1540:22-1540: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/crypto/mpi/mpi-add.c:98:3-98:3: MPN_COPY(wp, up, usize);
-
lib/crypto/mpi/mpi-bit.c:290:3-290:3: MPN_COPY(xp, ap, alimbs);
-
lib/crypto/mpi/mpi-div.c:109:4-109:4: MPN_COPY(rem->d, num->d, nsize);
-
lib/crypto/mpi/mpi-div.c:155:4-155:4: MPN_COPY(np, qp, nsize);
-
lib/crypto/mpi/mpi-div.c:196:4-196:4: MPN_COPY(tp, dp, dsize);
-
lib/crypto/mpi/mpi-div.c:202:4-202:4: MPN_COPY(rp, np, nsize);
-
lib/crypto/mpi/mpi-mul.c:62:4-62:4: MPN_COPY(up, wp, usize);
-
lib/crypto/mpi/mpi-mul.c:67:4-67:4: MPN_COPY(vp, wp, vsize);
-
lib/crypto/mpi/mpi-pow.c:77:3-77:3: MPN_COPY(mp, mod->d, msize);
-
lib/crypto/mpi/mpi-pow.c:87:3-87:3: MPN_COPY(bp, base->d, bsize);
-
lib/crypto/mpi/mpi-pow.c:125:4-125:4: MPN_COPY(bp, rp, bsize);
-
lib/crypto/mpi/mpi-pow.c:132:4-132:4: MPN_COPY(ep, rp, esize);
-
lib/crypto/mpi/mpi-pow.c:140:4-140:4: MPN_COPY(mp, rp, msize);
-
lib/crypto/mpi/mpi-pow.c:144:2-144:2: MPN_COPY(rp, bp, bsize);
-
lib/crypto/mpi/mpi-pow.c:270:4-270:4: MPN_COPY(res->d, rp, rsize);
-
lib/crypto/mpi/mpih-div.c:324:6-324:6: MPN_COPY_DECR(np + 1, np, dsize - 1);
-
lib/crypto/mpi/mpih-mul.c:66:4-66:4: MPN_COPY(prodp, up, size);
-
lib/crypto/mpi/mpih-mul.c:170:3-170:3: MPN_COPY(prodp + hsize, prodp + size, hsize);
-
lib/crypto/mpi/mpih-mul.c:199:3-199:3: MPN_COPY(prodp, tspace, hsize);
-
lib/crypto/mpi/mpih-mul.c:218:4-218:4: MPN_COPY(prodp, up, size);
-
lib/crypto/mpi/mpih-mul.c:292:3-292:3: MPN_COPY(prodp + hsize, prodp + size, hsize);
-
lib/crypto/mpi/mpih-mul.c:312:3-312:3: MPN_COPY(prodp, tspace, hsize);
-
lib/crypto/mpi/mpih-mul.c:473:5-473:5: MPN_COPY(prodp, up, usize);
-
lib/crypto/mpi/mpih-mul.c:68:4-68:4: MPN_ZERO(prodp, size);
-
lib/crypto/mpi/mpih-mul.c:220:4-220:4: MPN_ZERO(prodp, size);
-
lib/crypto/mpi/mpih-mul.c:475:5-475:5: MPN_ZERO(prodp, usize);
-
lib/crypto/mpi/mpiutil.c:261:2-261:2: MPN_COPY(wp, up, usize);
-
lib/nlattr.c:391:9-391:9: type = array_index_nospec(type, maxtype + 1);
-
lib/nlattr.c:607:10-607:10: type = array_index_nospec(type, maxtype + 1);
-
mm/hugetlb.c:4401:11-4401:11: node = array_index_nospec(tmp, MAX_NUMNODES);
-
mm/hugetlb.c:7369:10-7369: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:1027:10-1027:10: type = array_index_nospec(type, RTAX_MAX + 1);
-
net/ipv4/ipmr.c:1636:14-1636:14: vr->vifi = array_index_nospec(vr->vifi, mrt->maxvif);
-
net/ipv4/ipmr.c:1705:13-1705: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:1900:14-1900:14: vr->mifi = array_index_nospec(vr->mifi, mrt->maxvif);
-
net/ipv6/ip6mr.c:1969:13-1969: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:959:11-959:11: *index = array_index_nospec(*index, net->mpls.platform_labels);
-
net/netlink/af_netlink.c:688:13-688:13: protocol = array_index_nospec(protocol, MAX_LINKS);
-
net/socket.c:3059:9-3059:9: call = array_index_nospec(call, SYS_SENDMMSG + 1);
-
net/wireless/nl80211.c:3183:19-3183:19: txq_params->ac = array_index_nospec(ac, NL80211_NUM_ACS);
-
net/wireless/nl80211.c:4973:10-4973:10: ridx = array_index_nospec(ridx, IEEE80211_HT_MCS_MASK_LEN);
-
net/wireless/nl80211.c:12860:7-12860:7: i = array_index_nospec(i, n);
-
net/wireless/nl80211.c:12867:15-12867:15: low_index = array_index_nospec(low_index, n);
-
net/wireless/nl80211.c:12873:7-12873:7: i = array_index_nospec(i, n);
-
net/wireless/util.c:991:9-991: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:683:17-683: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:313:8-313: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:1095:20-1095:20: ipcm->substream = array_index_nospec(ipcm->substream,
-
sound/pci/emu10k1/emufx.c:1143:20-1143: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:4123:12-4123: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:2003:29-2003: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:4486:9-4486:9: type = array_index_nospec(cd->type, ARRAY_SIZE(kvm_device_ops_table));