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

/linux-master/include/linux/
H A Dswapops.h135 swp_entry_t arch_entry; local
138 arch_entry = __pte_to_swp_entry(pte);
139 return swp_entry(__swp_type(arch_entry), __swp_offset(arch_entry));
148 swp_entry_t arch_entry; local
150 arch_entry = __swp_entry(swp_type(entry), swp_offset(entry));
151 return __swp_entry_to_pte(arch_entry);
541 swp_entry_t arch_entry;
547 arch_entry = __pmd_to_swp_entry(pmd);
548 return swp_entry(__swp_type(arch_entry), __swp_offse
[all...]

Completed in 122 milliseconds