/linux-6.6.21/arch/mips/include/asm/ |
D | pgtable-32.h | 212 #define __swp_offset(x) ((x).val >> 15) macro 240 #define __swp_offset(x) ((x).val >> 9) macro 269 #define __swp_offset(x) ((x).val >> 7) macro 293 #define __swp_offset(x) ((x).val >> 13) macro
|
D | pgtable-64.h | 342 #define __swp_offset(x) ((x).val >> 24) macro
|
/linux-6.6.21/arch/csky/abiv2/inc/abi/ |
D | pgtable-bits.h | 46 #define __swp_offset(x) ((((x).val >> 8) & 0x1) | \ macro
|
/linux-6.6.21/arch/csky/abiv1/inc/abi/ |
D | pgtable-bits.h | 47 #define __swp_offset(x) ((x).val >> 10) macro
|
/linux-6.6.21/arch/arc/include/asm/ |
D | pgtable-bits-arcv2.h | 128 #define __swp_offset(pte_lookalike) ((pte_lookalike).val >> 13) macro
|
/linux-6.6.21/arch/x86/include/asm/ |
D | pgtable-2level.h | 104 #define __swp_offset(x) ((x).val >> SWP_OFFSET_SHIFT) macro
|
D | pgtable-3level.h | 174 #define __swp_offset(x) ((x).val >> SWP_TYPE_BITS) macro
|
D | pgtable_64.h | 227 #define __swp_offset(x) (~(x).val << SWP_TYPE_BITS >> SWP_OFFSET_SHIFT) macro
|
/linux-6.6.21/arch/sh/include/asm/ |
D | pgtable_32.h | 455 #define __swp_offset(x) ((x).val >> 5) macro 471 #define __swp_offset(x) ((x).val >> 10) macro
|
/linux-6.6.21/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 172 #define __swp_offset(x) (((x).val) >> 7) macro
|
D | motorola_pgtable.h | 189 #define __swp_offset(x) ((x).val >> 12) macro
|
D | mcf_pgtable.h | 271 #define __swp_offset(x) ((x).val >> 11) macro
|
/linux-6.6.21/arch/nios2/include/asm/ |
D | pgtable.h | 257 #define __swp_offset(swp) ((swp).val & 0xfffff) macro
|
/linux-6.6.21/arch/hexagon/include/asm/ |
D | pgtable.h | 385 #define __swp_offset(swp_pte) \ macro
|
/linux-6.6.21/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 379 #define __swp_offset(entry) ((entry).val >> 5) macro
|
/linux-6.6.21/arch/um/include/asm/ |
D | pgtable.h | 305 #define __swp_offset(x) ((x).val >> 11) macro
|
/linux-6.6.21/arch/arm/include/asm/ |
D | pgtable.h | 295 #define __swp_offset(x) ((x).val >> __SWP_OFFSET_SHIFT) macro
|
/linux-6.6.21/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 302 #define __swp_offset(x) ((x).val >> PTE_RPN_SHIFT) macro
|
/linux-6.6.21/arch/xtensa/include/asm/ |
D | pgtable.h | 351 #define __swp_offset(entry) ((entry).val >> 11) macro
|
/linux-6.6.21/arch/microblaze/include/asm/ |
D | pgtable.h | 402 #define __swp_offset(entry) ((entry).val >> 6) macro
|
/linux-6.6.21/arch/openrisc/include/asm/ |
D | pgtable.h | 410 #define __swp_offset(x) ((x).val >> 12) macro
|
/linux-6.6.21/arch/alpha/include/asm/ |
D | pgtable.h | 332 #define __swp_offset(x) ((x).val >> 40) macro
|
/linux-6.6.21/arch/sparc/include/asm/ |
D | pgtable_32.h | 341 static inline unsigned long __swp_offset(swp_entry_t entry) in __swp_offset() function
|
/linux-6.6.21/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 384 #define __swp_offset(entry) ((entry).val >> 5) macro
|
/linux-6.6.21/arch/ia64/include/asm/ |
D | pgtable.h | 421 #define __swp_offset(entry) (((entry).val << 1) >> 9) macro
|