/linux-4.4.14/arch/mips/include/asm/ |
D | pgtable-32.h | 162 #define __swp_offset(x) ((x).val >> 15) macro 173 #define __swp_offset(x) ((x).val >> 9) macro 187 #define __swp_offset(x) ((x).val >> 13) macro
|
D | pgtable-64.h | 289 #define __swp_offset(x) ((x).val >> 24) macro
|
/linux-4.4.14/arch/h8300/include/asm/ |
D | pgtable.h | 13 #define __swp_offset(x) (0) macro
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | pgtable_no.h | 35 #define __swp_offset(x) (0) macro
|
D | sun3_pgtable.h | 210 #define __swp_offset(x) (((x).val) >> 7) macro
|
D | motorola_pgtable.h | 269 #define __swp_offset(x) ((x).val >> 12) macro
|
D | mcf_pgtable.h | 392 #define __swp_offset(x) ((x).val >> 11) macro
|
/linux-4.4.14/arch/x86/include/asm/ |
D | pgtable-2level.h | 73 #define __swp_offset(x) ((x).val >> SWP_OFFSET_SHIFT) macro
|
D | pgtable-3level.h | 182 #define __swp_offset(x) ((x).val >> 5) macro
|
D | pgtable_64.h | 151 #define __swp_offset(x) ((x).val >> SWP_OFFSET_SHIFT) macro
|
/linux-4.4.14/arch/c6x/include/asm/ |
D | pgtable.h | 48 #define __swp_offset(x) (0) macro
|
/linux-4.4.14/arch/arm/include/asm/ |
D | pgtable-nommu.h | 49 #define __swp_offset(x) (0) macro
|
D | pgtable.h | 332 #define __swp_offset(x) ((x).val >> __SWP_OFFSET_SHIFT) macro
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | pgtable.h | 43 #define __swp_offset(x) (0) macro
|
/linux-4.4.14/arch/sh/include/asm/ |
D | pgtable_32.h | 461 #define __swp_offset(x) ((x).val >> 5) macro 468 #define __swp_offset(x) ((x).val >> 10) macro
|
D | pgtable_64.h | 300 #define __swp_offset(x) ((x).val >> 8) macro
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | pgtable-ppc32.h | 321 #define __swp_offset(entry) ((entry).val >> 5) macro
|
D | pgtable-ppc64.h | 364 #define __swp_offset(x) ((x).val >> PTE_RPN_SHIFT) macro
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | pgtable.h | 38 #define __swp_offset(x) (0) macro 507 #define __swp_offset(entry) ((entry).val >> 6) macro
|
/linux-4.4.14/arch/frv/include/asm/ |
D | pgtable.h | 60 #define __swp_offset(x) (0) macro 467 #define __swp_offset(x) ((x).val >> 7) macro
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | pgtable.h | 284 #define __swp_offset(swp) ((swp).val & 0xfffff) macro
|
/linux-4.4.14/arch/cris/include/asm/ |
D | pgtable.h | 278 #define __swp_offset(x) ((x).val >> 12) macro
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | pgtable.h | 475 #define __swp_offset(swp_pte) \ macro
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | pgtable.h | 270 #define __swp_offset(x) ((x).val >> __SWP_OFFSET_SHIFT) macro
|
/linux-4.4.14/arch/metag/include/asm/ |
D | pgtable.h | 229 #define __swp_offset(x) ((x).val >> 10) macro
|
/linux-4.4.14/arch/score/include/asm/ |
D | pgtable.h | 163 #define __swp_offset(x) ((x).val >> 10) macro
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | pgtable.h | 328 #define __swp_offset(x) ((x).val >> 10) macro
|
/linux-4.4.14/arch/arc/include/asm/ |
D | pgtable.h | 376 #define __swp_offset(pte_lookalike) ((pte_lookalike).val << 13) macro
|
/linux-4.4.14/arch/um/include/asm/ |
D | pgtable.h | 343 #define __swp_offset(x) ((x).val >> 11) macro
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | pgtable.h | 331 #define __swp_offset(x) ((x).val >> 11) macro
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | pgtable_32.h | 356 static inline unsigned long __swp_offset(swp_entry_t entry) in __swp_offset() function
|
D | pgtable_64.h | 971 #define __swp_offset(entry) ((entry).val >> (PAGE_SHIFT + 8UL)) macro
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | pgtable.h | 341 #define __swp_offset(x) ((x).val >> 40) macro
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | pgtable.h | 433 #define __swp_offset(x) ((x).val >> 12) macro
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | pgtable.h | 385 #define __swp_offset(entry) ((entry).val >> 11) macro
|
/linux-4.4.14/arch/tile/include/asm/ |
D | pgtable.h | 293 #define __swp_offset(swp) ((swp).val >> 5) macro
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | pgtable.h | 339 #define __swp_offset(x) ((x).val >> 7) macro
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | pgtable.h | 476 #define __swp_offset(entry) (((entry).val << 1) >> 9) macro
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | pgtable.h | 459 #define __swp_offset(x) ( (((x).val >> 6) & 0x7) | \ macro
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | pgtable.h | 668 #define __swp_offset(x) (((x).val >> __SWP_OFFSET_SHIFT) & __SWP_OFFSET_MASK) macro
|
/linux-4.4.14/arch/s390/include/asm/ |
D | pgtable.h | 1677 static inline unsigned long __swp_offset(swp_entry_t entry) in __swp_offset() function
|