Searched refs:arch_entry (Results 1 – 2 of 2) sorted by relevance
135 swp_entry_t arch_entry; in pte_to_swp_entry() local138 arch_entry = __pte_to_swp_entry(pte); in pte_to_swp_entry()139 return swp_entry(__swp_type(arch_entry), __swp_offset(arch_entry)); in pte_to_swp_entry()148 swp_entry_t arch_entry; in swp_entry_to_pte() local150 arch_entry = __swp_entry(swp_type(entry), swp_offset(entry)); in swp_entry_to_pte()151 return __swp_entry_to_pte(arch_entry); in swp_entry_to_pte()544 swp_entry_t arch_entry; in pmd_to_swp_entry() local550 arch_entry = __pmd_to_swp_entry(pmd); in pmd_to_swp_entry()551 return swp_entry(__swp_type(arch_entry), __swp_offset(arch_entry)); in pmd_to_swp_entry()556 swp_entry_t arch_entry; in swp_entry_to_pmd() local[all …]
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()