Home
last modified time | relevance | path

Searched refs:is_pte_marker_entry (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/include/linux/
Dswapops.h303 static inline bool is_pte_marker_entry(swp_entry_t entry) in is_pte_marker_entry() function
315 return is_swap_pte(pte) && is_pte_marker_entry(pte_to_swp_entry(pte)); in is_pte_marker()
327 static inline bool is_pte_marker_entry(swp_entry_t entry) in is_pte_marker_entry() function
Duserfaultfd_k.h283 return is_pte_marker_entry(entry) && in pte_marker_entry_uffd_wp()
/linux-5.19.10/mm/
Dmemory.c869 } else if (is_pte_marker_entry(entry)) { in copy_nonpresent_pte()
3741 } else if (is_pte_marker_entry(entry)) { in do_swap_page()