Searched refs:vm_munmap (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/misc/lkdtm/
H A Dusercopy.c127 vm_munmap(user_addr, PAGE_SIZE);
192 vm_munmap(user_addr, PAGE_SIZE);
269 vm_munmap(user_alloc, PAGE_SIZE);
342 vm_munmap(user_addr, PAGE_SIZE);
387 vm_munmap(uaddr, PAGE_SIZE);
H A Dperms.c212 vm_munmap(user_addr, PAGE_SIZE);
235 vm_munmap(user_addr, PAGE_SIZE);
250 vm_munmap(user_addr, PAGE_SIZE);
/linux-master/mm/kasan/
H A Dkasan_test_module.c61 vm_munmap((unsigned long)usermem, PAGE_SIZE);
/linux-master/arch/x86/kernel/
H A Dshstk.c119 vm_munmap(mapped_addr, size);
139 r = vm_munmap(base, size);
151 * For all other types of vm_munmap() failure, either the
/linux-master/fs/
H A Dbinfmt_flat.c555 vm_munmap(textpos, text_len);
579 vm_munmap(textpos, text_len);
580 vm_munmap(realdatastart, len);
682 vm_munmap(textpos, text_len + data_len + extra +
H A Daio.c837 vm_munmap(ctx->mmap_base, ctx->mmap_size);
883 vm_munmap(ctx->mmap_base, ctx->mmap_size);
H A Dbinfmt_elf.c383 vm_munmap(map_addr+size, total_size-size);
/linux-master/lib/
H A Dtest_user_copy.c310 vm_munmap(user_addr, PAGE_SIZE * 2);
/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_mman.c968 vm_munmap(addr, obj->base.size);
1162 vm_munmap(addr, obj->base.size);
1500 vm_munmap(addr, obj->base.size);
1646 vm_munmap(addr, obj->base.size);
1800 vm_munmap(addr, obj->base.size);
/linux-master/mm/
H A Dnommu.c1488 int vm_munmap(unsigned long addr, size_t len) function
1498 EXPORT_SYMBOL(vm_munmap); variable
1502 return vm_munmap(addr, len);
H A Dmmap.c2980 int vm_munmap(unsigned long start, size_t len) function
2984 EXPORT_SYMBOL(vm_munmap); variable
/linux-master/arch/sparc/kernel/
H A Dsys_sparc_64.c475 return vm_munmap(addr, len);
/linux-master/include/linux/
H A Dmm.h3421 extern int vm_munmap(unsigned long, size_t);
/linux-master/arch/x86/kvm/
H A Dx86.c12688 vm_munmap(hva, old_npages * PAGE_SIZE);

Completed in 431 milliseconds