Searched refs:mremap (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/Documentation/vm/ |
D | overcommit-accounting | 38 The C language stack growth does an implicit mremap. If you want absolute 69 o We account mremap changes in size
|
D | transhuge.txt | 328 Example to make mremap.c transparent hugepage aware with a one liner 331 diff --git a/mm/mremap.c b/mm/mremap.c 332 --- a/mm/mremap.c 333 +++ b/mm/mremap.c
|
D | userfaultfd.txt | 28 management of mremap/mprotect is that the userfaults in all their
|
/linux-4.4.14/mm/ |
D | mremap.c | 280 } else if (vma->vm_ops && vma->vm_ops->mremap) { in move_vma() 281 err = vma->vm_ops->mremap(new_vma); in move_vma() 471 SYSCALL_DEFINE5(mremap, unsigned long, addr, unsigned long, old_len, in SYSCALL_DEFINE5() argument
|
D | Makefile | 10 mlock.o mmap.o mprotect.o mremap.o msync.o rmap.o \
|
D | nommu.c | 1763 SYSCALL_DEFINE5(mremap, unsigned long, addr, unsigned long, old_len, in SYSCALL_DEFINE5() argument
|
/linux-4.4.14/arch/parisc/kernel/ |
D | syscall_table.S | 252 ENTRY_SAME(mremap)
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 170 SYSCALL_SPU(mremap)
|
/linux-4.4.14/Documentation/ |
D | nommu-mmap.txt | 187 The mremap() function is partially supported. It may change the size of a 198 The mremap() function must be given an exact match for base address and size of
|
/linux-4.4.14/arch/s390/kernel/ |
D | compat_wrapper.c | 104 COMPAT_SYSCALL_WRAP5(mremap, unsigned long, addr, unsigned long, old_len, unsigned long, new_len, u…
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 34 25 common mremap sys_mremap
|
D | syscall_32.tbl | 172 163 i386 mremap sys_mremap
|
/linux-4.4.14/fs/ |
D | aio.c | 340 .mremap = aio_ring_mremap,
|
/linux-4.4.14/include/linux/ |
D | mm.h | 255 int (*mremap)(struct vm_area_struct * area); member
|
/linux-4.4.14/Documentation/filesystems/ |
D | vfs.txt | 816 int (*mremap)(struct file *, struct vm_area_struct *);
|