Home
last modified time | relevance | path

Searched refs:userfaultfd_ctx (Results 1 – 4 of 4) sorted by relevance

/linux/fs/
H A Duserfaultfd.c55 struct userfaultfd_ctx *orig;
56 struct userfaultfd_ctx *new;
61 struct userfaultfd_ctx *ctx;
70 struct userfaultfd_ctx *ctx;
382 struct userfaultfd_ctx *ctx; in handle_userfault()
734 struct userfaultfd_ctx *ctx; in mremap_userfaultfd_prep()
784 struct userfaultfd_ctx *ctx; in userfaultfd_remove()
955 struct userfaultfd_ctx *ctx) in find_userfault()
961 struct userfaultfd_ctx *ctx) in find_userfault_evt()
2188 struct userfaultfd_ctx *ctx = (struct userfaultfd_ctx *) mem; in init_once_userfaultfd_ctx()
[all …]
/linux/include/linux/
H A Duserfaultfd_k.h53 struct userfaultfd_ctx { struct
123 extern ssize_t mfill_atomic_copy(struct userfaultfd_ctx *ctx, unsigned long dst_start,
126 extern ssize_t mfill_atomic_zeropage(struct userfaultfd_ctx *ctx,
129 extern ssize_t mfill_atomic_continue(struct userfaultfd_ctx *ctx, unsigned long dst_start,
131 extern ssize_t mfill_atomic_poison(struct userfaultfd_ctx *ctx, unsigned long start,
133 extern int mwriteprotect_range(struct userfaultfd_ctx *ctx, unsigned long start,
141 ssize_t move_pages(struct userfaultfd_ctx *ctx, unsigned long dst_start,
H A Dmm_types.h567 struct userfaultfd_ctx *ctx;
/linux/mm/
H A Duserfaultfd.c495 struct userfaultfd_ctx *ctx, in mfill_atomic_hugetlb()
651 extern ssize_t mfill_atomic_hugetlb(struct userfaultfd_ctx *ctx,
703 static __always_inline ssize_t mfill_atomic(struct userfaultfd_ctx *ctx, in mfill_atomic()
864 ssize_t mfill_atomic_copy(struct userfaultfd_ctx *ctx, unsigned long dst_start, in mfill_atomic_copy()
872 ssize_t mfill_atomic_zeropage(struct userfaultfd_ctx *ctx, in mfill_atomic_zeropage()
880 ssize_t mfill_atomic_continue(struct userfaultfd_ctx *ctx, unsigned long start, in mfill_atomic_continue()
896 ssize_t mfill_atomic_poison(struct userfaultfd_ctx *ctx, unsigned long start, in mfill_atomic_poison()
932 int mwriteprotect_range(struct userfaultfd_ctx *ctx, unsigned long start, in mwriteprotect_range()
1367 static int validate_move_areas(struct userfaultfd_ctx *ctx, in validate_move_areas()
1598 ssize_t move_pages(struct userfaultfd_ctx *ctx, unsigned long dst_start, in move_pages()