Home
last modified time | relevance | path

Searched refs:munmap (Results 1 – 12 of 12) sorted by relevance

/arch/um/kernel/
Dtlb.c31 } 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/
Dvdso2c.c251 munmap(raw_addr, raw_len); in main()
252 munmap(stripped_addr, stripped_len); in main()
/arch/um/os-Linux/
Dprocess.c169 err = munmap(addr, len); in os_unmap_memory()
219 munmap(addr, UM_KERN_PAGE_SIZE); in can_drop_memory()
Dmem.c202 munmap(addr, UM_KERN_PAGE_SIZE); in check_tmpexec()
/arch/x86/um/os-Linux/
Dtask_size.c63 munmap(mapped, UM_KERN_PAGE_SIZE); in page_ok()
/arch/um/os-Linux/skas/
Dprocess.c301 if (munmap(stack, UM_KERN_PAGE_SIZE) < 0) { in start_userspace()
/arch/parisc/kernel/
Dsyscall_table.S167 ENTRY_SAME(munmap)
/arch/powerpc/include/asm/
Dsystbl.h98 SYSCALL_SPU(munmap)
/arch/s390/kernel/
Dcompat_wrapper.c86 COMPAT_SYSCALL_WRAP2(munmap, unsigned long, addr, size_t, len);
/arch/x86/entry/syscalls/
Dsyscall_64.tbl20 11 common munmap sys_munmap
Dsyscall_32.tbl100 91 i386 munmap sys_munmap
/arch/x86/
DKconfig1715 exec() and munmap().