Searched refs:swpent (Results 1 – 1 of 1) sorted by relevance
808 swp_entry_t swpent = pte_to_swp_entry(ptent); in smaps_pte_entry() local810 if (!non_swap_entry(swpent)) { in smaps_pte_entry()814 mapcount = swp_swapcount(swpent); in smaps_pte_entry()823 } else if (is_pfn_swap_entry(swpent)) { in smaps_pte_entry()824 if (is_device_private_entry(swpent)) in smaps_pte_entry()826 page = pfn_swap_entry_to_page(swpent); in smaps_pte_entry()1018 swp_entry_t swpent = pte_to_swp_entry(ptent); in smaps_hugetlb_range() local1020 if (is_pfn_swap_entry(swpent)) in smaps_hugetlb_range()1021 folio = pfn_swap_entry_folio(swpent); in smaps_hugetlb_range()