Home
last modified time | relevance | path

Searched refs:unmap (Results 1 – 25 of 104) sorted by relevance

12345

/linux-2.6.39/include/xen/
Dgrant_table.h133 gnttab_set_unmap_op(struct gnttab_unmap_grant_ref *unmap, phys_addr_t addr, in gnttab_set_unmap_op() argument
137 unmap->host_addr = addr; in gnttab_set_unmap_op()
139 unmap->host_addr = __pa(addr); in gnttab_set_unmap_op()
141 unmap->host_addr = addr; in gnttab_set_unmap_op()
143 unmap->handle = handle; in gnttab_set_unmap_op()
144 unmap->dev_bus_addr = 0; in gnttab_set_unmap_op()
/linux-2.6.39/drivers/acpi/
Dnvs.c29 bool unmap; member
88 if (entry->unmap) { in suspend_nvs_free()
90 entry->unmap = false; in suspend_nvs_free()
134 entry->unmap = !!entry->kaddr; in suspend_nvs_save()
Dosl.c660 bool unmap = false; in acpi_os_read_memory() local
670 unmap = true; in acpi_os_read_memory()
690 if (unmap) in acpi_os_read_memory()
703 bool unmap = false; in acpi_os_write_memory() local
712 unmap = true; in acpi_os_write_memory()
729 if (unmap) in acpi_os_write_memory()
/linux-2.6.39/arch/um/os-Linux/skas/
Dmem.c229 int unmap(struct mm_id * mm_idp, unsigned long addr, unsigned long len, in unmap() function
235 struct proc_mm_op unmap; in unmap() local
238 unmap = ((struct proc_mm_op) { .op = MM_MUNMAP, in unmap()
244 CATCH_EINTR(ret = write(fd, &unmap, sizeof(unmap))); in unmap()
245 if (ret != sizeof(unmap)) { in unmap()
/linux-2.6.39/drivers/leds/
Dleds-net5501.c75 goto unmap; in soekris_init()
89 unmap: in soekris_init()
/linux-2.6.39/arch/um/kernel/
Dexec.c27 ret = unmap(&current->mm->context.id, 0, STUB_START, 0, &data); in flush_thread()
28 ret = ret || unmap(&current->mm->context.id, STUB_END, in flush_thread()
/linux-2.6.39/drivers/usb/host/
Dehci-msm.c170 goto unmap; in ehci_msm_probe()
191 unmap: in ehci_msm_probe()
/linux-2.6.39/drivers/input/serio/
Dambakmi.c148 goto unmap; in amba_kmi_probe()
157 unmap: in amba_kmi_probe()
/linux-2.6.39/drivers/lguest/
Dcore.c329 goto unmap; in init()
351 unmap: in init()
Dlguest_device.c293 goto unmap; in lg_find_vq()
321 unmap: in lg_find_vq()
/linux-2.6.39/arch/arm/mach-omap2/
Dboard-flash.c178 goto unmap; in get_gpmc0_type()
191 unmap: in get_gpmc0_type()
/linux-2.6.39/sound/pci/ctxfi/
Dctvmem.h56 void (*unmap)(struct ct_vm *, struct ct_vm_block *block); member
/linux-2.6.39/drivers/ssb/
Ddriver_pcicore.c125 goto unmap; in ssb_extpci_read_config()
143 unmap: in ssb_extpci_read_config()
171 goto unmap; in ssb_extpci_write_config()
192 unmap: in ssb_extpci_write_config()
/linux-2.6.39/drivers/watchdog/
Dbcm63xx_wdt.c260 goto unmap; in bcm63xx_wdt_probe()
283 unmap: in bcm63xx_wdt_probe()
Drc32434_wdt.c302 goto unmap; in rc32434_wdt_probe()
309 unmap: in rc32434_wdt_probe()
/linux-2.6.39/drivers/i2c/busses/
Di2c-iop3xx.c465 goto unmap; in iop3xx_i2c_probe()
472 goto unmap; in iop3xx_i2c_probe()
500 unmap: in iop3xx_i2c_probe()
/linux-2.6.39/drivers/dma/
Diop-adma.c66 struct iop_adma_desc_slot *unmap = desc->group_head; in iop_desc_unmap() local
68 u32 len = unmap->unmap_len; in iop_desc_unmap()
74 src_cnt = unmap->unmap_src_cnt; in iop_desc_unmap()
75 dest = iop_desc_get_dest_addr(unmap, iop_chan); in iop_desc_unmap()
89 addr = iop_desc_get_src_addr(unmap, iop_chan, src_cnt); in iop_desc_unmap()
102 struct iop_adma_desc_slot *unmap = desc->group_head; in iop_desc_unmap_pq() local
104 u32 len = unmap->unmap_len; in iop_desc_unmap_pq()
106 u32 src_cnt = unmap->unmap_src_cnt; in iop_desc_unmap_pq()
107 dma_addr_t pdest = iop_desc_get_dest_addr(unmap, iop_chan); in iop_desc_unmap_pq()
108 dma_addr_t qdest = iop_desc_get_qdest_addr(unmap, iop_chan); in iop_desc_unmap_pq()
[all …]
/linux-2.6.39/include/linux/
Dpipe_fs_i.h101 void (*unmap)(struct pipe_inode_info *, struct pipe_buffer *, void *); member
Diommu.h42 int (*unmap)(struct iommu_domain *domain, unsigned long iova, member
/linux-2.6.39/drivers/base/
Diommu.c122 return iommu_ops->unmap(domain, iova, gfp_order); in iommu_unmap()
/linux-2.6.39/fs/ubifs/
Dgc.c511 idx_gc->unmap = 0; in ubifs_garbage_collect_leb()
871 idx_gc->unmap = 1; in ubifs_gc_start_commit()
900 idx_gc->unmap = 1; in ubifs_gc_start_commit()
923 if (idx_gc->unmap) { in ubifs_gc_end_commit()
/linux-2.6.39/Documentation/
DDMA-API-HOWTO.txt350 To unmap and free such a DMA region, you call:
452 packets, map/unmap them with the DMA_TO_DEVICE direction
453 specifier. For receive packets, just the opposite, map/unmap them
459 context. There are two versions of each map/unmap, one which will
460 map/unmap a single memory region, and one which will map/unmap a
472 and to unmap it:
481 map/unmap interface pair akin to dma_{map,unmap}_single. These
523 To unmap a scatterlist, just call:
568 After the last DMA transfer call one of the DMA unmap routines
726 need the address in order to perform the unmap operation.
/linux-2.6.39/drivers/s390/kvm/
Dkvm_virtio.c205 goto unmap; in kvm_find_vq()
216 unmap: in kvm_find_vq()
/linux-2.6.39/drivers/net/
Dlne390.c283 goto unmap; in lne390_probe1()
285 unmap: in lne390_probe1()
/linux-2.6.39/drivers/gpu/drm/nouveau/
Dnouveau_vm.c135 vm->unmap(pgt, pte, len); in nouveau_vm_unmap_at()
297 vm->unmap = nv50_vm_unmap; in nouveau_vm_new()
312 vm->unmap = nvc0_vm_unmap; in nouveau_vm_new()

12345