/linux-4.4.14/arch/mips/include/asm/ |
D | pgtable-32.h | 163 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 10) | ((offset) << 15) }) macro 174 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 4) | ((offset) << 9) }) macro 188 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 8) | ((offset) << 13) }) macro
|
D | pgtable-64.h | 290 #define __swp_entry(type, offset) ((swp_entry_t) { pte_val(mk_swap_pte((type), (offset))) }) macro
|
/linux-4.4.14/arch/h8300/include/asm/ |
D | pgtable.h | 14 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | pgtable_no.h | 36 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
|
D | sun3_pgtable.h | 211 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) | ((offset) << 7)) }) macro
|
D | motorola_pgtable.h | 270 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 4) | ((offset) << 12) }) macro
|
D | mcf_pgtable.h | 393 #define __swp_entry(typ, off) ((swp_entry_t) { (typ) | \ macro
|
/linux-4.4.14/arch/x86/include/asm/ |
D | pgtable-2level.h | 74 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
|
D | pgtable-3level.h | 183 #define __swp_entry(type, offset) ((swp_entry_t){(type) | (offset) << 5}) macro
|
D | pgtable_64.h | 152 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
|
/linux-4.4.14/arch/c6x/include/asm/ |
D | pgtable.h | 49 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
|
/linux-4.4.14/arch/arm/include/asm/ |
D | pgtable-nommu.h | 50 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
|
D | pgtable.h | 333 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << __SWP_TYPE_SHIFT) | ((offset) << __SWP… macro
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | pgtable.h | 44 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
|
/linux-4.4.14/arch/sh/include/asm/ |
D | pgtable_32.h | 462 #define __swp_entry(type, offset) ((swp_entry_t){ (type) | (offset) << 5}) macro 469 #define __swp_entry(type, offset) ((swp_entry_t){(type) | (offset) <<10}) macro
|
D | pgtable_64.h | 301 #define __swp_entry(type, offset) ((swp_entry_t) { ((offset << 8) + ((type & 0x3c) << 1) + (type & … macro
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | pgtable-ppc32.h | 322 #define __swp_entry(type, offset) ((swp_entry_t) { (type) | ((offset) << 5) }) macro
|
D | pgtable-ppc64.h | 365 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | pgtable.h | 39 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro 508 #define __swp_entry(type, offset) \ macro
|
/linux-4.4.14/arch/frv/include/asm/ |
D | pgtable.h | 61 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro 468 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 1) | ((offset) << 7) }) macro
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | pgtable.h | 285 #define __swp_entry(type, off) ((swp_entry_t) { (((type) & 0x3) << 26) \ macro
|
/linux-4.4.14/arch/cris/include/asm/ |
D | pgtable.h | 279 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 5) | ((offset) << 12) }) macro
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | pgtable.h | 478 #define __swp_entry(type, offset) \ macro
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | pgtable.h | 271 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
|
/linux-4.4.14/arch/metag/include/asm/ |
D | pgtable.h | 230 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 1) | \ macro
|
/linux-4.4.14/arch/score/include/asm/ |
D | pgtable.h | 164 #define __swp_entry(type, offset) ((swp_entry_t){(type) | ((offset) << 10)}) macro
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | pgtable.h | 329 #define __swp_entry(type, offset) \ macro
|
/linux-4.4.14/arch/arc/include/asm/ |
D | pgtable.h | 371 #define __swp_entry(type, off) ((swp_entry_t) { \ macro
|
/linux-4.4.14/arch/um/include/asm/ |
D | pgtable.h | 345 #define __swp_entry(type, offset) \ macro
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | pgtable.h | 332 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 4) | ((offset) << 11) }) macro
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | pgtable_32.h | 361 static inline swp_entry_t __swp_entry(unsigned long type, unsigned long offset) in __swp_entry() function
|
D | pgtable_64.h | 972 #define __swp_entry(type, offset) \ macro
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | pgtable.h | 342 #define __swp_entry(type, off) ((swp_entry_t) { pte_val(mk_swap_pte((type), (off))) }) macro
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | pgtable.h | 434 #define __swp_entry(type, offset) \ macro
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | pgtable.h | 386 #define __swp_entry(type,offs) \ macro
|
/linux-4.4.14/arch/tile/include/asm/ |
D | pgtable.h | 294 #define __swp_entry(type, off) ((swp_entry_t) { (type) | ((off) << 5) }) macro
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | pgtable.h | 340 #define __swp_entry(type, offset) \ macro
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | pgtable.h | 477 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 1) | ((long) (offset) << 8) }) macro
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | pgtable.h | 461 #define __swp_entry(type, offset) ((swp_entry_t) { (type) | \ macro
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | pgtable.h | 669 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << __SWP_TYPE_SHIFT) | ((offset) << __SWP… macro
|
/linux-4.4.14/arch/s390/include/asm/ |
D | pgtable.h | 1682 static inline swp_entry_t __swp_entry(unsigned long type, unsigned long offset) in __swp_entry() function
|