/linux/arch/mips/include/asm/ |
A D | pgtable-32.h | 204 #define __swp_offset(x) ((x).val >> 15) macro 215 #define __swp_offset(x) ((x).val >> 9) macro 224 #define __swp_offset(x) ((x).val >> 7) macro 238 #define __swp_offset(x) ((x).val >> 13) macro
|
A D | pgtable-64.h | 340 #define __swp_offset(x) ((x).val >> 24) macro
|
/linux/arch/csky/abiv2/inc/abi/ |
A D | pgtable-bits.h | 41 #define __swp_offset(x) ((((x).val >> 7) & 0x3) | \ macro
|
/linux/arch/csky/abiv1/inc/abi/ |
A D | pgtable-bits.h | 42 #define __swp_offset(x) ((x).val >> 9) macro
|
/linux/arch/h8300/include/asm/ |
A D | pgtable.h | 12 #define __swp_offset(x) (0) macro
|
/linux/arch/m68k/include/asm/ |
A D | pgtable_no.h | 36 #define __swp_offset(x) (0) macro
|
A D | sun3_pgtable.h | 179 #define __swp_offset(x) (((x).val) >> 7) macro
|
A D | motorola_pgtable.h | 202 #define __swp_offset(x) ((x).val >> 12) macro
|
A D | mcf_pgtable.h | 319 #define __swp_offset(x) ((x).val >> 11) macro
|
/linux/arch/x86/include/asm/ |
A D | pgtable-2level.h | 91 #define __swp_offset(x) ((x).val >> SWP_OFFSET_SHIFT) macro
|
A D | pgtable_64.h | 225 #define __swp_offset(x) (~(x).val << SWP_TYPE_BITS >> SWP_OFFSET_SHIFT) macro
|
A D | pgtable-3level.h | 261 #define __swp_offset(x) ((x).val >> 5) macro
|
/linux/arch/arc/include/asm/ |
A D | pgtable-bits-arcv2.h | 136 #define __swp_offset(pte_lookalike) ((pte_lookalike).val >> 13) macro
|
/linux/arch/sh/include/asm/ |
A D | pgtable_32.h | 446 #define __swp_offset(x) ((x).val >> 5) macro 453 #define __swp_offset(x) ((x).val >> 10) macro
|
/linux/arch/nios2/include/asm/ |
A D | pgtable.h | 264 #define __swp_offset(swp) ((swp).val & 0xfffff) macro
|
/linux/arch/hexagon/include/asm/ |
A D | pgtable.h | 407 #define __swp_offset(swp_pte) \ macro
|
/linux/arch/powerpc/include/asm/nohash/32/ |
A D | pgtable.h | 367 #define __swp_offset(entry) ((entry).val >> 5) macro
|
/linux/arch/um/include/asm/ |
A D | pgtable.h | 309 #define __swp_offset(x) ((x).val >> 11) macro
|
/linux/arch/powerpc/include/asm/nohash/64/ |
A D | pgtable.h | 302 #define __swp_offset(x) ((x).val >> PTE_RPN_SHIFT) macro
|
/linux/arch/arm/include/asm/ |
A D | pgtable.h | 305 #define __swp_offset(x) ((x).val >> __SWP_OFFSET_SHIFT) macro
|
/linux/arch/sparc/include/asm/ |
A D | pgtable_32.h | 346 static inline unsigned long __swp_offset(swp_entry_t entry) in __swp_offset() function
|
/linux/arch/microblaze/include/asm/ |
A D | pgtable.h | 416 #define __swp_offset(entry) ((entry).val >> 6) macro
|
/linux/arch/openrisc/include/asm/ |
A D | pgtable.h | 409 #define __swp_offset(x) ((x).val >> 12) macro
|
/linux/arch/alpha/include/asm/ |
A D | pgtable.h | 327 #define __swp_offset(x) ((x).val >> 40) macro
|
/linux/arch/xtensa/include/asm/ |
A D | pgtable.h | 370 #define __swp_offset(entry) ((entry).val >> 11) macro
|