/Linux-v5.4/arch/mips/include/asm/ |
D | pgtable-32.h | 229 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 10) | ((offset) << 15) }) macro 240 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 4) | ((offset) << 9) }) macro 249 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 2) | ((offset) << 7) }) macro 263 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 8) | ((offset) << 13) }) macro
|
D | pgtable-64.h | 372 #define __swp_entry(type, offset) ((swp_entry_t) { pte_val(mk_swap_pte((type), (offset))) }) macro
|
/Linux-v5.4/arch/h8300/include/asm/ |
D | pgtable.h | 15 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
|
/Linux-v5.4/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 | 212 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) | ((offset) << 7)) }) macro
|
D | motorola_pgtable.h | 271 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 4) | ((offset) << 12) }) macro
|
D | mcf_pgtable.h | 394 #define __swp_entry(typ, off) ((swp_entry_t) { (typ) | \ macro
|
/Linux-v5.4/arch/c6x/include/asm/ |
D | pgtable.h | 46 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
|
/Linux-v5.4/arch/arm/include/asm/ |
D | pgtable-nommu.h | 47 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
|
/Linux-v5.4/arch/x86/include/asm/ |
D | pgtable-2level.h | 92 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
|
D | pgtable_64.h | 229 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
|
D | pgtable-3level.h | 260 #define __swp_entry(type, offset) ((swp_entry_t){(type) | (offset) << 5}) macro
|
/Linux-v5.4/arch/sh/include/asm/ |
D | pgtable_32.h | 463 #define __swp_entry(type, offset) ((swp_entry_t){ (type) | (offset) << 5}) macro 470 #define __swp_entry(type, offset) ((swp_entry_t){(type) | (offset) <<10}) macro
|
D | pgtable_64.h | 298 #define __swp_entry(type, offset) ((swp_entry_t) { ((offset << 8) + ((type & 0x3c) << 1) + (type & … macro
|
/Linux-v5.4/arch/microblaze/include/asm/ |
D | pgtable.h | 41 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro 508 #define __swp_entry(type, offset) \ macro
|
/Linux-v5.4/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 383 #define __swp_entry(type, offset) ((swp_entry_t) { (type) | ((offset) << 5) }) macro
|
/Linux-v5.4/arch/nios2/include/asm/ |
D | pgtable.h | 285 #define __swp_entry(type, off) ((swp_entry_t) { (((type) & 0x3) << 26) \ macro
|
/Linux-v5.4/arch/unicore32/include/asm/ |
D | pgtable.h | 267 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
|
/Linux-v5.4/arch/hexagon/include/asm/ |
D | pgtable.h | 461 #define __swp_entry(type, offset) \ macro
|
/Linux-v5.4/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 351 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
|
/Linux-v5.4/arch/um/include/asm/ |
D | pgtable.h | 355 #define __swp_entry(type, offset) \ macro
|
/Linux-v5.4/arch/arc/include/asm/ |
D | pgtable.h | 372 #define __swp_entry(type, off) ((swp_entry_t) { \ macro
|
/Linux-v5.4/arch/csky/include/asm/ |
D | pgtable.h | 65 #define __swp_entry(type, offset) ((swp_entry_t) {((type) << 4) | \ macro
|
/Linux-v5.4/arch/sparc/include/asm/ |
D | pgtable_32.h | 362 static inline swp_entry_t __swp_entry(unsigned long type, unsigned long offset) in __swp_entry() function
|
/Linux-v5.4/arch/riscv/include/asm/ |
D | pgtable.h | 427 #define __swp_entry(type, offset) ((swp_entry_t) \ macro
|