Searched defs:unmap (Results 1 - 3 of 3) sorted by relevance

/arch/powerpc/include/asm/
H A Dscom.h55 void (*unmap)(scom_map_t map); member in struct:scom_controller
129 scom_controller->unmap(map);
H A Dps3.h118 int (*unmap)(struct ps3_dma_region *, member in struct:ps3_dma_region_ops
/arch/um/os-Linux/skas/
H A Dmem.c227 int unmap(struct mm_id * mm_idp, unsigned long addr, unsigned long len, function
233 struct proc_mm_op unmap; local
236 unmap = ((struct proc_mm_op) { .op = MM_MUNMAP,
242 CATCH_EINTR(ret = write(fd, &unmap, sizeof(unmap)));
243 if (ret != sizeof(unmap)) {
245 printk(UM_KERN_ERR "unmap - proc_mm write returned "

Completed in 103 milliseconds