Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dpage_vma_mapped.c44 if (!is_device_private_entry(entry)) in map_pte()
104 if (!is_device_private_entry(entry)) in check_pte()
H A Dhmm.c216 return is_device_private_entry(entry) && in hmm_is_device_private_entry()
H A Dmemory.c778 } else if (is_device_private_entry(entry)) { in copy_nonpresent_pte()
1339 if (is_device_private_entry(entry)) { in zap_pte_range()
3635 } else if (is_device_private_entry(entry)) { in do_swap_page()
H A Dmigrate.c2373 if (!is_device_private_entry(entry)) in migrate_vma_collect_pmd()
H A Dmemcontrol.c5627 if (is_device_private_entry(ent)) { in mc_handle_swap_pte()
/OK3568_Linux_fs/kernel/include/linux/
H A Dswapops.h116 static inline bool is_device_private_entry(swp_entry_t entry) in is_device_private_entry() function
151 static inline bool is_device_private_entry(swp_entry_t entry) in is_device_private_entry() function
H A Dswap.h536 #define free_swap_and_cache(e) ({(is_migration_entry(e) || is_device_private_entry(e));})
537 #define swapcache_prepare(e) ({(is_migration_entry(e) || is_device_private_entry(e));})
/OK3568_Linux_fs/kernel/fs/proc/
H A Dtask_mmu.c588 } else if (is_device_private_entry(swpent)) in smaps_pte_entry()
773 else if (is_device_private_entry(swpent)) in smaps_hugetlb_range()
1477 if (is_device_private_entry(entry)) in pte_to_pagemap_entry()