Searched refs:is_pte_marker_entry (Results 1 – 2 of 2) sorted by relevance
429 static inline bool is_pte_marker_entry(swp_entry_t entry) in is_pte_marker_entry() function441 return is_swap_pte(pte) && is_pte_marker_entry(pte_to_swp_entry(pte)); in is_pte_marker()456 return is_pte_marker_entry(entry) && in is_poisoned_swp_entry()468 return is_pte_marker_entry(entry) && in is_guard_swp_entry()
440 return is_pte_marker_entry(entry) && in pte_marker_entry_uffd_wp()
Completed in 7 milliseconds