/linux-3.4.99/arch/mips/include/asm/ |
D | pgtable-32.h | 148 #define __swp_entry(type,offset) \ macro 171 #define __swp_entry(type,offset) \ macro 176 #define __swp_entry(type,offset) \ macro
|
D | pgtable-64.h | 277 #define __swp_entry(type, offset) ((swp_entry_t) { pte_val(mk_swap_pte((type), (offset))) }) macro
|
/linux-3.4.99/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 | 226 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) | ((offset) << 7)) }) macro
|
/linux-3.4.99/arch/h8300/include/asm/ |
D | pgtable.h | 32 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
|
/linux-3.4.99/arch/c6x/include/asm/ |
D | pgtable.h | 49 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
|
/linux-3.4.99/arch/arm/include/asm/ |
D | pgtable-nommu.h | 50 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
|
/linux-3.4.99/arch/sparc/include/asm/ |
D | pgtable_32.h | 346 BTFIXUPDEF_CALL(swp_entry_t, __swp_entry, unsigned long, unsigned long) 350 #define __swp_entry(__type,__off) BTFIXUP_CALL(__swp_entry)(__type,__off) macro
|
/linux-3.4.99/arch/blackfin/include/asm/ |
D | pgtable.h | 44 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
|
/linux-3.4.99/arch/x86/include/asm/ |
D | pgtable-2level.h | 105 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
|
D | pgtable-3level.h | 192 #define __swp_entry(type, offset) ((swp_entry_t){(type) | (offset) << 5}) macro
|
D | pgtable_64.h | 161 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
|
/linux-3.4.99/include/linux/ |
D | swapops.h | 82 arch_entry = __swp_entry(swp_type(entry), swp_offset(entry)); in swp_entry_to_pte()
|
/linux-3.4.99/arch/sh/include/asm/ |
D | pgtable_32.h | 470 #define __swp_entry(type, offset) ((swp_entry_t){ (type) | (offset) << 5}) macro 484 #define __swp_entry(type, offset) ((swp_entry_t){(type) | (offset) <<10}) macro
|
D | pgtable_64.h | 306 #define __swp_entry(type, offset) ((swp_entry_t) { ((offset << 8) + ((type & 0x3c) << 1) + (type & … macro
|
/linux-3.4.99/arch/microblaze/include/asm/ |
D | pgtable.h | 42 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro 526 #define __swp_entry(type, offset) \ macro
|
/linux-3.4.99/arch/frv/include/asm/ |
D | pgtable.h | 61 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro 473 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 2) | ((offset) << 8) }) macro
|
/linux-3.4.99/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 | 347 #define __swp_entry(type, offset) ((swp_entry_t){((type)<< 1)|((offset)<<8)}) macro
|
/linux-3.4.99/arch/cris/include/asm/ |
D | pgtable.h | 283 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 5) | ((offset) << 12) }) macro
|
/linux-3.4.99/arch/unicore32/include/asm/ |
D | pgtable.h | 271 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
|
/linux-3.4.99/arch/m32r/include/asm/ |
D | pgtable.h | 340 #define __swp_entry(type, offset) \ macro
|
/linux-3.4.99/arch/avr32/include/asm/ |
D | pgtable.h | 345 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 4) | ((offset) << 11) }) macro
|
/linux-3.4.99/arch/score/include/asm/ |
D | pgtable.h | 176 #define __swp_entry(type, offset) ((swp_entry_t){(type) | ((offset) << 11)}) macro
|
/linux-3.4.99/arch/hexagon/include/asm/ |
D | pgtable.h | 499 #define __swp_entry(type, offset) \ macro
|