Home
last modified time | relevance | path

Searched defs:uffdio_move (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/include/uapi/linux/
Duserfaultfd.h359 struct uffdio_move { struct
360 __u64 dst;
361 __u64 src;
362 __u64 len;
369 __u64 mode;
374 __s64 move;
/linux-6.14.4/tools/include/uapi/linux/
Duserfaultfd.h359 struct uffdio_move { struct
360 __u64 dst;
361 __u64 src;
362 __u64 len;
369 __u64 mode;
374 __s64 move;
/linux-6.14.4/tools/testing/selftests/mm/
Duffd-common.c639 struct uffdio_move uffdio_move; in move_page() local
/linux-6.14.4/fs/
Duserfaultfd.c1866 struct uffdio_move uffdio_move; in userfaultfd_move() local