Searched defs:__swp_entry (Results 26 - 31 of 31) sorted by relevance

12

/linux-master/arch/parisc/include/asm/
H A Dpgtable.h427 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h829 #define __swp_entry(type, offset) ((swp_entry_t) \ macro
/linux-master/arch/sparc/include/asm/
H A Dpgtable_64.h1020 #define __swp_entry(type, offset) \ macro
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h1358 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << __SWP_TYPE_SHIFT) | ((offset) << __SWP_OFFSET_SHIFT) }) macro
/linux-master/arch/s390/include/asm/
H A Dpgtable.h1870 static inline swp_entry_t __swp_entry(unsigned long type, unsigned long offset) function
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h663 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro

Completed in 165 milliseconds

12