Home
last modified time | relevance | path

Searched refs:pte_to_swp_entry (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/include/linux/
Dswapops.h65 static inline swp_entry_t pte_to_swp_entry(pte_t pte) in pte_to_swp_entry() function
/linux-4.1.27/mm/
Dmincore.c141 swp_entry_t entry = pte_to_swp_entry(pte); in mincore_pte_range()
Dmprotect.c110 swp_entry_t entry = pte_to_swp_entry(oldpte); in change_pte_range()
Dmadvise.c160 entry = pte_to_swp_entry(pte); in swapin_walk_pmd_entry()
Dmigrate.c139 entry = pte_to_swp_entry(pte); in remove_migration_pte()
212 entry = pte_to_swp_entry(pte); in __migration_entry_wait()
Dhugetlb.c2638 swp = pte_to_swp_entry(pte); in is_hugetlb_entry_migration()
2651 swp = pte_to_swp_entry(pte); in is_hugetlb_entry_hwpoisoned()
2701 swp_entry_t swp_entry = pte_to_swp_entry(entry); in copy_hugetlb_page_range()
3526 swp_entry_t entry = pte_to_swp_entry(pte); in hugetlb_change_protection()
Dgup.c60 entry = pte_to_swp_entry(pte); in follow_page_pte()
Dmemory.c816 swp_entry_t entry = pte_to_swp_entry(pte); in copy_one_pte()
1141 entry = pte_to_swp_entry(ptent); in zap_pte_range()
2460 entry = pte_to_swp_entry(orig_pte); in do_swap_page()
Dswapfile.c2215 maxpages = swp_offset(pte_to_swp_entry( in read_swap_header()
Dmemcontrol.c4676 swp_entry_t ent = pte_to_swp_entry(ptent); in mc_handle_swap_pte()
/linux-4.1.27/fs/proc/
Dtask_mmu.c493 swp_entry_t swpent = pte_to_swp_entry(*pte); in smaps_pte_entry()
1062 entry = pte_to_swp_entry(pte); in pte_to_pagemap_entry()
/linux-4.1.27/arch/s390/mm/
Dpgtable.c650 gmap_zap_swap_entry(pte_to_swp_entry(pte), gmap->mm); in __gmap_zap()