Home
last modified time | relevance | path

Searched refs:swp_pte (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/mm/
H A Drmap.c1684 pte_t swp_pte; in try_to_unmap_one() local
1769 swp_pte = swp_entry_to_pte(entry); in try_to_unmap_one()
1771 swp_pte = pte_swp_mkexclusive(swp_pte); in try_to_unmap_one()
1773 swp_pte = pte_swp_mksoft_dirty(swp_pte); in try_to_unmap_one()
1775 swp_pte = pte_swp_mkuffd_wp(swp_pte); in try_to_unmap_one()
1776 set_pte_at(mm, address, pvmw.pte, swp_pte); in try_to_unmap_one()
2022 pte_t swp_pte; in try_to_migrate_one() local
2081 pte_t swp_pte; try_to_migrate_one() local
2221 pte_t swp_pte; page_make_device_exclusive_one() local
[all...]
H A Dmigrate_device.c195 pte_t swp_pte; in migrate_vma_collect_pmd() local
235 swp_pte = swp_entry_to_pte(entry); in migrate_vma_collect_pmd()
238 swp_pte = pte_swp_mksoft_dirty(swp_pte); in migrate_vma_collect_pmd()
240 swp_pte = pte_swp_mkuffd_wp(swp_pte); in migrate_vma_collect_pmd()
243 swp_pte = pte_swp_mksoft_dirty(swp_pte); in migrate_vma_collect_pmd()
245 swp_pte = pte_swp_mkuffd_wp(swp_pte); in migrate_vma_collect_pmd()
[all...]
H A Dswapfile.c1743 static inline int pte_same_as_swp(pte_t pte, pte_t swp_pte) in pte_same_as_swp() argument
1745 return pte_same(pte_swp_clear_flags(pte), swp_pte); in pte_same_as_swp()
/kernel/linux/linux-5.10/mm/
H A Drmap.c1530 pte_t swp_pte; in try_to_unmap_one() local
1540 swp_pte = swp_entry_to_pte(entry); in try_to_unmap_one()
1547 swp_pte = pte_swp_mksoft_dirty(swp_pte); in try_to_unmap_one()
1549 swp_pte = pte_swp_mkuffd_wp(swp_pte); in try_to_unmap_one()
1550 set_pte_at(mm, pvmw.address, pvmw.pte, swp_pte); in try_to_unmap_one()
1624 pte_t swp_pte; in try_to_unmap_one() local
1640 swp_pte = swp_entry_to_pte(entry); in try_to_unmap_one()
1642 swp_pte in try_to_unmap_one()
1652 pte_t swp_pte; try_to_unmap_one() local
[all...]
H A Dmigrate.c2453 pte_t swp_pte; in migrate_vma_collect_pmd() local
2461 swp_pte = swp_entry_to_pte(entry); in migrate_vma_collect_pmd()
2464 swp_pte = pte_swp_mksoft_dirty(swp_pte); in migrate_vma_collect_pmd()
2466 swp_pte = pte_swp_mkuffd_wp(swp_pte); in migrate_vma_collect_pmd()
2469 swp_pte = pte_swp_mksoft_dirty(swp_pte); in migrate_vma_collect_pmd()
2471 swp_pte = pte_swp_mkuffd_wp(swp_pte); in migrate_vma_collect_pmd()
[all...]
H A Dswapfile.c1918 static inline int pte_same_as_swp(pte_t pte, pte_t swp_pte) in pte_same_as_swp() argument
1920 return pte_same(pte_swp_clear_flags(pte), swp_pte); in pte_same_as_swp()
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
H A Dpgtable.h409 #define __swp_type(swp_pte) (((swp_pte).val >> 1) & 0x1f)
411 #define __swp_offset(swp_pte) \
412 ((((swp_pte).val >> 6) & 0xf) | (((swp_pte).val >> 9) & 0x7ffff0))
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H A Dpgtable.h383 #define __swp_type(swp_pte) (((swp_pte).val >> 1) & 0x1f)
385 #define __swp_offset(swp_pte) \
386 ((((swp_pte).val >> 7) & 0x7) | (((swp_pte).val >> 10) & 0x3ffff8))

Completed in 29 milliseconds