| /linux-6.15/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 | 218 vm_munmap(user_addr, PAGE_SIZE); in lkdtm_EXEC_USERSPACE() 241 vm_munmap(user_addr, PAGE_SIZE); in lkdtm_ACCESS_USERSPACE() 256 vm_munmap(user_addr, PAGE_SIZE); in lkdtm_ACCESS_USERSPACE()
|
| /linux-6.15/arch/arm64/mm/ |
| H A D | gcs.c | 121 vm_munmap(addr, size); in SYSCALL_DEFINE3() 170 vm_munmap(task->thread.gcs_base, task->thread.gcs_size); in gcs_free()
|
| /linux-6.15/lib/kunit/ |
| H A D | user_alloc.c | 69 vm_munmap(vres.addr, vres.size); in kunit_vm_mmap_init()
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | shstk.c | 119 vm_munmap(mapped_addr, size); in alloc_shstk() 139 r = vm_munmap(base, size); in unmap_shadow_stack()
|
| /linux-6.15/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()
|
| H A D | binfmt_elf.c | 389 vm_munmap(map_addr+size, total_size-size); in elf_map() 1161 vm_munmap(load_bias, total_size); in load_elf_binary()
|
| H A D | aio.c | 831 vm_munmap(ctx->mmap_base, ctx->mmap_size); in ioctx_alloc() 877 vm_munmap(ctx->mmap_base, ctx->mmap_size); in kill_ioctx()
|
| /linux-6.15/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | i915_gem_mman.c | 968 vm_munmap(addr, obj->base.size); in __igt_mmap() 1162 vm_munmap(addr, obj->base.size); in ___igt_mmap_migrate() 1500 vm_munmap(addr, obj->base.size); in __igt_mmap_access() 1646 vm_munmap(addr, obj->base.size); in __igt_mmap_gpu() 1800 vm_munmap(addr, obj->base.size); in __igt_mmap_revoke()
|
| /linux-6.15/mm/ |
| H A D | nommu.c | 1485 int vm_munmap(unsigned long addr, size_t len) in vm_munmap() function 1495 EXPORT_SYMBOL(vm_munmap); 1499 return vm_munmap(addr, len); in SYSCALL_DEFINE2()
|
| H A D | mmap.c | 1075 int vm_munmap(unsigned long start, size_t len) in vm_munmap() function 1079 EXPORT_SYMBOL(vm_munmap);
|
| /linux-6.15/Documentation/locking/ |
| H A D | lockstat.rst | 117 …12 &mm->mmap_sem 17 [<ffffffff81127e71>] vm_munmap+…
|
| /linux-6.15/Documentation/translations/it_IT/locking/ |
| H A D | lockstat.rst | 138 …12 &mm->mmap_sem 17 [<ffffffff81127e71>] vm_munmap+…
|
| /linux-6.15/arch/sparc/kernel/ |
| H A D | sys_sparc_64.c | 492 return vm_munmap(addr, len);
|
| /linux-6.15/include/linux/ |
| H A D | mm.h | 3495 extern int vm_munmap(unsigned long, size_t);
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | x86.c | 12859 vm_munmap(hva, old_npages * PAGE_SIZE); in __x86_set_memory_region()
|