Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dleafops.h256 static inline bool softleaf_is_device_private_write(softleaf_t entry) in softleaf_is_device_private_write() function
/linux/mm/
H A Dpage_table_check.c184 return softleaf_is_device_private_write(entry) || in softleaf_cached_writable()
H A Dhmm.c271 if (softleaf_is_device_private_write(entry)) in hmm_vma_handle_pte()
354 if (softleaf_is_device_private_write(entry)) in hmm_vma_handle_absent_pmd()
H A Dmigrate_device.c184 if (softleaf_is_device_private_write(entry)) in migrate_vma_collect_huge_pmd()
333 if (softleaf_is_device_private_write(entry)) in migrate_vma_collect_pmd()
H A Dmprotect.c338 } else if (softleaf_is_device_private_write(entry)) { in change_pte_range()
H A Dhuge_memory.c1815 if (softleaf_is_device_private_write(entry)) { in copy_huge_non_present_pmd()
2533 } else if (softleaf_is_device_private_write(entry)) { in change_non_present_huge_pmd()
3076 write = softleaf_is_device_private_write(entry); in __split_huge_pmd_locked()
H A Drmap.c2461 writable = softleaf_is_device_private_write(entry); in try_to_migrate_one()
H A Dmemory.c1000 if (softleaf_is_device_private_write(entry) && in copy_nonpresent_pte()