Home
last modified time | relevance | path

Searched refs:userfaultfd (Results 1 – 20 of 20) sorted by relevance

/Linux-v4.19/Documentation/admin-guide/mm/
Duserfaultfd.rst20 Userfaults are delivered and resolved through the userfaultfd syscall.
22 The userfaultfd (aside from registering and unregistering virtual
29 registered in the userfaultfd that allows userland to efficiently
36 userfaultfd runtime load never takes the mmap_sem for writing).
42 The userfaultfd once opened by invoking the syscall, can also be
46 (well of course unless they later try to use the userfaultfd
53 When first opened the userfaultfd must be enabled invoking the
65 defines what memory types are supported by the userfaultfd and what
68 If the kernel supports registering userfaultfd ranges on hugetlbfs
71 set if the kernel supports registering userfaultfd ranges on shared
[all …]
Dindex.rst36 userfaultfd
/Linux-v4.19/tools/testing/selftests/vm/
Drun_vmtests110 ./userfaultfd anon 128 32
123 ./userfaultfd hugetlb $half_ufd_size_MB 32 $mnt/ufd_test_file
135 ./userfaultfd shmem 128 32
DMakefile21 TEST_GEN_FILES += userfaultfd
29 $(OUTPUT)/userfaultfd: LDLIBS += -lpthread
D.gitignore10 userfaultfd
/Linux-v4.19/mm/
DMakefile100 obj-$(CONFIG_USERFAULTFD) += userfaultfd.o
/Linux-v4.19/fs/
DMakefile31 obj-$(CONFIG_USERFAULTFD) += userfaultfd.o
Duserfaultfd.c1896 SYSCALL_DEFINE1(userfaultfd, int, flags) in SYSCALL_DEFINE1() argument
/Linux-v4.19/kernel/
Dsys_ni.c325 COND_SYSCALL(userfaultfd);
/Linux-v4.19/arch/powerpc/include/asm/
Dsystbl.h372 SYSCALL_SPU(userfaultfd)
/Linux-v4.19/arch/parisc/kernel/
Dsyscall_table.S442 ENTRY_SAME(userfaultfd)
/Linux-v4.19/arch/x86/entry/syscalls/
Dsyscall_64.tbl334 323 common userfaultfd __x64_sys_userfaultfd
Dsyscall_32.tbl388 374 i386 userfaultfd sys_userfaultfd __ia32_sys_userfaultfd
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl334 323 common userfaultfd __x64_sys_userfaultfd
/Linux-v4.19/arch/arm/tools/
Dsyscall.tbl405 388 common userfaultfd sys_userfaultfd
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl365 355 common userfaultfd sys_userfaultfd sys_userfaultfd
/Linux-v4.19/arch/s390/kernel/syscalls/
Dsyscall.tbl365 355 common userfaultfd sys_userfaultfd sys_userfaultfd
/Linux-v4.19/Documentation/ioctl/
Dioctl-number.txt313 0xAA 00-3F linux/uapi/linux/userfaultfd.h
/Linux-v4.19/Documentation/vm/
Dhugetlbfs_reserv.rst548 There is some code (most notably userfaultfd) which can not call
/Linux-v4.19/init/
DKconfig1469 bool "Enable userfaultfd() system call"
1473 Enable the userfaultfd() system call that allows to intercept and