Home
last modified time | relevance | path

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

/linux/include/linux/
A Dswapops.h77 swp_entry_t arch_entry; in pte_to_swp_entry() local
80 arch_entry = __pte_to_swp_entry(pte); in pte_to_swp_entry()
81 return swp_entry(__swp_type(arch_entry), __swp_offset(arch_entry)); in pte_to_swp_entry()
90 swp_entry_t arch_entry; in swp_entry_to_pte() local
92 arch_entry = __swp_entry(swp_type(entry), swp_offset(entry)); in swp_entry_to_pte()
93 return __swp_entry_to_pte(arch_entry); in swp_entry_to_pte()
287 swp_entry_t arch_entry; in pmd_to_swp_entry() local
293 arch_entry = __pmd_to_swp_entry(pmd); in pmd_to_swp_entry()
294 return swp_entry(__swp_type(arch_entry), __swp_offset(arch_entry)); in pmd_to_swp_entry()
299 swp_entry_t arch_entry; in swp_entry_to_pmd() local
[all …]

Completed in 4 milliseconds