Searched refs:unmap (Results 1 – 15 of 15) sorted by relevance
/arch/um/os-Linux/skas/ |
D | mem.c | 229 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()
|
/arch/um/kernel/ |
D | exec.c | 27 ret = unmap(¤t->mm->context.id, 0, STUB_START, 0, &data); in flush_thread() 28 ret = ret || unmap(¤t->mm->context.id, STUB_END, in flush_thread()
|
D | tlb.c | 67 ret = unmap(hvc->id, op->u.munmap.addr, in do_ops() 423 else err = unmap(mm_id, address, PAGE_SIZE, 1, &flush); in flush_tlb_page()
|
/arch/x86/kernel/ |
D | olpc.c | 225 goto unmap; in olpc_init() 229 goto unmap; in olpc_init() 255 unmap: in olpc_init()
|
D | amd_iommu.c | 1433 goto unmap; in map_sg() 1442 unmap: in map_sg() 1933 .unmap = amd_iommu_unmap_range,
|
/arch/powerpc/include/asm/ |
D | irq.h | 88 void (*unmap)(struct irq_host *h, unsigned int virq); member
|
D | ps3.h | 108 int (*unmap)(struct ps3_dma_region *, member
|
/arch/powerpc/platforms/82xx/ |
D | pq2ads-pci-pic.c | 125 .unmap = pci_host_unmap,
|
/arch/powerpc/sysdev/ |
D | i8259.c | 223 .unmap = i8259_host_unmap,
|
/arch/powerpc/platforms/cell/ |
D | beat_interrupt.c | 189 .unmap = beatic_pic_host_unmap,
|
/arch/powerpc/platforms/ps3/ |
D | mm.c | 1108 .unmap = dma_sb_unmap_area 1115 .unmap = dma_sb_unmap_area_linear 1122 .unmap = dma_ioc0_unmap_area 1186 return r->region_ops->unmap(r, bus_addr, len); in ps3_dma_unmap()
|
D | interrupt.c | 686 .unmap = ps3_host_unmap,
|
/arch/um/include/shared/ |
D | os.h | 257 extern int unmap(struct mm_id * mm_idp, unsigned long addr, unsigned long len,
|
/arch/powerpc/kernel/ |
D | irq.c | 760 if (host->ops->unmap) in irq_dispose_mapping() 761 host->ops->unmap(host, virq); in irq_dispose_mapping()
|
/arch/sparc/kernel/ |
D | entry.S | 854 bcs,a 2f ! no, unmap one.
|