Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dswapops.h424 static inline bool is_pte_marker_entry(swp_entry_t entry) in is_pte_marker_entry() function
436 return is_swap_pte(pte) && is_pte_marker_entry(pte_to_swp_entry(pte)); in is_pte_marker()
448 static inline bool is_pte_marker_entry(swp_entry_t entry) in is_pte_marker_entry() function
Duserfaultfd_k.h282 return is_pte_marker_entry(entry) && in pte_marker_entry_uffd_wp()
/Linux-v6.1/mm/
Dmemory.c877 } else if (is_pte_marker_entry(entry)) { in copy_nonpresent_pte()
3771 } else if (is_pte_marker_entry(entry)) { in do_swap_page()