| /kernel/linux/linux-5.10/arch/mips/include/asm/ |
| D | pgtable-32.h | 204 #define __swp_type(x) (((x).val >> 10) & 0x1f) macro 215 #define __swp_type(x) (((x).val >> 4) & 0x1f) macro 224 #define __swp_type(x) (((x).val >> 2) & 0x1f) macro 238 #define __swp_type(x) (((x).val >> 8) & 0x1f) macro
|
| D | pgtable-64.h | 340 #define __swp_type(x) (((x).val >> 16) & 0xff) macro
|
| /kernel/linux/linux-4.19/arch/mips/include/asm/ |
| D | pgtable-32.h | 181 #define __swp_type(x) (((x).val >> 10) & 0x1f) macro 192 #define __swp_type(x) (((x).val >> 4) & 0x1f) macro 201 #define __swp_type(x) (((x).val >> 2) & 0x1f) macro 215 #define __swp_type(x) (((x).val >> 8) & 0x1f) macro
|
| /kernel/linux/linux-5.10/arch/h8300/include/asm/ |
| D | pgtable.h | 11 #define __swp_type(x) (0) macro
|
| /kernel/linux/linux-4.19/arch/h8300/include/asm/ |
| D | pgtable.h | 14 #define __swp_type(x) (0) macro
|
| /kernel/linux/linux-5.10/arch/m68k/include/asm/ |
| D | pgtable_no.h | 35 #define __swp_type(x) (0) macro
|
| D | sun3_pgtable.h | 178 #define __swp_type(x) ((x).val & 0x7F) macro
|
| D | motorola_pgtable.h | 199 #define __swp_type(x) (((x).val >> 4) & 0xff) macro
|
| /kernel/linux/linux-4.19/arch/m68k/include/asm/ |
| D | pgtable_no.h | 35 #define __swp_type(x) (0) macro
|
| /kernel/linux/linux-5.10/arch/c6x/include/asm/ |
| D | pgtable.h | 43 #define __swp_type(x) (0) macro
|
| /kernel/linux/linux-4.19/arch/c6x/include/asm/ |
| D | pgtable.h | 47 #define __swp_type(x) (0) macro
|
| /kernel/linux/linux-4.19/arch/arm/include/asm/ |
| D | pgtable-nommu.h | 48 #define __swp_type(x) (0) macro
|
| /kernel/linux/linux-4.19/arch/x86/include/asm/ |
| D | pgtable-2level.h | 89 #define __swp_type(x) (((x).val >> (_PAGE_BIT_PRESENT + 1)) \ macro
|
| D | pgtable_64.h | 219 #define __swp_type(x) ((x).val >> (64 - SWP_TYPE_BITS)) macro
|
| D | pgtable-3level.h | 258 #define __swp_type(x) (((x).val) & 0x1f) macro
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| D | pgtable-2level.h | 89 #define __swp_type(x) (((x).val >> (_PAGE_BIT_PRESENT + 1)) \ macro
|
| D | pgtable_64.h | 222 #define __swp_type(x) ((x).val >> (64 - SWP_TYPE_BITS)) macro
|
| D | pgtable-3level.h | 260 #define __swp_type(x) (((x).val) & 0x1f) macro
|
| /kernel/linux/linux-5.10/arch/sh/include/asm/ |
| D | pgtable_32.h | 445 #define __swp_type(x) ((x).val & 0x1f) macro 452 #define __swp_type(x) ((x).val & 0xff) macro
|
| /kernel/linux/linux-4.19/arch/sh/include/asm/ |
| D | pgtable_32.h | 461 #define __swp_type(x) ((x).val & 0x1f) macro 468 #define __swp_type(x) ((x).val & 0xff) macro
|
| /kernel/linux/linux-5.10/arch/microblaze/include/asm/ |
| D | pgtable.h | 35 #define __swp_type(x) (0) macro 458 #define __swp_type(entry) ((entry).val & 0x3f) macro
|
| /kernel/linux/linux-4.19/arch/microblaze/include/asm/ |
| D | pgtable.h | 39 #define __swp_type(x) (0) macro 508 #define __swp_type(entry) ((entry).val & 0x3f) macro
|
| /kernel/linux/linux-5.10/arch/nios2/include/asm/ |
| D | pgtable.h | 265 #define __swp_type(swp) (((swp).val >> 26) & 0x3) macro
|
| /kernel/linux/linux-5.10/arch/hexagon/include/asm/ |
| D | pgtable.h | 409 #define __swp_type(swp_pte) (((swp_pte).val >> 1) & 0x1f) macro
|
| /kernel/linux/linux-4.19/arch/powerpc/include/asm/nohash/32/ |
| D | pgtable.h | 320 #define __swp_type(entry) ((entry).val & 0x1f) macro
|