Searched refs:arch_entry (Results 1 – 2 of 2) sorted by relevance
28 swp_entry_t arch_entry; in __pte_to_rste() local74 arch_entry = __pte_to_swp_entry(pte); in __pte_to_rste()75 rste = mk_swap_rste(__swp_type(arch_entry), __swp_offset(arch_entry)); in __pte_to_rste()83 swp_entry_t arch_entry; in __rste_to_pte() local131 arch_entry = __rste_to_swp_entry(rste); in __rste_to_pte()132 pte = mk_swap_pte(__swp_type_rste(arch_entry), __swp_offset_rste(arch_entry)); in __rste_to_pte()
2011 swp_entry_t arch_entry; in __pmd_to_swp_entry() local2014 arch_entry = __rste_to_swp_entry(pmd_val(pmd)); in __pmd_to_swp_entry()2015 pte = mk_swap_pte(__swp_type_rste(arch_entry), __swp_offset_rste(arch_entry)); in __pmd_to_swp_entry()2019 static inline pmd_t __swp_entry_to_pmd(swp_entry_t arch_entry) in __swp_entry_to_pmd() argument2023 pmd = __pmd(mk_swap_rste(__swp_type(arch_entry), __swp_offset(arch_entry))); in __swp_entry_to_pmd()
Completed in 10 milliseconds