Home
last modified time | relevance | path

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

/arch/s390/mm/
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()
/arch/s390/include/asm/
A Dpgtable.h2011 swp_entry_t arch_entry; in __pmd_to_swp_entry() local
2014 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() argument
2023 pmd = __pmd(mk_swap_rste(__swp_type(arch_entry), __swp_offset(arch_entry))); in __swp_entry_to_pmd()

Completed in 11 milliseconds