Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dswapops.h135 swp_entry_t arch_entry; in pte_to_swp_entry() local
138 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() local
150 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() local
550 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 …]
/linux-6.15/arch/s390/mm/
H A Dhugetlbpage.c28 swp_entry_t arch_entry; in __pte_to_rste() local
74 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() local
131 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()