mapped 67 arch/parisc/kernel/patch.c int mapped; mapped 73 arch/parisc/kernel/patch.c p = fixmap = patch_map(addr, FIX_TEXT_POKE0, &flags, &mapped); mapped 86 arch/parisc/kernel/patch.c if (mapped) mapped 89 arch/parisc/kernel/patch.c &mapped); mapped 94 arch/parisc/kernel/patch.c if (mapped) mapped 444 arch/powerpc/include/asm/kvm_host.h struct kvmppc_irq_map mapped[KVMPPC_PIRQ_MAPPED]; mapped 1936 arch/powerpc/kernel/eeh.c void __iomem *mapped; mapped 2011 arch/powerpc/kernel/eeh.c mapped = ioremap(bar->start, PAGE_SIZE); mapped 2012 arch/powerpc/kernel/eeh.c if (!mapped) { mapped 2018 arch/powerpc/kernel/eeh.c in_8(mapped); mapped 2021 arch/powerpc/kernel/eeh.c iounmap(mapped); mapped 5057 arch/powerpc/kvm/book3s_hv.c if (guest_gsi == pimap->mapped[i].v_hwirq) { mapped 5058 arch/powerpc/kvm/book3s_hv.c if (pimap->mapped[i].r_hwirq) { mapped 5071 arch/powerpc/kvm/book3s_hv.c irq_map = &pimap->mapped[i]; mapped 5118 arch/powerpc/kvm/book3s_hv.c if (guest_gsi == pimap->mapped[i].v_hwirq) mapped 5128 arch/powerpc/kvm/book3s_hv.c rc = kvmppc_xive_clr_mapped(kvm, guest_gsi, pimap->mapped[i].desc); mapped 5130 arch/powerpc/kvm/book3s_hv.c kvmppc_xics_clr_mapped(kvm, guest_gsi, pimap->mapped[i].r_hwirq); mapped 5133 arch/powerpc/kvm/book3s_hv.c pimap->mapped[i].r_hwirq = 0; mapped 369 arch/powerpc/kvm/book3s_hv_builtin.c if (xisr == pimap->mapped[i].r_hwirq) { mapped 375 arch/powerpc/kvm/book3s_hv_builtin.c return &pimap->mapped[i]; mapped 936 arch/powerpc/kvm/book3s_xics.c pimap->mapped[i].r_hwirq, pimap->mapped[i].v_hwirq); mapped 31 arch/powerpc/mm/book3s64/iommu_api.c atomic64_t mapped; mapped 143 arch/powerpc/mm/book3s64/iommu_api.c atomic64_set(&mem->mapped, 1); mapped 263 arch/powerpc/mm/book3s64/iommu_api.c if (atomic_cmpxchg(&mem->mapped, 1, 0) != 1) { mapped 444 arch/powerpc/mm/book3s64/iommu_api.c if (atomic64_inc_not_zero(&mem->mapped)) mapped 454 arch/powerpc/mm/book3s64/iommu_api.c atomic64_add_unless(&mem->mapped, -1, 1); mapped 93 arch/powerpc/mm/nohash/40x.c unsigned long v, s, mapped; mapped 130 arch/powerpc/mm/nohash/40x.c mapped = total_lowmem - s; mapped 139 arch/powerpc/mm/nohash/40x.c memblock_set_current_limit(mapped); mapped 141 arch/powerpc/mm/nohash/40x.c return mapped; mapped 92 arch/powerpc/mm/nohash/8xx.c static void mmu_patch_cmp_limit(s32 *site, unsigned long mapped) mapped 94 arch/powerpc/mm/nohash/8xx.c modify_instruction_site(site, 0xffff, (unsigned long)__va(mapped) >> 16); mapped 108 arch/powerpc/mm/nohash/8xx.c unsigned long mapped; mapped 111 arch/powerpc/mm/nohash/8xx.c mapped = 0; mapped 118 arch/powerpc/mm/nohash/8xx.c mapped = top & ~(LARGE_PAGE_SIZE_8M - 1); mapped 124 arch/powerpc/mm/nohash/8xx.c mmu_patch_cmp_limit(&patch__dtlbmiss_linmem_top, mapped); mapped 125 arch/powerpc/mm/nohash/8xx.c mmu_patch_cmp_limit(&patch__fixupdar_linmem_top, mapped); mapped 134 arch/powerpc/mm/nohash/8xx.c if (mapped) mapped 135 arch/powerpc/mm/nohash/8xx.c memblock_set_current_limit(mapped); mapped 137 arch/powerpc/mm/nohash/8xx.c block_mapped_ram = mapped; mapped 139 arch/powerpc/mm/nohash/8xx.c return mapped; mapped 722 arch/powerpc/sysdev/fsl_pci.c goto mapped; mapped 727 arch/powerpc/sysdev/fsl_pci.c mapped: mapped 105 arch/s390/include/asm/page.h unsigned char skey, int mapped) mapped 107 arch/s390/include/asm/page.h if (!mapped) mapped 20 arch/sh/boards/mach-microdev/irq.c unsigned char mapped; mapped 72 arch/sh/boards/mach-microdev/irq.c if (!fpgaIrqTable[irq].mapped) mapped 89 arch/sh/boards/mach-microdev/irq.c if (unlikely(!fpgaIrqTable[irq].mapped)) mapped 43 arch/sh/mm/ioremap.c void __iomem *mapped; mapped 60 arch/sh/mm/ioremap.c mapped = pmb_remap_caller(phys_addr, size, pgprot, caller); mapped 61 arch/sh/mm/ioremap.c if (mapped && !IS_ERR(mapped)) mapped 62 arch/sh/mm/ioremap.c return mapped; mapped 341 arch/sh/mm/pmb.c int i, mapped; mapped 359 arch/sh/mm/pmb.c for (i = mapped = 0; i < ARRAY_SIZE(pmb_sizes); i++) { mapped 366 arch/sh/mm/pmb.c pmb_unmap_entry(pmbp, mapped); mapped 399 arch/sh/mm/pmb.c mapped++; mapped 108 arch/sparc/kernel/pci_sun4v.h long *mapped); mapped 81 arch/x86/crypto/aegis128-aesni-glue.c void *mapped = scatterwalk_map(&walk); mapped 82 arch/x86/crypto/aegis128-aesni-glue.c const u8 *src = (const u8 *)mapped; mapped 106 arch/x86/crypto/aegis128-aesni-glue.c scatterwalk_unmap(mapped); mapped 21 arch/x86/um/os-Linux/task_size.c void *mapped = NULL; mapped 35 arch/x86/um/os-Linux/task_size.c mapped = mmap(address, UM_KERN_PAGE_SIZE, mapped 38 arch/x86/um/os-Linux/task_size.c if (mapped == MAP_FAILED) mapped 40 arch/x86/um/os-Linux/task_size.c if (mapped != address) mapped 63 arch/x86/um/os-Linux/task_size.c if (mapped != NULL) mapped 64 arch/x86/um/os-Linux/task_size.c munmap(mapped, UM_KERN_PAGE_SIZE); mapped 2723 arch/x86/xen/mmu_pv.c int mapped = 0; mapped 2775 arch/x86/xen/mmu_pv.c mapped += done; mapped 2790 arch/x86/xen/mmu_pv.c return err < 0 ? err : mapped; mapped 293 crypto/aegis128-core.c void *mapped = scatterwalk_map(&walk); mapped 294 crypto/aegis128-core.c const u8 *src = (const u8 *)mapped; mapped 315 crypto/aegis128-core.c scatterwalk_unmap(mapped); mapped 2035 drivers/block/drbd/drbd_receiver.c void *mapped = kmap(bvec.bv_page) + bvec.bv_offset; mapped 2037 drivers/block/drbd/drbd_receiver.c err = drbd_recv_all_warn(peer_device->connection, mapped, expect); mapped 382 drivers/firmware/dmi-sysfs.c u8 __iomem *mapped; mapped 385 drivers/firmware/dmi-sysfs.c mapped = dmi_remap(sel->access_method_address, sel->area_length); mapped 386 drivers/firmware/dmi-sysfs.c if (!mapped) mapped 391 drivers/firmware/dmi-sysfs.c *(buf++) = readb(mapped + pos++); mapped 395 drivers/firmware/dmi-sysfs.c dmi_unmap(mapped); mapped 121 drivers/gpu/drm/armada/armada_fb.c if (!obj->mapped) { mapped 168 drivers/gpu/drm/armada/armada_gem.c obj->mapped = true; mapped 562 drivers/gpu/drm/armada/armada_gem.c dobj->mapped = true; mapped 16 drivers/gpu/drm/armada/armada_gem.h bool mapped; mapped 120 drivers/gpu/drm/i915/gvt/gvt.h bool mapped; mapped 281 drivers/gpu/drm/i915/gvt/opregion.c vgpu_opregion(vgpu)->mapped = map; mapped 312 drivers/gpu/drm/i915/gvt/opregion.c if (vgpu_opregion(vgpu)->mapped) mapped 341 drivers/gpu/drm/i915/gvt/opregion.c if (vgpu_opregion(vgpu)->mapped) mapped 838 drivers/gpu/drm/msm/msm_gem.c vma->iova, vma->mapped ? "mapped" : "unmapped", mapped 33 drivers/gpu/drm/msm/msm_gem.h bool mapped; mapped 41 drivers/gpu/drm/msm/msm_gem_vma.c if (!vma->mapped) mapped 47 drivers/gpu/drm/msm/msm_gem_vma.c vma->mapped = false; mapped 72 drivers/gpu/drm/msm/msm_gem_vma.c if (vma->mapped) mapped 75 drivers/gpu/drm/msm/msm_gem_vma.c vma->mapped = true; mapped 82 drivers/gpu/drm/msm/msm_gem_vma.c vma->mapped = false; mapped 91 drivers/gpu/drm/msm/msm_gem_vma.c if (WARN_ON(vma->inuse > 0 || vma->mapped)) mapped 121 drivers/gpu/drm/msm/msm_gem_vma.c vma->mapped = false; mapped 20 drivers/gpu/drm/nouveau/include/nvkm/subdev/mmu.h bool mapped:1; /* Region contains valid pages. */ mapped 190 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/uvmm.c if (ret = -EINVAL, vma->mapped && !vma->memory) { mapped 779 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c new->mapped = vma->mapped; mapped 964 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c vma->mapped ? 'M' : '-', mapped 1158 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c if (prev->memory || prev->mapped != map) mapped 1164 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c next->memory || next->mapped != map) mapped 1185 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c if (!vma->mapped || vma->memory) mapped 1197 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c vma->mapped = false; mapped 1240 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c bool mapped = vma->mapped; mapped 1274 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c if (map != mapped) { mapped 1283 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c if ((tmp->mapped = map)) mapped 1296 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c if (!mapped) { mapped 1305 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c if (mapped) { mapped 1341 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c vma->mapped = false; mapped 1343 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c if (vma->part && (prev = node(vma, prev)) && prev->mapped) mapped 1345 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c if ((next = node(vma, next)) && (!next->part || next->mapped)) mapped 1504 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c vma->mapped = true; mapped 1551 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c const bool map = next->mapped; mapped 1558 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c (next->mapped == map) && mapped 1585 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c if (next->mapped) mapped 75 drivers/gpu/drm/virtio/virtgpu_drv.h uint32_t mapped; mapped 982 drivers/gpu/drm/virtio/virtgpu_vq.c obj->mapped = dma_map_sg(vgdev->vdev->dev.parent, mapped 985 drivers/gpu/drm/virtio/virtgpu_vq.c nents = obj->mapped; mapped 1017 drivers/gpu/drm/virtio/virtgpu_vq.c if (use_dma_api && obj->mapped) { mapped 1026 drivers/gpu/drm/virtio/virtgpu_vq.c obj->pages->sgl, obj->mapped, mapped 1028 drivers/gpu/drm/virtio/virtgpu_vq.c obj->mapped = 0; mapped 248 drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c bool mapped; mapped 423 drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c if (vmw_tt->mapped) mapped 480 drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c vmw_tt->mapped = true; mapped 519 drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c vmw_tt->mapped = false; mapped 53 drivers/gpu/host1x/cdma.c if (!pb->mapped) mapped 61 drivers/gpu/host1x/cdma.c dma_free_wc(host1x->dev, pb->alloc_size, pb->mapped, pb->phys); mapped 63 drivers/gpu/host1x/cdma.c pb->mapped = NULL; mapped 78 drivers/gpu/host1x/cdma.c pb->mapped = NULL; mapped 93 drivers/gpu/host1x/cdma.c pb->mapped = dma_alloc_wc(host1x->dev, size, &pb->phys, mapped 95 drivers/gpu/host1x/cdma.c if (!pb->mapped) mapped 112 drivers/gpu/host1x/cdma.c pb->mapped = dma_alloc_wc(host1x->dev, size, &pb->phys, mapped 114 drivers/gpu/host1x/cdma.c if (!pb->mapped) mapped 129 drivers/gpu/host1x/cdma.c dma_free_wc(host1x->dev, size, pb->mapped, pb->phys); mapped 140 drivers/gpu/host1x/cdma.c u32 *p = (u32 *)((void *)pb->mapped + pb->pos); mapped 34 drivers/gpu/host1x/cdma.h void *mapped; /* mapped pushbuffer memory */ mapped 22 drivers/gpu/host1x/hw/cdma_hw.c *(u32 *)(pb->mapped + pb->size) = host1x_opcode_restart(0); mapped 207 drivers/gpu/host1x/hw/debug_hw.c u32 *mapped; mapped 210 drivers/gpu/host1x/hw/debug_hw.c mapped = (u32 *)job->gather_copy_mapped; mapped 212 drivers/gpu/host1x/hw/debug_hw.c mapped = host1x_bo_mmap(g->bo); mapped 214 drivers/gpu/host1x/hw/debug_hw.c if (!mapped) { mapped 223 drivers/gpu/host1x/hw/debug_hw.c g->base, mapped); mapped 226 drivers/gpu/host1x/hw/debug_hw.c host1x_bo_munmap(g->bo, mapped); mapped 32 drivers/gpu/host1x/hw/debug_hw_1x01.c !ch->cdma.push_buffer.mapped) { mapped 33 drivers/gpu/host1x/hw/debug_hw_1x06.c !ch->cdma.push_buffer.mapped) { mapped 586 drivers/hid/hid-input.c goto mapped; mapped 1134 drivers/hid/hid-input.c mapped: mapped 79 drivers/hid/hid-plantronics.c goto mapped; mapped 83 drivers/hid/hid-plantronics.c goto mapped; mapped 101 drivers/hid/hid-plantronics.c mapped: mapped 439 drivers/infiniband/core/iwcm.c if (cm_id->mapped) { mapped 530 drivers/infiniband/core/iwcm.c cm_id->mapped = true; mapped 1129 drivers/infiniband/hw/hfi1/tid_rdma.c pset->mapped = 0; mapped 1153 drivers/infiniband/hw/hfi1/tid_rdma.c pset->mapped = 1; mapped 1161 drivers/infiniband/hw/hfi1/tid_rdma.c return !!flow->pagesets[0].mapped; mapped 1640 drivers/infiniband/hw/hfi1/tid_rdma.c flows[i].pagesets[0].mapped = 0; mapped 154 drivers/infiniband/hw/hfi1/tid_rdma.h u8 mapped: 1; mapped 196 drivers/infiniband/hw/hfi1/user_exp_rcv.c bool mapped) mapped 201 drivers/infiniband/hw/hfi1/user_exp_rcv.c if (mapped) { mapped 208 drivers/infiniband/hw/hfi1/user_exp_rcv.c hfi1_release_user_pages(fd->mm, pages, npages, mapped); mapped 322 drivers/infiniband/hw/hfi1/user_exp_rcv.c tididx = 0, mapped, mapped_pages = 0; mapped 391 drivers/infiniband/hw/hfi1/user_exp_rcv.c tidlist, &tididx, &mapped); mapped 407 drivers/infiniband/hw/hfi1/user_exp_rcv.c mapped_pages += mapped; mapped 437 drivers/infiniband/hw/hfi1/user_exp_rcv.c &tididx, &mapped); mapped 449 drivers/infiniband/hw/hfi1/user_exp_rcv.c mapped_pages += mapped; mapped 690 drivers/infiniband/hw/hfi1/user_exp_rcv.c int mapped = 0; mapped 731 drivers/infiniband/hw/hfi1/user_exp_rcv.c mapped += npages; mapped 744 drivers/infiniband/hw/hfi1/user_exp_rcv.c *pmapped = mapped; mapped 249 drivers/infiniband/hw/qib/qib_diag.c goto mapped; mapped 267 drivers/infiniband/hw/qib/qib_diag.c goto mapped; mapped 320 drivers/infiniband/hw/qib/qib_diag.c mapped: mapped 210 drivers/infiniband/ulp/iser/iscsi_iser.c tx_desc->mapped = true; mapped 378 drivers/infiniband/ulp/iser/iscsi_iser.c if (likely(tx_desc->mapped)) { mapped 381 drivers/infiniband/ulp/iser/iscsi_iser.c tx_desc->mapped = false; mapped 253 drivers/infiniband/ulp/iser/iscsi_iser.h bool mapped; mapped 404 drivers/iommu/fsl_pamu_domain.c dma_domain->mapped = 0; mapped 517 drivers/iommu/fsl_pamu_domain.c dma_domain->mapped--; mapped 583 drivers/iommu/fsl_pamu_domain.c dma_domain->mapped++; mapped 631 drivers/iommu/fsl_pamu_domain.c if (dma_domain->mapped) { mapped 786 drivers/iommu/fsl_pamu_domain.c if (enable && !dma_domain->mapped) { mapped 56 drivers/iommu/fsl_pamu_domain.h int mapped; mapped 1998 drivers/iommu/iommu.c size_t len = 0, mapped = 0; mapped 2007 drivers/iommu/iommu.c ret = iommu_map(domain, iova + mapped, start, len, prot); mapped 2011 drivers/iommu/iommu.c mapped += len; mapped 2026 drivers/iommu/iommu.c return mapped; mapped 2030 drivers/iommu/iommu.c iommu_unmap(domain, iova, mapped); mapped 211 drivers/md/dm-rq.c static void dm_done(struct request *clone, blk_status_t error, bool mapped) mapped 220 drivers/md/dm-rq.c if (mapped && rq_end_io) mapped 263 drivers/md/dm-rq.c bool mapped = true; mapped 277 drivers/md/dm-rq.c mapped = false; mapped 279 drivers/md/dm-rq.c dm_done(clone, tio->error, mapped); mapped 4418 drivers/md/dm-thin.c dm_block_t mapped, highest; mapped 4432 drivers/md/dm-thin.c r = dm_thin_get_mapped_count(tc->td, &mapped); mapped 4444 drivers/md/dm-thin.c DMEMIT("%llu ", mapped * tc->pool->sectors_per_block); mapped 158 drivers/media/platform/qcom/venus/firmware.c const size_t mapped = core->fw.mapped_mem_size; mapped 175 drivers/media/platform/qcom/venus/firmware.c unmapped = iommu_unmap(iommu, VENUS_FW_START_ADDR, mapped); mapped 176 drivers/media/platform/qcom/venus/firmware.c if (unmapped != mapped) mapped 361 drivers/media/platform/ti-vpe/vpdma.c buf->mapped = false; mapped 374 drivers/media/platform/ti-vpe/vpdma.c WARN_ON(buf->mapped); mapped 388 drivers/media/platform/ti-vpe/vpdma.c WARN_ON(buf->mapped); mapped 396 drivers/media/platform/ti-vpe/vpdma.c buf->mapped = true; mapped 410 drivers/media/platform/ti-vpe/vpdma.c if (buf->mapped) mapped 414 drivers/media/platform/ti-vpe/vpdma.c buf->mapped = false; mapped 22 drivers/media/platform/ti-vpe/vpdma.h bool mapped; mapped 153 drivers/mmc/host/usdhi6rol0.c void *mapped; /* mapped page */ mapped 324 drivers/mmc/host/usdhi6rol0.c host->head_pg.mapped = host->pg.mapped; mapped 326 drivers/mmc/host/usdhi6rol0.c host->pg.mapped = kmap(host->pg.page); mapped 334 drivers/mmc/host/usdhi6rol0.c memcpy(host->bounce_buf, host->head_pg.mapped + PAGE_SIZE - blk_head, mapped 336 drivers/mmc/host/usdhi6rol0.c memcpy(host->bounce_buf + blk_head, host->pg.mapped, mapped 368 drivers/mmc/host/usdhi6rol0.c host->pg.mapped = kmap(host->pg.page); mapped 384 drivers/mmc/host/usdhi6rol0.c host->blk_page = host->pg.mapped; mapped 387 drivers/mmc/host/usdhi6rol0.c host->pg.page, page_to_pfn(host->pg.page), host->pg.mapped, mapped 406 drivers/mmc/host/usdhi6rol0.c memcpy(host->head_pg.mapped + PAGE_SIZE - blk_head, mapped 408 drivers/mmc/host/usdhi6rol0.c memcpy(host->pg.mapped, host->bounce_buf + blk_head, mapped 444 drivers/mmc/host/usdhi6rol0.c host->blk_page = host->pg.mapped; mapped 506 drivers/mmc/host/usdhi6rol0.c host->pg.mapped = kmap(host->pg.page); mapped 507 drivers/mmc/host/usdhi6rol0.c host->blk_page = host->pg.mapped; mapped 510 drivers/mmc/host/usdhi6rol0.c host->pg.page, page_to_pfn(host->pg.page), host->pg.mapped, mapped 1024 drivers/mtd/mtdswap.c unsigned int newblock, mapped; mapped 1041 drivers/mtd/mtdswap.c mapped = d->page_data[page]; mapped 1042 drivers/mtd/mtdswap.c if (mapped <= BLOCK_MAX) { mapped 1043 drivers/mtd/mtdswap.c eb = d->eb_data + (mapped / d->pages_per_eblk); mapped 1047 drivers/mtd/mtdswap.c d->revmap[mapped] = PAGE_UNDEF; mapped 1148 drivers/mtd/mtdswap.c unsigned int mapped; mapped 1153 drivers/mtd/mtdswap.c mapped = d->page_data[page]; mapped 1154 drivers/mtd/mtdswap.c if (mapped <= BLOCK_MAX) { mapped 1155 drivers/mtd/mtdswap.c eb = d->eb_data + (mapped / d->pages_per_eblk); mapped 1159 drivers/mtd/mtdswap.c d->revmap[mapped] = PAGE_UNDEF; mapped 1161 drivers/mtd/mtdswap.c } else if (mapped == BLOCK_ERROR) { mapped 1177 drivers/mtd/mtdswap.c unsigned int i, cw = 0, cwp = 0, cwecount = 0, bb_cnt, mapped, pages; mapped 1209 drivers/mtd/mtdswap.c mapped = 0; mapped 1213 drivers/mtd/mtdswap.c mapped++; mapped 1251 drivers/mtd/mtdswap.c seq_printf(s, "pages mapped: %u\n", mapped); mapped 4166 drivers/net/ethernet/intel/e1000/e1000_main.c u8 *mapped = page_address(buffer_info->rxbuf.page); mapped 4170 drivers/net/ethernet/intel/e1000/e1000_main.c length, mapped)) { mapped 429 drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe.h bool mapped; mapped 889 drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c if (buffer_info->mapped) { mapped 892 drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c buffer_info->mapped = false; mapped 909 drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c if (buffer_info->mapped) { mapped 912 drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c buffer_info->mapped = false; mapped 1178 drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c buffer_info->mapped = true; mapped 1391 drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c buffer_info->mapped = true; mapped 1560 drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c if (buffer_info->mapped) { mapped 1565 drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c buffer_info->mapped = false; mapped 1654 drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c buffer_info->mapped = false; mapped 173 drivers/net/wireless/ath/ath10k/txrx.c bool mapped; mapped 176 drivers/net/wireless/ath/ath10k/txrx.c mapped = !!ath10k_peer_find(ar, vdev_id, addr); mapped 179 drivers/net/wireless/ath/ath10k/txrx.c (mapped == expect_mapped || mapped 731 drivers/scsi/hptiop.c if (HPT_SCP(scp)->mapped) mapped 860 drivers/scsi/hptiop.c HPT_SCP(scp)->mapped = 1; mapped 1043 drivers/scsi/hptiop.c HPT_SCP(scp)->mapped = 0; mapped 255 drivers/scsi/hptiop.h int mapped; mapped 2907 drivers/scsi/scsi_debug.c unsigned int mapped; mapped 2912 drivers/scsi/scsi_debug.c mapped = test_bit(index, map_storep); mapped 2914 drivers/scsi/scsi_debug.c if (mapped) mapped 2921 drivers/scsi/scsi_debug.c return mapped; mapped 3534 drivers/scsi/scsi_debug.c u32 alloc_len, mapped, num; mapped 3549 drivers/scsi/scsi_debug.c mapped = map_state(lba, &num); mapped 3551 drivers/scsi/scsi_debug.c mapped = 1; mapped 3564 drivers/scsi/scsi_debug.c arr[20] = !mapped; /* prov_stat=0: mapped; 1: dealloc */ mapped 149 drivers/sh/intc/virq.c struct intc_map_entry *mapped; mapped 154 drivers/sh/intc/virq.c mapped = radix_tree_lookup(&d->tree, subgroup->parent_id); mapped 155 drivers/sh/intc/virq.c if (!mapped) { mapped 160 drivers/sh/intc/virq.c pirq = mapped - intc_irq_xlate; mapped 469 drivers/staging/emxx_udc/emxx_udc.c req->mapped = 1; mapped 479 drivers/staging/emxx_udc/emxx_udc.c req->mapped = 0; mapped 501 drivers/staging/emxx_udc/emxx_udc.c if (req->mapped) { mapped 514 drivers/staging/emxx_udc/emxx_udc.c req->mapped = 0; mapped 531 drivers/staging/emxx_udc/emxx_udc.h unsigned mapped:1; mapped 302 drivers/staging/media/ipu3/ipu3-mmu.c size_t s_length, mapped = 0; mapped 318 drivers/staging/media/ipu3/ipu3-mmu.c ret = imgu_mmu_map(info, iova + mapped, phys, s_length); mapped 322 drivers/staging/media/ipu3/ipu3-mmu.c mapped += s_length; mapped 327 drivers/staging/media/ipu3/ipu3-mmu.c return mapped; mapped 331 drivers/staging/media/ipu3/ipu3-mmu.c imgu_mmu_unmap(info, iova, mapped); mapped 1268 drivers/staging/qlge/qlge_main.c struct tx_ring_desc *tx_ring_desc, int mapped) mapped 1271 drivers/staging/qlge/qlge_main.c for (i = 0; i < mapped; i++) { mapped 1272 drivers/staging/qlge/qlge_main.c if (i == 0 || (i == 7 && mapped > 7)) { mapped 248 drivers/tty/serial/msm_serial.c unsigned int mapped; mapped 251 drivers/tty/serial/msm_serial.c mapped = dma->count; mapped 267 drivers/tty/serial/msm_serial.c if (mapped) mapped 268 drivers/tty/serial/msm_serial.c dma_unmap_single(dev, dma->phys, mapped, dma->dir); mapped 905 drivers/usb/dwc3/core.h unsigned mapped:1; mapped 302 drivers/usb/gadget/udc/atmel_usba_udc.h unsigned int mapped:1; mapped 821 drivers/usb/gadget/udc/core.c int mapped; mapped 823 drivers/usb/gadget/udc/core.c mapped = dma_map_sg(dev, req->sg, req->num_sgs, mapped 825 drivers/usb/gadget/udc/core.c if (mapped == 0) { mapped 830 drivers/usb/gadget/udc/core.c req->num_mapped_sgs = mapped; mapped 93 drivers/usb/gadget/udc/fsl_qe_udc.c if (req->mapped) { mapped 100 drivers/usb/gadget/udc/fsl_qe_udc.c req->mapped = 0; mapped 1719 drivers/usb/gadget/udc/fsl_qe_udc.c req->mapped = 1; mapped 1726 drivers/usb/gadget/udc/fsl_qe_udc.c req->mapped = 0; mapped 258 drivers/usb/gadget/udc/fsl_qe_udc.h unsigned mapped:1; mapped 449 drivers/usb/gadget/udc/fsl_usb2_udc.h unsigned mapped:1; mapped 226 drivers/usb/gadget/udc/goku_udc.h unsigned mapped:1; mapped 179 drivers/usb/gadget/udc/lpc32xx_udc.c bool mapped; mapped 246 drivers/usb/gadget/udc/mv_udc.h unsigned mapped:1; mapped 1476 drivers/usb/gadget/udc/mv_udc_core.c req->mapped = 1; mapped 583 drivers/usb/gadget/udc/net2272.h unsigned mapped:1, mapped 144 drivers/usb/gadget/udc/net2280.h unsigned mapped : 1, mapped 136 drivers/usb/gadget/udc/omap_udc.h unsigned mapped:1; mapped 3633 drivers/video/fbdev/core/fbcon.c int i, j, mapped; mapped 3648 drivers/video/fbdev/core/fbcon.c mapped = 0; mapped 3658 drivers/video/fbdev/core/fbcon.c mapped = 1; mapped 3663 drivers/video/fbdev/core/fbcon.c if (mapped) { mapped 31 drivers/visorbus/visorchannel.c void *mapped; mapped 53 drivers/visorbus/visorchannel.c if (channel->mapped) { mapped 54 drivers/visorbus/visorchannel.c memunmap(channel->mapped); mapped 117 drivers/visorbus/visorchannel.c memcpy(dest, channel->mapped + offset, nbytes); mapped 135 drivers/visorbus/visorchannel.c memcpy(channel->mapped + offset, dest, nbytes); mapped 375 drivers/visorbus/visorchannel.c channel->mapped = memremap(physaddr, size, MEMREMAP_WB); mapped 376 drivers/visorbus/visorchannel.c if (!channel->mapped) { mapped 386 drivers/visorbus/visorchannel.c memunmap(channel->mapped); mapped 389 drivers/visorbus/visorchannel.c channel->mapped = NULL; mapped 395 drivers/visorbus/visorchannel.c channel->mapped = memremap(channel->physaddr, size, MEMREMAP_WB); mapped 396 drivers/visorbus/visorchannel.c if (!channel->mapped) { mapped 74 drivers/xen/xlate_mmu.c int mapped; mapped 129 drivers/xen/xlate_mmu.c info->mapped++; mapped 166 drivers/xen/xlate_mmu.c data.mapped = 0; mapped 170 drivers/xen/xlate_mmu.c return err < 0 ? err : data.mapped; mapped 4868 fs/btrfs/extent_io.c int mapped = !test_bit(EXTENT_BUFFER_UNMAPPED, &eb->bflags); mapped 4878 fs/btrfs/extent_io.c if (mapped) mapped 4902 fs/btrfs/extent_io.c if (mapped) mapped 5975 fs/ext4/extents.c int depth, mapped = 0, err = 0; mapped 6022 fs/ext4/extents.c mapped = 1; mapped 6027 fs/ext4/extents.c mapped = 1; mapped 6035 fs/ext4/extents.c return err ? err : mapped; mapped 44 fs/jfs/ioctl.c long mapped=0; mapped 49 fs/jfs/ioctl.c mapped |= jfs_map[index].jfs_flag; mapped 52 fs/jfs/ioctl.c mapped |= jfs_map[index].ext2_flag; mapped 56 fs/jfs/ioctl.c return mapped; mapped 69 fs/nilfs2/file.c goto mapped; mapped 85 fs/nilfs2/file.c goto mapped; mapped 107 fs/nilfs2/file.c mapped: mapped 126 include/linux/buffer_head.h BUFFER_FNS(Mapped, mapped) mapped 98 include/rdma/iw_cm.h bool mapped:1; mapped 23 include/sound/soundfont.h unsigned char mapped; /* True if mapped to something else */ mapped 22 lib/sg_split.c struct sg_splitter *splitters, bool mapped) mapped 36 lib/sg_split.c sglen = mapped ? sg_dma_len(sg) : sg->length; mapped 967 mm/hmm.c unsigned long i, npages, mapped; mapped 975 mm/hmm.c for (i = 0, mapped = 0; i < npages; ++i) { mapped 1009 mm/hmm.c mapped++; mapped 1012 mm/hmm.c return mapped; mapped 1015 mm/hmm.c for (npages = i, i = 0; (i < npages) && mapped; ++i) { mapped 1031 mm/hmm.c mapped--; mapped 4199 net/packet/af_packet.c atomic_inc(&pkt_sk(sk)->mapped); mapped 4209 net/packet/af_packet.c atomic_dec(&pkt_sk(sk)->mapped); mapped 4304 net/packet/af_packet.c if (atomic_read(&po->mapped)) mapped 4407 net/packet/af_packet.c if (closing || atomic_read(&po->mapped) == 0) { mapped 4425 net/packet/af_packet.c if (atomic_read(&po->mapped)) mapped 4427 net/packet/af_packet.c atomic_read(&po->mapped)); mapped 4504 net/packet/af_packet.c atomic_inc(&po->mapped); mapped 129 net/packet/internal.h atomic_t mapped; mapped 633 sound/pci/ctxfi/ctsrc.c srcimp->mapped |= (0x1 << i); mapped 651 sound/pci/ctxfi/ctsrc.c if (srcimp->mapped & (0x1 << i)) { mapped 654 sound/pci/ctxfi/ctsrc.c srcimp->mapped &= ~(0x1 << i); mapped 107 sound/pci/ctxfi/ctsrc.h unsigned int mapped; /* A bit-map indicating which conj rsc is mapped */ mapped 414 sound/pci/emu10k1/emupcm.c int mapped; mapped 421 sound/pci/emu10k1/emupcm.c mapped = ((struct snd_emu10k1_memblk *)epcm->memblk)->mapped_page; mapped 422 sound/pci/emu10k1/emupcm.c if (mapped < 0) mapped 424 sound/pci/emu10k1/emupcm.c epcm->start_addr = mapped << PAGE_SHIFT; mapped 1749 sound/pci/hda/hda_generic.c bool mapped; mapped 1751 sound/pci/hda/hda_generic.c mapped = map_singles(codec, cfg->line_outs, mapped 1755 sound/pci/hda/hda_generic.c mapped |= map_singles(codec, cfg->hp_outs, mapped 1759 sound/pci/hda/hda_generic.c mapped |= map_singles(codec, cfg->speaker_outs, mapped 1768 sound/pci/hda/hda_generic.c mapped = true; mapped 1770 sound/pci/hda/hda_generic.c } while (mapped); mapped 796 sound/ppc/snd_ps3.c u64 __iomem *mapped; mapped 808 sound/ppc/snd_ps3.c mapped = ioremap(lpar_addr, lpar_size); mapped 809 sound/ppc/snd_ps3.c if (!mapped) { mapped 814 sound/ppc/snd_ps3.c the_card.audio_irq_outlet = in_be64(mapped); mapped 816 sound/ppc/snd_ps3.c iounmap(mapped); mapped 433 sound/synth/emux/soundfont.c if (zp->mapped && mapped 459 sound/synth/emux/soundfont.c zp->mapped = 1; mapped 486 sound/synth/emux/soundfont.c if (! p->mapped && mapped 551 sound/synth/emux/soundfont.c if (!zone->mapped && mapped 576 sound/synth/emux/soundfont.c tmpzone.mapped = 0; mapped 1103 sound/synth/emux/soundfont.c zone->mapped = 0; mapped 1146 sound/synth/emux/soundfont.c if (! cur->mapped && cur->sample == NULL) { mapped 1286 sound/synth/emux/soundfont.c if (zp->mapped) {