Searched refs:userfaultfd (Results 1 – 25 of 77) sorted by relevance
1234
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | userfaultfd.rst | 18 Userspace creates a new userfaultfd, initializes it, and registers one or more 20 region(s) result in a message being delivered to the userfaultfd, notifying 23 The ``userfaultfd`` (aside from registering and unregistering virtual 30 registered in the ``userfaultfd`` that allows userland to efficiently 37 ``userfaultfd`` runtime load never takes the mmap_lock for writing). 42 The ``userfaultfd``, once created, can also be 46 (well of course unless they later try to use the ``userfaultfd`` 53 Creating a userfaultfd 56 There are two ways to create a new userfaultfd, each of which provide ways to 60 The first way, supported since userfaultfd was introduced, is the [all …]
|
H A D | index.rst | 43 userfaultfd
|
H A D | pagemap.rst | 23 Documentation/admin-guide/mm/userfaultfd.rst)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/ |
H A D | userfaultfd.patch | 10 tools/testing/selftests/vm/userfaultfd.c | 298 +++++++++++++++++++++++++++++++ 13 diff --git a/tools/testing/selftests/vm/userfaultfd.c b/tools/testing/selftests/vm/userfaultfd.c 15 --- a/tools/testing/selftests/vm/userfaultfd.c 16 +++ b/tools/testing/selftests/vm/userfaultfd.c
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/mm/ |
H A D | index.rst | 48 * userfaultfd
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | run_vmtests.sh | 33 - userfaultfd 34 tests for userfaultfd(2)
|
/openbmc/qemu/docs/devel/migration/ |
H A D | postcopy.rst | 280 The client needs to open a userfaultfd and register the areas 282 userfaultfd back to QEMU together with a mapping table that allows 284 RAMBlock/offsets. The client's userfaultfd is added to the postcopy 286 QEMU performs 'wake' operations on the client's userfaultfd to allow it
|
/openbmc/linux/Documentation/mm/ |
H A D | page_table_check.rst | 27 userfaultfd is the only user of such to sanity check wr-protect bit against
|
/openbmc/linux/fs/ |
H A D | Makefile | 29 obj-$(CONFIG_USERFAULTFD) += userfaultfd.o
|
/openbmc/qemu/linux-user/mips/ |
H A D | syscall-args-o32.c.inc | 358 [ 357] = 1, /* userfaultfd */
|
/openbmc/linux/Documentation/translations/zh_CN/mm/ |
H A D | hugetlbfs_reserv.rst | 403 有一些代码(最明显的是userfaultfd)不能调用restore_reserve_on_error。在这种情况下,
|
/openbmc/qemu/scripts/ |
H A D | update-linux-headers.sh | 202 psci.h psp-sev.h userfaultfd.h memfd.h mman.h nvme_ioctl.h \
|
/openbmc/linux/mm/ |
H A D | Makefile | 124 obj-$(CONFIG_USERFAULTFD) += userfaultfd.o
|
H A D | Kconfig | 1217 bool "Enable userfaultfd() system call" 1220 Enable the userfaultfd() system call that allows to intercept and 1226 Arch has userfaultfd write protection support 1231 Arch has userfaultfd minor fault support 1239 Allows to create marker PTEs for userfaultfd write protection 1240 purposes. It is required to enable userfaultfd write protection on
|
/openbmc/linux/Documentation/admin-guide/sysctl/ |
H A D | vm.rst | 918 userfaultfd system calls. Set this to 0 to restrict unprivileged users 920 SYS_CAP_PTRACE must pass UFFD_USER_MODE_ONLY in order for userfaultfd to 921 succeed. Prohibiting use of userfaultfd for handling faults from kernel 924 Set this to 1 to allow unprivileged users to use the userfaultfd system 929 Another way to control permissions for userfaultfd is to use 930 /dev/userfaultfd instead of userfaultfd(2). See 931 Documentation/admin-guide/mm/userfaultfd.rst.
|
/openbmc/linux/kernel/ |
H A D | sys_ni.c | 253 COND_SYSCALL(userfaultfd);
|
/openbmc/qemu/util/ |
H A D | meson.build | 76 util_ss.add(files('userfaultfd.c'))
|
H A D | trace-events | 100 #userfaultfd.c
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/ |
H A D | kernel-selftest.bb | 11 file://userfaultfd.patch \
|
/openbmc/linux/Documentation/arch/arm64/ |
H A D | tagged-address-abi.rst | 60 ``userfaultfd()``, as fault addresses subsequently obtained by reading
|
/openbmc/linux/tools/perf/arch/mips/entry/syscalls/ |
H A D | syscall_n64.tbl | 328 317 n64 userfaultfd sys_userfaultfd
|
/openbmc/qemu/linux-user/mips64/ |
H A D | syscall_n64.tbl | 328 317 n64 userfaultfd sys_userfaultfd
|
/openbmc/linux/arch/ia64/kernel/syscalls/ |
H A D | syscall.tbl | 331 319 common userfaultfd sys_userfaultfd
|
/openbmc/linux/arch/mips/kernel/syscalls/ |
H A D | syscall_n64.tbl | 328 317 n64 userfaultfd sys_userfaultfd
|
/openbmc/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 334 323 common userfaultfd sys_userfaultfd
|
1234