Home
last modified time | relevance | path

Searched defs:__swp_entry (Results 26 – 34 of 34) sorted by relevance

12

/Linux-v5.10/arch/xtensa/include/asm/
Dpgtable.h370 #define __swp_entry(type,offs) \ macro
/Linux-v5.10/arch/nds32/include/asm/
Dpgtable.h358 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 2) | ((offset) << 9) }) macro
/Linux-v5.10/arch/powerpc/include/asm/book3s/32/
Dpgtable.h346 #define __swp_entry(type, offset) ((swp_entry_t) { (type) | ((offset) << 5) }) macro
/Linux-v5.10/arch/parisc/include/asm/
Dpgtable.h453 #define __swp_entry(type, offset) ((swp_entry_t) { (type) | \ macro
/Linux-v5.10/arch/ia64/include/asm/
Dpgtable.h454 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 1) | ((long) (offset) << 8) }) macro
/Linux-v5.10/arch/sparc/include/asm/
Dpgtable_64.h989 #define __swp_entry(type, offset) \ macro
/Linux-v5.10/arch/arm64/include/asm/
Dpgtable.h894 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << __SWP_TYPE_SHIFT) | ((offset) << __SWP… macro
/Linux-v5.10/arch/powerpc/include/asm/book3s/64/
Dpgtable.h739 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/Linux-v5.10/arch/s390/include/asm/
Dpgtable.h1695 static inline swp_entry_t __swp_entry(unsigned long type, unsigned long offset) in __swp_entry() function

12