Searched refs:UFFDIO_CONTINUE (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | userfaultfd.h | 96 #define UFFDIO_CONTINUE _IOWR(UFFDIO, _UFFDIO_CONTINUE, \ macro
|
/openbmc/qemu/linux-headers/linux/ |
H A D | userfaultfd.h | 102 #define UFFDIO_CONTINUE _IOWR(UFFDIO, _UFFDIO_CONTINUE, \ macro
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | uffd-common.c | 392 if (ioctl(ufd, UFFDIO_CONTINUE, &req)) in continue_range() 402 ret = ioctl(ufd, UFFDIO_CONTINUE, &req); in continue_range()
|
/openbmc/linux/tools/testing/selftests/kvm/ |
H A D | demand_paging_test.c | 91 r = ioctl(uffd, UFFDIO_CONTINUE, &cont); in handle_uffd_page_request()
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | userfaultfd.rst | 147 - ``UFFDIO_CONTINUE`` maps an existing, previously-populated page. 170 faulting thread continue with ``UFFDIO_CONTINUE``. 241 resolving missing / minor faults with ``UFFDIO_COPY`` or ``UFFDIO_CONTINUE``
|
/openbmc/linux/fs/ |
H A D | userfaultfd.c | 2128 case UFFDIO_CONTINUE: in userfaultfd_ioctl()
|