Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/vm/
Duserfaultfd.txt14 Userfaults are delivered and resolved through the userfaultfd syscall.
16 The userfaultfd (aside from registering and unregistering virtual
23 registered in the userfaultfd that allows userland to efficiently
30 userfaultfd runtime load never takes the mmap_sem for writing).
36 The userfaultfd once opened by invoking the syscall, can also be
40 (well of course unless they later try to use the userfaultfd
46 When first opened the userfaultfd must be enabled invoking the
57 Once the userfaultfd has been enabled the UFFDIO_REGISTER ioctl should
59 register a memory range in the userfaultfd by setting the
72 memory from the userfaultfd registered range). This means a userfault
[all …]
/linux-4.4.14/tools/testing/selftests/vm/
DMakefile12 BINARIES += userfaultfd
17 userfaultfd: userfaultfd.c ../../../../usr/include/linux/kernel.h target
Drun_vmtests98 ./userfaultfd 128 32
/linux-4.4.14/mm/
DMakefile81 obj-$(CONFIG_USERFAULTFD) += userfaultfd.o
/linux-4.4.14/fs/
DMakefile30 obj-$(CONFIG_USERFAULTFD) += userfaultfd.o
Duserfaultfd.c1304 SYSCALL_DEFINE1(userfaultfd, int, flags) in SYSCALL_DEFINE1() argument
/linux-4.4.14/arch/parisc/kernel/
Dsyscall_table.S442 ENTRY_SAME(userfaultfd)
/linux-4.4.14/arch/powerpc/include/asm/
Dsystbl.h371 SYSCALL_SPU(userfaultfd)
/linux-4.4.14/arch/x86/entry/syscalls/
Dsyscall_64.tbl332 323 common userfaultfd sys_userfaultfd
Dsyscall_32.tbl383 374 i386 userfaultfd sys_userfaultfd
/linux-4.4.14/include/uapi/linux/
DKbuild463 header-y += userfaultfd.h
/linux-4.4.14/Documentation/ioctl/
Dioctl-number.txt310 0xAA 00-3F linux/uapi/linux/userfaultfd.h
/linux-4.4.14/init/
DKconfig1589 bool "Enable userfaultfd() system call"
1593 Enable the userfaultfd() system call that allows to intercept and