/linux-6.6.21/arch/mips/include/asm/ |
D | pgtable-32.h | 213 #define __swp_entry(type, offset) ((swp_entry_t) { (((type) & 0x1f) << 10) | ((offset) << 15) }) macro 241 #define __swp_entry(type, offset) ((swp_entry_t) { (((type) & 0x1f) << 4) | ((offset) << 9) }) macro 270 #define __swp_entry(type, offset) ((swp_entry_t) { (((type) & 0x1f) << 2) | ((offset) << 7) }) macro 294 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 8) | ((offset) << 13) }) macro
|
D | pgtable-64.h | 343 #define __swp_entry(type, offset) ((swp_entry_t) { pte_val(mk_swap_pte((type), (offset))) }) macro
|
/linux-6.6.21/arch/csky/abiv2/inc/abi/ |
D | pgtable-bits.h | 48 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
|
/linux-6.6.21/arch/csky/abiv1/inc/abi/ |
D | pgtable-bits.h | 48 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
|
/linux-6.6.21/arch/arc/include/asm/ |
D | pgtable-bits-arcv2.h | 123 #define __swp_entry(type, off) ((swp_entry_t) \ macro
|
/linux-6.6.21/arch/x86/include/asm/ |
D | pgtable-2level.h | 105 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
|
D | pgtable-3level.h | 175 #define __swp_entry(type, offset) ((swp_entry_t){((type) & _SWP_TYPE_MASK) \ macro
|
D | pgtable_64.h | 234 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
|
/linux-6.6.21/arch/sh/include/asm/ |
D | pgtable_32.h | 456 #define __swp_entry(type, offset) ((swp_entry_t){ ((type) & 0x1f) | (offset) << 5}) macro 472 #define __swp_entry(type, offset) ((swp_entry_t){((type) & 0x1f) | (offset) << 10}) macro
|
/linux-6.6.21/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 173 #define __swp_entry(type, offset) ((swp_entry_t) { (((type) & 0x3f) | \ macro
|
D | motorola_pgtable.h | 190 #define __swp_entry(type, offset) ((swp_entry_t) { (((type) & 0x7f) << 4) | ((offset) << 12) }) macro
|
D | mcf_pgtable.h | 272 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) & 0x7f) | \ macro
|
/linux-6.6.21/arch/nios2/include/asm/ |
D | pgtable.h | 258 #define __swp_entry(type, off) ((swp_entry_t) { (((type) & 0x1f) << 26) \ macro
|
/linux-6.6.21/arch/hexagon/include/asm/ |
D | pgtable.h | 388 #define __swp_entry(type, offset) \ macro
|
/linux-6.6.21/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 380 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) & 0x1f) | ((offset) << 5) }) macro
|
/linux-6.6.21/arch/um/include/asm/ |
D | pgtable.h | 307 #define __swp_entry(type, offset) \ macro
|
/linux-6.6.21/arch/arm/include/asm/ |
D | pgtable.h | 296 #define __swp_entry(type, offset) ((swp_entry_t) { (((type) & __SWP_TYPE_MASK) << __SWP_TYPE_SHIFT)… macro
|
/linux-6.6.21/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 303 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
|
/linux-6.6.21/arch/xtensa/include/asm/ |
D | pgtable.h | 352 #define __swp_entry(type,offs) \ macro
|
/linux-6.6.21/arch/microblaze/include/asm/ |
D | pgtable.h | 403 #define __swp_entry(type, offset) \ macro
|
/linux-6.6.21/arch/openrisc/include/asm/ |
D | pgtable.h | 411 #define __swp_entry(type, offset) \ macro
|
/linux-6.6.21/arch/alpha/include/asm/ |
D | pgtable.h | 333 #define __swp_entry(type, off) ((swp_entry_t) { pte_val(mk_swap_pte((type), (off))) }) macro
|
/linux-6.6.21/arch/sparc/include/asm/ |
D | pgtable_32.h | 346 static inline swp_entry_t __swp_entry(unsigned long type, unsigned long offset) in __swp_entry() function
|
/linux-6.6.21/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 385 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) & 0x1f) | ((offset) << 5) }) macro
|
/linux-6.6.21/arch/ia64/include/asm/ |
D | pgtable.h | 422 #define __swp_entry(type, offset) ((swp_entry_t) { ((type & 0x3f) << 1) | \ macro
|