/arch/mips/include/asm/ |
D | pgtable-32.h | 183 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 10) | ((offset) << 15) }) macro 194 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 4) | ((offset) << 9) }) macro 203 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 2) | ((offset) << 7) }) macro 217 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 8) | ((offset) << 13) }) macro
|
D | pgtable-64.h | 383 #define __swp_entry(type, offset) ((swp_entry_t) { pte_val(mk_swap_pte((type), (offset))) }) macro
|
/arch/h8300/include/asm/ |
D | pgtable.h | 16 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
|
/arch/m68k/include/asm/ |
D | pgtable_no.h | 37 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
|
D | sun3_pgtable.h | 212 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) | ((offset) << 7)) }) macro
|
/arch/x86/include/asm/ |
D | pgtable-3level.h | 218 #define __swp_entry(type, offset) ((swp_entry_t){(type) | (offset) << 5}) macro 243 #define __pte_to_swp_entry(pte) (__swp_entry(__pteval_swp_type(pte), \
|
D | pgtable-2level.h | 92 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
|
D | pgtable_64.h | 317 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
|
/arch/c6x/include/asm/ |
D | pgtable.h | 49 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
|
/arch/arm/include/asm/ |
D | pgtable-nommu.h | 50 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
|
/arch/blackfin/include/asm/ |
D | pgtable.h | 44 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
|
/arch/sh/include/asm/ |
D | pgtable_32.h | 463 #define __swp_entry(type, offset) ((swp_entry_t){ (type) | (offset) << 5}) macro 470 #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
|
/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
|
/arch/frv/include/asm/ |
D | pgtable.h | 62 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro 469 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 1) | ((offset) << 7) }) macro
|
/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 337 #define __swp_entry(type, offset) ((swp_entry_t) { (type) | ((offset) << 5) }) macro
|
/arch/nios2/include/asm/ |
D | pgtable.h | 286 #define __swp_entry(type, off) ((swp_entry_t) { (((type) & 0x3) << 26) \ macro
|
/arch/cris/include/asm/ |
D | pgtable.h | 281 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 5) | ((offset) << 12) }) macro
|
/arch/m32r/include/asm/ |
D | pgtable.h | 330 #define __swp_entry(type, offset) \ macro
|
/arch/unicore32/include/asm/ |
D | pgtable.h | 272 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
|
/arch/arc/include/asm/ |
D | pgtable.h | 377 #define __swp_entry(type, off) ((swp_entry_t) { \ macro
|
/arch/metag/include/asm/ |
D | pgtable.h | 232 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 1) | \ macro
|
/arch/score/include/asm/ |
D | pgtable.h | 166 #define __swp_entry(type, offset) ((swp_entry_t){(type) | ((offset) << 10)}) macro
|
/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 339 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
|
/arch/hexagon/include/asm/ |
D | pgtable.h | 478 #define __swp_entry(type, offset) \ macro
|