Home
last modified time | relevance | path

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

/linux/include/linux/
A Dswapops.h120 static inline bool is_device_private_entry(swp_entry_t entry) in is_device_private_entry() function
162 static inline bool is_device_private_entry(swp_entry_t entry) in is_device_private_entry() function
270 return is_migration_entry(entry) || is_device_private_entry(entry) || in is_pfn_swap_entry()
/linux/mm/
A Dpage_vma_mapped.c44 if (!is_device_private_entry(entry) && in map_pte()
107 if (!is_device_private_entry(entry) && in check_pte()
A Dhmm.c218 return is_device_private_entry(entry) && in hmm_is_device_private_entry()
A Dmemory.c816 } else if (is_device_private_entry(entry)) { in copy_nonpresent_pte()
1369 if (is_device_private_entry(entry) || in zap_pte_range()
1378 if (is_device_private_entry(entry)) in zap_pte_range()
3493 } else if (is_device_private_entry(entry)) { in do_swap_page()
A Dmigrate.c2322 if (!is_device_private_entry(entry)) in migrate_vma_collect_pmd()
A Dmemcontrol.c5491 if (is_device_private_entry(ent)) { in mc_handle_swap_pte()

Completed in 33 milliseconds