/Linux-v6.1/arch/mips/include/asm/ |
D | pgtable-32.h | 199 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 10) | ((offset) << 15) }) macro 210 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 4) | ((offset) << 9) }) macro 219 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 2) | ((offset) << 7) }) macro 233 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 8) | ((offset) << 13) }) macro
|
D | pgtable-64.h | 331 #define __swp_entry(type, offset) ((swp_entry_t) { pte_val(mk_swap_pte((type), (offset))) }) macro
|
/Linux-v6.1/arch/csky/abiv2/inc/abi/ |
D | pgtable-bits.h | 43 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
|
/Linux-v6.1/arch/csky/abiv1/inc/abi/ |
D | pgtable-bits.h | 43 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
|
/Linux-v6.1/arch/m68k/include/asm/ |
D | pgtable_no.h | 37 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
|
D | sun3_pgtable.h | 158 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) | ((offset) << 7)) }) macro
|
D | motorola_pgtable.h | 175 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 4) | ((offset) << 12) }) macro
|
D | mcf_pgtable.h | 261 #define __swp_entry(typ, off) ((swp_entry_t) { (typ) | \ macro
|
/Linux-v6.1/arch/arc/include/asm/ |
D | pgtable-bits-arcv2.h | 113 #define __swp_entry(type, off) ((swp_entry_t) \ macro
|
/Linux-v6.1/arch/x86/include/asm/ |
D | pgtable-2level.h | 92 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
|
D | pgtable_64.h | 234 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
|
D | pgtable-3level.h | 262 #define __swp_entry(type, offset) ((swp_entry_t){(type) | (offset) << SWP_TYPE_BITS}) macro
|
/Linux-v6.1/arch/sh/include/asm/ |
D | pgtable_32.h | 448 #define __swp_entry(type, offset) ((swp_entry_t){ (type) | (offset) << 5}) macro 455 #define __swp_entry(type, offset) ((swp_entry_t){(type) | (offset) <<10}) macro
|
/Linux-v6.1/arch/nios2/include/asm/ |
D | pgtable.h | 247 #define __swp_entry(type, off) ((swp_entry_t) { (((type) & 0x3) << 26) \ macro
|
/Linux-v6.1/arch/hexagon/include/asm/ |
D | pgtable.h | 388 #define __swp_entry(type, offset) \ macro
|
/Linux-v6.1/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 365 #define __swp_entry(type, offset) ((swp_entry_t) { (type) | ((offset) << 5) }) macro
|
/Linux-v6.1/arch/um/include/asm/ |
D | pgtable.h | 295 #define __swp_entry(type, offset) \ macro
|
/Linux-v6.1/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 288 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
|
/Linux-v6.1/arch/arm/include/asm/ |
D | pgtable.h | 291 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << __SWP_TYPE_SHIFT) | ((offset) << __SWP… macro
|
/Linux-v6.1/arch/sparc/include/asm/ |
D | pgtable_32.h | 337 static inline swp_entry_t __swp_entry(unsigned long type, unsigned long offset) in __swp_entry() function
|
/Linux-v6.1/arch/openrisc/include/asm/ |
D | pgtable.h | 393 #define __swp_entry(type, offset) \ macro
|
/Linux-v6.1/arch/alpha/include/asm/ |
D | pgtable.h | 312 #define __swp_entry(type, off) ((swp_entry_t) { pte_val(mk_swap_pte((type), (off))) }) macro
|
/Linux-v6.1/arch/microblaze/include/asm/ |
D | pgtable.h | 403 #define __swp_entry(type, offset) \ macro
|
/Linux-v6.1/arch/xtensa/include/asm/ |
D | pgtable.h | 353 #define __swp_entry(type,offs) \ macro
|
/Linux-v6.1/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 373 #define __swp_entry(type, offset) ((swp_entry_t) { (type) | ((offset) << 5) }) macro
|