Searched defs:swp (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dhugetlb.c2187 swp_entry_t swp; local
2191 swp = pte_to_swp_entry(pte);
2192 if (non_swap_entry(swp) && is_migration_entry(swp))
2200 swp_entry_t swp; local
2204 swp = pte_to_swp_entry(pte);
2205 if (non_swap_entry(swp) && is_hwpoison_entry(swp))

Completed in 60 milliseconds