Home
last modified time | relevance | path

Searched refs:is_device_private_entry (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/include/linux/
Dswapops.h112 static inline bool is_device_private_entry(swp_entry_t entry) in is_device_private_entry() function
153 static inline bool is_device_private_entry(swp_entry_t entry) in is_device_private_entry() function
Dswap.h505 #define free_swap_and_cache(e) ({(is_migration_entry(e) || is_device_private_entry(e));})
506 #define swapcache_prepare(e) ({(is_migration_entry(e) || is_device_private_entry(e));})
/Linux-v4.19/mm/
Dpage_vma_mapped.c78 if (!is_device_private_entry(entry)) in check_pte()
Dhmm.c525 if (is_device_private_entry(entry)) { in hmm_vma_handle_pte()
Dmemory.c988 } else if (is_device_private_entry(entry)) { in copy_one_pte()
1350 if (non_swap_entry(entry) && is_device_private_entry(entry)) { in zap_pte_range()
2919 } else if (is_device_private_entry(entry)) { in do_swap_page()
Dmigrate.c2218 if (!is_device_private_entry(entry)) in migrate_vma_collect_pmd()
Dmemcontrol.c4704 if (is_device_private_entry(ent)) { in mc_handle_swap_pte()
/Linux-v4.19/fs/proc/
Dtask_mmu.c515 else if (is_device_private_entry(swpent)) in smaps_pte_entry()
687 else if (is_device_private_entry(swpent)) in smaps_hugetlb_range()
1263 if (is_device_private_entry(entry)) in pte_to_pagemap_entry()