| /kernel/linux/linux-6.6/arch/mips/include/asm/ |
| D | pgtable-32.h | 211 #define __swp_type(x) (((x).val >> 10) & 0x1f) macro 239 #define __swp_type(x) (((x).val >> 4) & 0x1f) macro 268 #define __swp_type(x) (((x).val >> 2) & 0x1f) macro 292 #define __swp_type(x) (((x).val >> 8) & 0x1f) macro
|
| D | pgtable-64.h | 341 #define __swp_type(x) (((x).val >> 16) & 0x7f) macro
|
| /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
|
| /kernel/linux/linux-6.6/arch/csky/abiv2/inc/abi/ |
| D | pgtable-bits.h | 45 #define __swp_type(x) (((x).val >> 2) & 0x1f) macro
|
| /kernel/linux/linux-6.6/arch/csky/abiv1/inc/abi/ |
| D | pgtable-bits.h | 45 #define __swp_type(x) ((((x).val >> 2) & 0xf) | \ macro
|
| /kernel/linux/linux-5.10/arch/h8300/include/asm/ |
| D | pgtable.h | 11 #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
|
| /kernel/linux/linux-5.10/arch/c6x/include/asm/ |
| D | pgtable.h | 43 #define __swp_type(x) (0) macro
|
| /kernel/linux/linux-6.6/arch/arc/include/asm/ |
| D | pgtable-bits-arcv2.h | 127 #define __swp_type(pte_lookalike) (((pte_lookalike).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-6.6/arch/x86/include/asm/ |
| D | pgtable-2level.h | 102 #define __swp_type(x) (((x).val >> _SWP_TYPE_SHIFT) \ macro
|
| D | pgtable-3level.h | 173 #define __swp_type(x) (((x).val) & _SWP_TYPE_MASK) macro
|
| D | pgtable_64.h | 224 #define __swp_type(x) ((x).val >> (64 - SWP_TYPE_BITS)) 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-6.6/arch/sh/include/asm/ |
| D | pgtable_32.h | 454 #define __swp_type(x) ((x).val & 0x1f) macro 470 #define __swp_type(x) ((x).val & 0x1f) 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-6.6/arch/nios2/include/asm/ |
| D | pgtable.h | 256 #define __swp_type(swp) (((swp).val >> 26) & 0x1f) macro
|
| /kernel/linux/linux-6.6/arch/m68k/include/asm/ |
| D | sun3_pgtable.h | 171 #define __swp_type(x) ((x).val & 0x3f) macro
|
| D | motorola_pgtable.h | 188 #define __swp_type(x) (((x).val >> 4) & 0x7f) 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-6.6/arch/hexagon/include/asm/ |
| D | pgtable.h | 383 #define __swp_type(swp_pte) (((swp_pte).val >> 1) & 0x1f) 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
|