Home
last modified time | relevance | path

Searched refs:uffd_flags_set_mode (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/mm/
Duserfaultfd.c741 uffd_flags_set_mode(flags, MFILL_ATOMIC_COPY)); in mfill_atomic_copy()
748 uffd_flags_set_mode(0, MFILL_ATOMIC_ZEROPAGE)); in mfill_atomic_zeropage()
756 uffd_flags_set_mode(flags, MFILL_ATOMIC_CONTINUE)); in mfill_atomic_continue()
764 uffd_flags_set_mode(flags, MFILL_ATOMIC_POISON)); in mfill_atomic_poison()
/linux-6.6.21/include/linux/
Duserfaultfd_k.h63 static inline uffd_flags_t uffd_flags_set_mode(uffd_flags_t flags, enum mfill_atomic_mode mode) in uffd_flags_set_mode() function