Searched refs:munmap (Results 1 – 12 of 12) sorted by relevance
/arch/um/kernel/ |
D | tlb.c | 31 } munmap; member 75 ret = unmap(hvc->id, op->u.munmap.addr, in do_ops() 76 op->u.munmap.len, finished, &hvc->data); in do_ops() 144 (last->u.munmap.addr + last->u.mmap.len == addr)) { in add_munmap() 145 last->u.munmap.len += len; in add_munmap() 157 .u = { .munmap = { .addr = addr, in add_munmap()
|
/arch/x86/entry/vdso/ |
D | vdso2c.c | 251 munmap(raw_addr, raw_len); in main() 252 munmap(stripped_addr, stripped_len); in main()
|
/arch/um/os-Linux/ |
D | process.c | 169 err = munmap(addr, len); in os_unmap_memory() 219 munmap(addr, UM_KERN_PAGE_SIZE); in can_drop_memory()
|
D | mem.c | 202 munmap(addr, UM_KERN_PAGE_SIZE); in check_tmpexec()
|
/arch/x86/um/os-Linux/ |
D | task_size.c | 63 munmap(mapped, UM_KERN_PAGE_SIZE); in page_ok()
|
/arch/um/os-Linux/skas/ |
D | process.c | 301 if (munmap(stack, UM_KERN_PAGE_SIZE) < 0) { in start_userspace()
|
/arch/parisc/kernel/ |
D | syscall_table.S | 167 ENTRY_SAME(munmap)
|
/arch/powerpc/include/asm/ |
D | systbl.h | 98 SYSCALL_SPU(munmap)
|
/arch/s390/kernel/ |
D | compat_wrapper.c | 86 COMPAT_SYSCALL_WRAP2(munmap, unsigned long, addr, size_t, len);
|
/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 20 11 common munmap sys_munmap
|
D | syscall_32.tbl | 100 91 i386 munmap sys_munmap
|
/arch/x86/ |
D | Kconfig | 1715 exec() and munmap().
|