Searched refs:mincore (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/arch/um/os-Linux/ |
D | process.c | 225 ret = mincore(addr, UM_KERN_PAGE_SIZE, vec); in os_page_mincore() 248 ret = mincore(addr, UM_KERN_PAGE_SIZE, vec); in os_mincore()
|
/linux-4.1.27/mm/ |
D | Makefile | 9 mmu-$(CONFIG_MMU) := gup.o highmem.o memory.o mincore.o \
|
D | mincore.c | 220 SYSCALL_DEFINE3(mincore, unsigned long, start, size_t, len, in SYSCALL_DEFINE3() argument
|
/linux-4.1.27/arch/parisc/kernel/ |
D | syscall_table.S | 144 ENTRY_SAME(mincore)
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | systbl.h | 213 SYSCALL_SPU(mincore)
|
/linux-4.1.27/arch/s390/kernel/ |
D | compat_wrapper.c | 149 COMPAT_SYSCALL_WRAP3(mincore, unsigned long, start, size_t, len, unsigned char __user *, vec);
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_64.tbl | 36 27 common mincore sys_mincore
|
D | syscall_32.tbl | 227 218 i386 mincore sys_mincore
|
/linux-4.1.27/tools/vm/ |
D | page-types.c | 872 if (mincore(ptr, len, vec)) in walk_file()
|