Searched refs:remap_file_pages (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/Documentation/vm/ |
D | remap_file_pages.txt | 1 The remap_file_pages() system call is used to create a nonlinear mapping, 3 nonsequential order in memory. The advantage of using remap_file_pages() 15 Fortunately, there are not many users of remap_file_pages() in the wild. 23 work slower for rare users of remap_file_pages() but ABI is preserved.
|
/linux-4.4.14/arch/parisc/kernel/ |
D | syscall_table.S | 325 ENTRY_SAME(remap_file_pages)
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 246 SYSCALL_SPU(remap_file_pages)
|
/linux-4.4.14/arch/s390/kernel/ |
D | compat_wrapper.c | 140 COMPAT_SYSCALL_WRAP5(remap_file_pages, unsigned long, start, unsigned long, size, unsigned long, pr…
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 225 216 common remap_file_pages sys_remap_file_pages
|
D | syscall_32.tbl | 266 257 i386 remap_file_pages sys_remap_file_pages
|
/linux-4.4.14/mm/ |
D | mmap.c | 2639 SYSCALL_DEFINE5(remap_file_pages, unsigned long, start, unsigned long, size, in SYSCALL_DEFINE5() argument
|