Searched refs:mapped (Results 26 - 50 of 163) sorted by relevance

1234567

/linux-master/arch/sparc/kernel/
H A Dpci_sun4v.h108 long *mapped);
/linux-master/include/sound/
H A Dsoundfont.h16 #define SF_MAX_PRESETS 256 /* drums are mapped from 128 to 256 */
23 unsigned char mapped; /* True if mapped to something else */ member in struct:snd_sf_zone
/linux-master/drivers/gpu/host1x/
H A Dcdma.h35 void *mapped; /* mapped pushbuffer memory */ member in struct:push_buffer
/linux-master/arch/x86/crypto/
H A Daegis128-aesni-glue.c81 void *mapped = scatterwalk_map(&walk); local
82 const u8 *src = (const u8 *)mapped;
106 scatterwalk_unmap(mapped);
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dtxrx.c191 bool mapped;
194 mapped = !!ath10k_peer_find(ar, vdev_id, addr);
197 (mapped == expect_mapped ||
/linux-master/tools/perf/tests/
H A Dmmap-basic.c186 bool opened = false, mapped = false; local
209 mapped = true;
259 if (mapped)
/linux-master/drivers/mtd/
H A Dmtdswap.c1023 unsigned int newblock, mapped; local
1040 mapped = d->page_data[page];
1041 if (mapped <= BLOCK_MAX) {
1042 eb = d->eb_data + (mapped / d->pages_per_eblk);
1046 d->revmap[mapped] = PAGE_UNDEF;
1146 unsigned int mapped; local
1151 mapped = d->page_data[page];
1152 if (mapped <= BLOCK_MAX) {
1153 eb = d->eb_data + (mapped / d->pages_per_eblk);
1157 d->revmap[mapped]
1175 unsigned int i, cw = 0, cwp = 0, cwecount = 0, bb_cnt, mapped, pages; local
[all...]
/linux-master/drivers/staging/media/ipu3/
H A Dipu3-mmu.c304 size_t s_length, mapped = 0; local
316 /* must be IPU3_PAGE_SIZE aligned to be mapped singlely */
320 ret = imgu_mmu_map(info, iova + mapped, phys, s_length);
324 mapped += s_length;
329 return mapped;
333 imgu_mmu_unmap(info, iova, mapped);
400 * or we hit an area that isn't mapped.
/linux-master/drivers/md/
H A Ddm-rq.c204 static void dm_done(struct request *clone, blk_status_t error, bool mapped) argument
213 if (mapped && rq_end_io)
253 bool mapped = true; local
267 mapped = false;
269 dm_done(clone, tio->error, mapped);
286 * Complete the not-mapped clone and the original request with the error status
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_iommu.c129 size_t pgsize, count, mapped = 0; local
135 prot, GFP_KERNEL, &mapped);
140 phys += mapped;
141 addr += mapped;
142 size -= mapped;
/linux-master/drivers/infiniband/hw/hfi1/
H A Duser_exp_rcv.c124 * @mapped: true if the pages have been DMA mapped. false otherwise.
128 * If the pages have been DMA mapped (indicated by mapped parameter), their
129 * info will be passed via a struct tid_rb_node. If they haven't been mapped,
137 bool mapped)
143 if (mapped) {
152 hfi1_release_user_pages(mm, pages, npages, mapped);
253 tididx = 0, mapped, mapped_pages = 0; local
335 tidlist, &tididx, &mapped);
132 unpin_rcv_pages(struct hfi1_filedata *fd, struct tid_user_buf *tidbuf, struct tid_rb_node *node, unsigned int idx, unsigned int npages, bool mapped) argument
666 int mapped = 0; local
[all...]
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dpeer.c168 bool mapped;
171 mapped = !!ath12k_peer_find(ab, vdev_id, addr);
174 (mapped == expect_mapped ||
/linux-master/drivers/media/platform/qcom/venus/
H A Dfirmware.c176 const size_t mapped = core->fw.mapped_mem_size; local
199 unmapped = iommu_unmap(iommu, VENUS_FW_START_ADDR, mapped);
201 if (unmapped != mapped)
/linux-master/drivers/iommu/amd/
H A Dio_pgtable_v2.c238 int prot, gfp_t gfp, size_t *mapped)
276 if (mapped)
277 *mapped += mapped_size;
236 iommu_v2_map_pages(struct io_pgtable_ops *ops, unsigned long iova, phys_addr_t paddr, size_t pgsize, size_t pgcount, int prot, gfp_t gfp, size_t *mapped) argument
/linux-master/arch/mips/sgi-ip27/
H A Dip27-klnuma.c38 #error Kernel replication works with mapped kernel support. No calias support.
/linux-master/net/packet/
H A Dinternal.h125 atomic_long_t mapped; member in struct:packet_sock
/linux-master/drivers/md/dm-vdo/
H A Ddata-vio.h187 struct zoned_pbn mapped; member in struct:data_vio
490 thread_id_t expected = data_vio->mapped.zone->thread_id;
494 "data_vio for mapped physical block %llu on thread %u, should be on thread %u",
495 (unsigned long long) data_vio->mapped.pbn, thread_id, expected);
502 data_vio->mapped.zone->thread_id);
/linux-master/sound/pci/ctxfi/
H A Dctsrc.h107 unsigned int mapped; /* A bit-map indicating which conj rsc is mapped */ member in struct:srcimp
/linux-master/drivers/mmc/host/
H A Dusdhi6rol0.c155 void *mapped; /* mapped page */ member in struct:usdhi6_page
168 void *blk_page; /* either a mapped page, or the bounce buffer */
310 * adjacent pages are mapped to non-adjacent virtual addresses. That's why we
325 host->head_pg.mapped = host->pg.mapped;
327 host->pg.mapped = kmap(host->pg.page);
335 memcpy(host->bounce_buf, host->head_pg.mapped + PAGE_SIZE - blk_head,
337 memcpy(host->bounce_buf + blk_head, host->pg.mapped,
369 host->pg.mapped
[all...]
/linux-master/lib/
H A Dsg_split.c22 struct sg_splitter *splitters, bool mapped)
36 sglen = mapped ? sg_dma_len(sg) : sg->length;
128 * @in_mapped_nents: the result of a dma_map_sg(in, ...), or 0 if not mapped.
133 * @out_mapped_nents: the resulting sg lists mapped number of sg entries. Might
134 * be NULL if sglist not already mapped (in_mapped_nents = 0)
20 sg_calculate_split(struct scatterlist *in, int nents, int nb_splits, off_t skip, const size_t *sizes, struct sg_splitter *splitters, bool mapped) argument
/linux-master/include/net/
H A Dmptcp.h311 void mptcpv6_handle_mapped(struct sock *sk, bool mapped);
314 static inline void mptcpv6_handle_mapped(struct sock *sk, bool mapped) { } argument
/linux-master/drivers/firmware/
H A Ddmi-sysfs.c65 * mapped in. Use in conjunction with dmi_sysfs_specialize_attr_ops.
384 u8 __iomem *mapped; local
387 mapped = dmi_remap(sel->access_method_address, sel->area_length);
388 if (!mapped)
393 *(buf++) = readb(mapped + pos++);
397 dmi_unmap(mapped);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.c830 new->mapped = vma->mapped;
1014 vma->mapped ? 'M' : '-',
1222 if (prev->memory || prev->mapped != map)
1228 next->memory || next->mapped != map)
1249 if (!vma->mapped || vma->memory)
1261 vma->mapped = false;
1303 bool mapped = vma->mapped; local
1309 * should be mapped o
[all...]
/linux-master/drivers/iommu/
H A Dio-pgtable-arm.c38 * in a virtual address mapped by the pagetable in d.
364 gfp_t gfp, size_t *mapped)
382 *mapped += num_entries * size;
415 cptep, gfp, mapped);
484 int iommu_prot, gfp_t gfp, size_t *mapped)
507 ptep, gfp, mapped);
1187 size_t size, mapped; local
1223 GFP_KERNEL, &mapped))
1229 GFP_KERNEL, &mapped))
1245 IOMMU_READ, GFP_KERNEL, &mapped))
361 __arm_lpae_map(struct arm_lpae_io_pgtable *data, unsigned long iova, phys_addr_t paddr, size_t size, size_t pgcount, arm_lpae_iopte prot, int lvl, arm_lpae_iopte *ptep, gfp_t gfp, size_t *mapped) argument
482 arm_lpae_map_pages(struct io_pgtable_ops *ops, unsigned long iova, phys_addr_t paddr, size_t pgsize, size_t pgcount, int iommu_prot, gfp_t gfp, size_t *mapped) argument
[all...]
H A Dio-pgtable-arm-v7s.c546 int prot, gfp_t gfp, size_t *mapped)
567 *mapped += pgsize;
942 size_t mapped; local
976 GFP_KERNEL, &mapped))
982 &mapped))
1002 IOMMU_READ, GFP_KERNEL, &mapped))
1024 GFP_KERNEL, &mapped))
544 arm_v7s_map_pages(struct io_pgtable_ops *ops, unsigned long iova, phys_addr_t paddr, size_t pgsize, size_t pgcount, int prot, gfp_t gfp, size_t *mapped) argument

Completed in 230 milliseconds

1234567