Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dswapops.h178 static inline bool is_device_private_entry(swp_entry_t entry) in is_device_private_entry() function
220 static inline bool is_device_private_entry(swp_entry_t entry) in is_device_private_entry() function
511 return is_migration_entry(entry) || is_device_private_entry(entry) || in is_pfn_swap_entry()
/openbmc/linux/mm/
H A Dpage_vma_mapped.c64 if (!is_device_private_entry(entry) && in map_pte()
117 if (!is_device_private_entry(entry) && in check_pte()
H A 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()
H A Dmigrate_device.c131 if (!is_device_private_entry(entry)) in migrate_vma_collect_pmd()
H A Dmemory.c815 } else if (is_device_private_entry(entry)) { in copy_nonpresent_pte()
1469 if (is_device_private_entry(entry) || in zap_pte_range()
1482 if (is_device_private_entry(entry)) in zap_pte_range()
3764 } else if (is_device_private_entry(entry)) { in do_swap_page()
H A Dmemcontrol.c5725 if (is_device_private_entry(ent)) { in mc_handle_swap_pte()