Searched refs:is_pte_marker_entry (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dswapops.h438 static inline bool is_pte_marker_entry(swp_entry_t entry) function
450 return is_swap_pte(pte) && is_pte_marker_entry(pte_to_swp_entry(pte));
465 return is_pte_marker_entry(entry) &&
H A Duserfaultfd_k.h400 return is_pte_marker_entry(entry) &&
/linux-master/mm/
H A Dmprotect.c233 } else if (is_pte_marker_entry(entry)) {
H A Dmemory.c874 } else if (is_pte_marker_entry(entry)) {
3984 } else if (is_pte_marker_entry(entry)) {

Completed in 173 milliseconds