/openbmc/linux/tools/testing/selftests/mincore/ |
H A D | mincore_selftest.c | 40 retval = mincore(0, 0, vec); in TEST() 45 retval = mincore(NULL, page_size, vec); in TEST() 58 retval = mincore(addr + 1, page_size, vec); in TEST() 64 retval = mincore(addr, -1, vec); in TEST() 70 retval = mincore(addr, page_size, NULL); in TEST() 99 retval = mincore(addr, page_size, vec); in TEST() 108 retval = mincore(addr, page_size, vec); in TEST() 120 retval = mincore(addr, page_size, vec); in TEST() 158 retval = mincore(addr, page_size, vec); in TEST() 166 retval = mincore(addr, page_size, vec); in TEST() [all …]
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | process.c | 231 ret = mincore(addr, UM_KERN_PAGE_SIZE, vec); in os_page_mincore() 254 ret = mincore(addr, UM_KERN_PAGE_SIZE, vec); in os_mincore()
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/ |
H A D | 0005-Replace-off64_t-stat64-with-off_t-stat.patch | 26 io/mincore.c | 2 +- 242 diff --git a/io/mincore.c b/io/mincore.c 244 --- a/io/mincore.c 245 +++ b/io/mincore.c
|
/openbmc/linux/mm/ |
H A D | mincore.c | 232 SYSCALL_DEFINE3(mincore, unsigned long, start, size_t, len, in SYSCALL_DEFINE3() argument
|
H A D | Makefile | 39 mmu-$(CONFIG_MMU) := highmem.o memory.o mincore.o \
|
/openbmc/qemu/linux-user/mips/ |
H A D | syscall-args-o32.c.inc | 218 [ 217] = 3, /* mincore */
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | pagemap.rst | 209 the help of lseek and/or mincore system calls. 216 mincore() can differentiate between pages in memory (present, including swap
|
/openbmc/linux/tools/testing/selftests/ |
H A D | Makefile | 48 TARGETS += mincore
|
/openbmc/linux/kernel/ |
H A D | sys_ni.c | 183 COND_SYSCALL(mincore);
|
/openbmc/qemu/bsd-user/ |
H A D | bsd-mem.h | 210 ret = get_errno(mincore(g2h_untagged(target_addr), len, p)); in do_bsd_mincore()
|
/openbmc/qemu/bsd-user/netbsd/ |
H A D | strace.list | 68 { TARGET_NETBSD_NR_mincore, "mincore", NULL, NULL, NULL },
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/build/ |
H A D | 0001-Riscv-Add-risc-v-Android-config-header.patch | 274 + * type for the third argument to mincore().
|
/openbmc/qemu/bsd-user/openbsd/ |
H A D | strace.list | 85 { TARGET_OPENBSD_NR_mincore, "mincore", NULL, NULL, NULL },
|
/openbmc/linux/tools/perf/arch/mips/entry/syscalls/ |
H A D | syscall_n64.tbl | 36 26 n64 mincore sys_mincore
|
/openbmc/qemu/linux-user/mips64/ |
H A D | syscall_n64.tbl | 36 26 n64 mincore sys_mincore
|
H A D | syscall_n32.tbl | 36 26 n32 mincore sys_mincore
|
/openbmc/linux/arch/ia64/kernel/syscalls/ |
H A D | syscall.tbl | 196 184 common mincore sys_mincore
|
/openbmc/linux/arch/mips/kernel/syscalls/ |
H A D | syscall_n64.tbl | 36 26 n64 mincore sys_mincore
|
H A D | syscall_n32.tbl | 36 26 n32 mincore sys_mincore
|
/openbmc/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 38 27 common mincore sys_mincore
|
/openbmc/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 38 27 common mincore sys_mincore
|
/openbmc/linux/arch/xtensa/kernel/syscalls/ |
H A D | syscall.tbl | 102 90 common mincore sys_mincore
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | syscall.tbl | 102 90 common mincore sys_mincore
|
/openbmc/qemu/linux-user/riscv/ |
H A D | syscall.tbl | 278 232 common mincore sys_mincore
|
/openbmc/qemu/linux-user/loongarch64/ |
H A D | syscall.tbl | 278 232 common mincore sys_mincore
|