[go: nahoru, domu]

Searched refs:mapped (Results 1 - 25 of 54) sorted by relevance

123

/drivers/staging/unisys/visorutil/
H A Dmemregion_direct.c32 void __iomem *mapped; member in struct:MEMREGION_Tag
78 if (parent->mapped == NULL) {
79 ERRDRV("%s parent is not mapped!", __func__);
96 memregion->mapped = ((u8 __iomem *) (parent->mapped)) + offset;
115 memregion->mapped = ioremap_cache(physaddr, nbytes);
116 if (memregion->mapped == NULL) {
127 if (memregion->mapped != NULL) {
128 iounmap(memregion->mapped);
129 memregion->mapped
[all...]
/drivers/iommu/
H A Dfsl_pamu_domain.h58 * mapped - A particular mapping has been created
68 int mapped; member in struct:fsl_dma_domain
H A Dfsl_pamu_domain.c429 dma_domain->mapped = 0;
541 dma_domain->mapped--;
608 dma_domain->mapped++;
657 if (dma_domain->mapped) {
815 if (enable && !dma_domain->mapped) {
/drivers/gpu/host1x/hw/
H A Ddebug_hw.c154 u32 *mapped; local
157 mapped = (u32 *)job->gather_copy_mapped;
159 mapped = host1x_bo_mmap(g->bo);
161 if (!mapped) {
170 g->base, mapped);
173 host1x_bo_munmap(g->bo, mapped);
196 !ch->cdma.push_buffer.mapped) {
H A Dcdma_hw.c33 *(pb->mapped + (pb->size_bytes >> 2)) = host1x_opcode_restart(0);
54 u32 *p = (u32 *)((u32)pb->mapped + getptr);
/drivers/gpu/host1x/
H A Dcdma.c56 pb->mapped, pb->phys);
58 pb->mapped = NULL;
70 pb->mapped = NULL;
79 pb->mapped = dma_alloc_writecombine(host1x->dev, pb->size_bytes + 4,
81 if (!pb->mapped)
100 u32 *p = (u32 *)((u32)pb->mapped + pos);
H A Dcdma.h45 u32 *mapped; /* mapped pushbuffer memory */ member in struct:push_buffer
/drivers/soc/ti/
H A DKconfig17 to a particular memory mapped location in the Queue Manager module.
/drivers/sh/intc/
H A Dvirq.c146 struct intc_map_entry *mapped; local
151 mapped = radix_tree_lookup(&d->tree, subgroup->parent_id);
152 if (!mapped) {
157 pirq = mapped - intc_irq_xlate;
/drivers/net/wireless/ath/ath10k/
H A Dtxrx.c142 bool mapped;
145 mapped = !!ath10k_peer_find(ar, vdev_id, addr);
148 mapped == expect_mapped;
/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 */
306 * adjacent pages are mapped to non-adjacent virtual addresses. That's why we
321 host->head_pg.mapped = host->pg.mapped;
323 host->pg.mapped = kmap(host->pg.page);
331 memcpy(host->bounce_buf, host->head_pg.mapped + PAGE_SIZE - blk_head,
333 memcpy(host->bounce_buf + blk_head, host->pg.mapped,
365 host->pg.mapped
[all...]
/drivers/mtd/
H A Dmtdswap.c1073 unsigned int newblock, mapped; local
1090 mapped = d->page_data[page];
1091 if (mapped <= BLOCK_MAX) {
1092 eb = d->eb_data + (mapped / d->pages_per_eblk);
1096 d->revmap[mapped] = PAGE_UNDEF;
1197 unsigned int mapped; local
1202 mapped = d->page_data[page];
1203 if (mapped <= BLOCK_MAX) {
1204 eb = d->eb_data + (mapped / d->pages_per_eblk);
1208 d->revmap[mapped]
1226 unsigned int i, cw = 0, cwp = 0, cwecount = 0, bb_cnt, mapped, pages; local
[all...]
/drivers/firmware/
H A Ddmi-sysfs.c63 * mapped in. Use in conjunction with dmi_sysfs_specialize_attr_ops.
380 u8 __iomem *mapped; local
383 mapped = ioremap(sel->access_method_address, sel->area_length);
384 if (!mapped)
389 *(buf++) = readb(mapped + pos++);
393 iounmap(mapped);
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_buffer.c212 bool mapped; member in struct:vmw_ttm_tt
325 * vmw_ttm_unmap_from_dma - unmap device addresses previsouly mapped for
330 * Used to free dma mappings previously mapped by vmw_ttm_map_for_dma.
390 if (vmw_tt->mapped)
448 vmw_tt->mapped = true;
487 vmw_tt->mapped = false;
/drivers/media/platform/ti-vpe/
H A Dvpdma.h24 bool mapped; member in struct:vpdma_buf
H A Dvpdma.c327 buf->mapped = false;
339 WARN_ON(buf->mapped);
352 WARN_ON(buf->mapped);
360 buf->mapped = true;
373 if (buf->mapped)
376 buf->mapped = false;
/drivers/usb/gadget/udc/
H A Domap_udc.h135 unsigned mapped:1; member in struct:omap_req
H A Dudc-core.c64 int mapped; local
66 mapped = dma_map_sg(&gadget->dev, req->sg, req->num_sgs,
68 if (mapped == 0) {
73 req->num_mapped_sgs = mapped;
H A Datmel_usba_udc.h304 unsigned int mapped:1; member in struct:usba_request
H A Dgoku_udc.h229 unsigned mapped:1; member in struct:goku_request
H A Dmv_udc.h250 unsigned mapped:1; member in struct:mv_req
/drivers/infiniband/hw/qib/
H A Dqib_diag.c218 * attributes, which are them mapped to contiguous physical space
232 * Returns 0 if the offset is not mapped.
249 goto mapped;
258 /* If user regs mapped, they are after send, so set limit. */
266 goto mapped;
318 mapped:
/drivers/memory/
H A DKconfig80 physical addresses that mapped by no local access window
/drivers/net/fddi/
H A DKconfig36 This instructs the driver to use EISA or PCI memory-mapped I/O
/drivers/pinctrl/
H A DKconfig75 driver for memory mapped GPIO functionality on Intel Baytrail

Completed in 469 milliseconds

123