Lines Matching refs:swp
805 swp_entry_t swp;
810 swp = __pte_to_swp_entry(pte);
811 pte = __swp_entry_to_pte(swp);
818 swp_entry_t swp;
826 swp = __pmd_to_swp_entry(pmd);
827 pmd = __swp_entry_to_pmd(swp);
837 swp_entry_t swp;
861 swp = make_migration_entry(page, 1);
862 WARN_ON(!is_migration_entry(swp));
863 WARN_ON(!is_write_migration_entry(swp));
865 make_migration_entry_read(&swp);
866 WARN_ON(!is_migration_entry(swp));
867 WARN_ON(is_write_migration_entry(swp));
869 swp = make_migration_entry(page, 0);
870 WARN_ON(!is_migration_entry(swp));
871 WARN_ON(is_write_migration_entry(swp));