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

/linux-master/arch/mips/include/asm/
H A Dpgtable-64.h338 static inline pte_t mk_swap_pte(unsigned long type, unsigned long offset) function
343 #define __swp_entry(type, offset) ((swp_entry_t) { pte_val(mk_swap_pte((type), (offset))) })
/linux-master/arch/alpha/include/asm/
H A Dpgtable.h328 extern inline pte_t mk_swap_pte(unsigned long type, unsigned long offset) function
333 #define __swp_entry(type, off) ((swp_entry_t) { pte_val(mk_swap_pte((type), (off))) })
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h281 static inline pte_t mk_swap_pte(unsigned long type, unsigned long offset) function
286 #define __swp_entry(type, offset) ((swp_entry_t) { pte_val(mk_swap_pte((type), (offset))) })
/linux-master/arch/s390/include/asm/
H A Dpgtable.h1831 static inline pte_t mk_swap_pte(unsigned long type, unsigned long offset) function
1853 return (swp_entry_t) { pte_val(mk_swap_pte(type, offset)) };

Completed in 149 milliseconds