Home
last modified time | relevance | path

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

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