Lines Matching full:swapped
41 | pte_swp_soft_dirty | Tests a soft dirty swapped PTE |
63 | pte_swp_mksoft_dirty | Creates a soft dirty swapped PTE |
65 | pte_swp_clear_soft_dirty | Clears a soft dirty swapped PTE |
111 | pmd_swp_soft_dirty | Tests a soft dirty swapped PMD |
133 | pmd_swp_mksoft_dirty | Creates a soft dirty swapped PMD |
135 | pmd_swp_clear_soft_dirty | Clears a soft dirty swapped PMD |
241 | __pte_to_swp_entry | Creates a swapped entry (arch) from a mapped PTE |
243 | __swp_to_pte_entry | Creates a mapped PTE from a swapped entry (arch) |
245 | __pmd_to_swp_entry | Creates a swapped entry (arch) from a mapped PMD |
247 | __swp_to_pmd_entry | Creates a mapped PMD from a swapped entry (arch) |
249 | is_migration_entry | Tests a migration (read or write) swapped entry |
251 | is_write_migration_entry | Tests a write migration swapped entry |
253 | make_migration_entry_read | Converts into read migration swapped entry |
255 | make_migration_entry | Creates a migration swapped entry (read or write)|