| /kernel/linux/linux-5.10/arch/mips/include/asm/ |
| D | pgtable-32.h | 206 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 10) | ((offset) << 15) }) macro 217 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 4) | ((offset) << 9) }) macro 226 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 2) | ((offset) << 7) }) macro 240 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 8) | ((offset) << 13) }) macro
|
| D | pgtable-64.h | 342 #define __swp_entry(type, offset) ((swp_entry_t) { pte_val(mk_swap_pte((type), (offset))) }) macro
|
| /kernel/linux/linux-4.19/arch/mips/include/asm/ |
| D | pgtable-32.h | 183 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 10) | ((offset) << 15) }) macro 194 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 4) | ((offset) << 9) }) macro 203 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 2) | ((offset) << 7) }) macro 217 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 8) | ((offset) << 13) }) macro
|
| /kernel/linux/linux-5.10/arch/h8300/include/asm/ |
| D | pgtable.h | 13 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
|
| /kernel/linux/linux-4.19/arch/h8300/include/asm/ |
| D | pgtable.h | 16 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
|
| /kernel/linux/linux-5.10/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 | 180 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) | ((offset) << 7)) }) macro
|
| D | motorola_pgtable.h | 201 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 4) | ((offset) << 12) }) macro
|
| /kernel/linux/linux-4.19/arch/m68k/include/asm/ |
| D | pgtable_no.h | 37 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
|
| /kernel/linux/linux-5.10/arch/c6x/include/asm/ |
| D | pgtable.h | 45 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
|
| /kernel/linux/linux-4.19/arch/c6x/include/asm/ |
| D | pgtable.h | 49 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
|
| /kernel/linux/linux-4.19/arch/arm/include/asm/ |
| D | pgtable-nommu.h | 50 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
|
| /kernel/linux/linux-4.19/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
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| D | pgtable-2level.h | 92 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
|
| D | pgtable_64.h | 232 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
|
| D | pgtable-3level.h | 262 #define __swp_entry(type, offset) ((swp_entry_t){(type) | (offset) << 5}) macro
|
| /kernel/linux/linux-5.10/arch/sh/include/asm/ |
| D | pgtable_32.h | 447 #define __swp_entry(type, offset) ((swp_entry_t){ (type) | (offset) << 5}) macro 454 #define __swp_entry(type, offset) ((swp_entry_t){(type) | (offset) <<10}) macro
|
| /kernel/linux/linux-4.19/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
|
| /kernel/linux/linux-5.10/arch/microblaze/include/asm/ |
| D | pgtable.h | 37 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro 460 #define __swp_entry(type, offset) \ macro
|
| /kernel/linux/linux-4.19/arch/microblaze/include/asm/ |
| D | pgtable.h | 41 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro 510 #define __swp_entry(type, offset) \ macro
|
| /kernel/linux/linux-5.10/arch/nios2/include/asm/ |
| D | pgtable.h | 267 #define __swp_entry(type, off) ((swp_entry_t) { (((type) & 0x3) << 26) \ macro
|
| /kernel/linux/linux-5.10/arch/hexagon/include/asm/ |
| D | pgtable.h | 414 #define __swp_entry(type, offset) \ macro
|
| /kernel/linux/linux-4.19/arch/powerpc/include/asm/nohash/32/ |
| D | pgtable.h | 322 #define __swp_entry(type, offset) ((swp_entry_t) { (type) | ((offset) << 5) }) macro
|