Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dswapops.h132 static inline bool is_device_private_entry(swp_entry_t entry) in is_device_private_entry() function
174 static inline bool is_device_private_entry(swp_entry_t entry) in is_device_private_entry() function
390 return is_migration_entry(entry) || is_device_private_entry(entry) || in is_pfn_swap_entry()
/linux-5.19.10/mm/
Dpage_vma_mapped.c44 if (!is_device_private_entry(entry) && in map_pte()
95 if (!is_device_private_entry(entry) && in check_pte()
Dhmm.c250 if (is_device_private_entry(entry) && in hmm_vma_handle_pte()
270 if (is_device_private_entry(entry)) in hmm_vma_handle_pte()
Dmigrate_device.c137 if (!is_device_private_entry(entry)) in migrate_vma_collect_pmd()
Dmemory.c825 } else if (is_device_private_entry(entry)) { in copy_nonpresent_pte()
1458 if (is_device_private_entry(entry) || in zap_pte_range()
1471 if (is_device_private_entry(entry)) in zap_pte_range()
3734 } else if (is_device_private_entry(entry)) { in do_swap_page()
Dmemcontrol.c5488 if (is_device_private_entry(ent)) { in mc_handle_swap_pte()