Home
last modified time | relevance | path

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

/mm/
Ddebug_vm_pgtable.c805 swp_entry_t swp; in pte_swap_tests() local
810 swp = __pte_to_swp_entry(pte); in pte_swap_tests()
811 pte = __swp_entry_to_pte(swp); in pte_swap_tests()
818 swp_entry_t swp; in pmd_swap_tests() local
826 swp = __pmd_to_swp_entry(pmd); in pmd_swap_tests()
827 pmd = __swp_entry_to_pmd(swp); in pmd_swap_tests()
837 swp_entry_t swp; in swap_migration_tests() local
861 swp = make_migration_entry(page, 1); in swap_migration_tests()
862 WARN_ON(!is_migration_entry(swp)); in swap_migration_tests()
863 WARN_ON(!is_write_migration_entry(swp)); in swap_migration_tests()
[all …]
Dswap_state.c431 swp_entry_t swp; in find_get_incore_page() local
442 swp = radix_to_swp_entry(page); in find_get_incore_page()
444 si = get_swap_device(swp); in find_get_incore_page()
447 page = find_get_page(swap_address_space(swp), swp_offset(swp)); in find_get_incore_page()
Dhugetlb.c3791 swp_entry_t swp; in is_hugetlb_entry_migration() local
3795 swp = pte_to_swp_entry(pte); in is_hugetlb_entry_migration()
3796 if (is_migration_entry(swp)) in is_hugetlb_entry_migration()
3804 swp_entry_t swp; in is_hugetlb_entry_hwpoisoned() local
3808 swp = pte_to_swp_entry(pte); in is_hugetlb_entry_hwpoisoned()
3809 if (is_hwpoison_entry(swp)) in is_hugetlb_entry_hwpoisoned()