Searched refs:vm_munmap (Results 1 – 15 of 15) sorted by relevance
/openbmc/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 | 212 vm_munmap(user_addr, PAGE_SIZE); in lkdtm_EXEC_USERSPACE() 235 vm_munmap(user_addr, PAGE_SIZE); in lkdtm_ACCESS_USERSPACE() 250 vm_munmap(user_addr, PAGE_SIZE); in lkdtm_ACCESS_USERSPACE()
|
/openbmc/linux/mm/kasan/ |
H A D | kasan_test_module.c | 61 vm_munmap((unsigned long)usermem, PAGE_SIZE); in copy_user_test()
|
/openbmc/linux/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()
|
/openbmc/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()
|
H A D | aio.c | 838 vm_munmap(ctx->mmap_base, ctx->mmap_size); in ioctx_alloc() 884 vm_munmap(ctx->mmap_base, ctx->mmap_size); in kill_ioctx()
|
H A D | binfmt_elf.c | 397 vm_munmap(map_addr+size, total_size-size); in elf_map()
|
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/ |
H A D | i915_gem_mman.c | 966 vm_munmap(addr, obj->base.size); in __igt_mmap() 1160 vm_munmap(addr, obj->base.size); in ___igt_mmap_migrate() 1498 vm_munmap(addr, obj->base.size); in __igt_mmap_access() 1644 vm_munmap(addr, obj->base.size); in __igt_mmap_gpu() 1798 vm_munmap(addr, obj->base.size); in __igt_mmap_revoke()
|
/openbmc/linux/lib/ |
H A D | test_user_copy.c | 310 vm_munmap(user_addr, PAGE_SIZE * 2); in test_user_copy_init()
|
/openbmc/linux/mm/ |
H A D | nommu.c | 1489 int vm_munmap(unsigned long addr, size_t len) in vm_munmap() function 1499 EXPORT_SYMBOL(vm_munmap); 1503 return vm_munmap(addr, len); in SYSCALL_DEFINE2()
|
H A D | mmap.c | 2959 int vm_munmap(unsigned long start, size_t len) in vm_munmap() function 2963 EXPORT_SYMBOL(vm_munmap);
|
/openbmc/linux/Documentation/locking/ |
H A D | lockstat.rst | 117 …12 &mm->mmap_sem 17 [<ffffffff81127e71>] vm_munmap+…
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | sys_sparc_64.c | 475 return vm_munmap(addr, len);
|
/openbmc/linux/include/linux/ |
H A D | mm.h | 3320 extern int vm_munmap(unsigned long, size_t);
|
/openbmc/linux/arch/x86/kvm/ |
H A D | x86.c | 12488 vm_munmap(hva, old_npages * PAGE_SIZE); in __x86_set_memory_region()
|