Searched refs:vm_munmap (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/misc/lkdtm/ |
| H A D | usercopy.c | 127 vm_munmap(user_addr, PAGE_SIZE); in do_usercopy_stack() 192 vm_munmap(user_addr, PAGE_SIZE); in do_usercopy_slab_size() 269 vm_munmap(user_alloc, PAGE_SIZE); in do_usercopy_slab_whitelist() 342 vm_munmap(user_addr, PAGE_SIZE); in lkdtm_USERCOPY_KERNEL() 387 vm_munmap(uaddr, PAGE_SIZE); in do_usercopy_page_span()
|
| H A D | perms.c | 223 vm_munmap(user_addr, PAGE_SIZE); in lkdtm_EXEC_USERSPACE() 246 vm_munmap(user_addr, PAGE_SIZE); in lkdtm_ACCESS_USERSPACE() 261 vm_munmap(user_addr, PAGE_SIZE); in lkdtm_ACCESS_USERSPACE()
|
| /linux/arch/riscv/kernel/ |
| H A D | usercfi.c | 240 vm_munmap(addr, size); in allocate_shadow_stack() 367 vm_munmap(base, size); in shstk_release()
|
| /linux/lib/kunit/ |
| H A D | user_alloc.c | 69 vm_munmap(vres.addr, vres.size); in kunit_vm_mmap_init()
|
| /linux/fs/ |
| H A D | binfmt_flat.c | 557 vm_munmap(textpos, text_len); in load_flat_file() 581 vm_munmap(textpos, text_len); in load_flat_file() 582 vm_munmap(realdatastart, len); in load_flat_file() 684 vm_munmap(textpos, text_len + data_len + extra + in load_flat_file()
|
| /linux/arch/x86/kernel/ |
| H A D | shstk.c | 111 vm_munmap(mapped_addr, size); in alloc_shstk() 131 r = vm_munmap(base, size); in unmap_shadow_stack()
|
| /linux/mm/ |
| H A D | nommu.c | 1518 int vm_munmap(unsigned long addr, size_t len) in vm_munmap() function 1528 EXPORT_SYMBOL(vm_munmap); 1532 return vm_munmap(addr, len); in SYSCALL_DEFINE2()
|
| /linux/Documentation/locking/ |
| H A D | lockstat.rst | 117 …12 &mm->mmap_sem 17 [<ffffffff81127e71>] vm_munmap+…
|
| /linux/Documentation/translations/it_IT/locking/ |
| H A D | lockstat.rst | 138 …12 &mm->mmap_sem 17 [<ffffffff81127e71>] vm_munmap+…
|
| /linux/arch/sparc/kernel/ |
| H A D | sys_sparc_64.c | 492 return vm_munmap(addr, len);
|
| /linux/include/linux/ |
| H A D | mm.h | 4296 int vm_munmap(unsigned long start, size_t len);
|