/linux-3.3/arch/mips/include/asm/ |
D | pgtable-32.h | 209 #define __swp_entry_to_pte(x) ((pte_t) { 0, (x).val }) macro 212 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
D | pgtable-64.h | 279 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux-3.3/arch/m68k/include/asm/ |
D | pgtable_no.h | 38 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
D | sun3_pgtable.h | 228 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
D | motorola_pgtable.h | 287 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux-3.3/arch/h8300/include/asm/ |
D | pgtable.h | 34 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux-3.3/arch/x86/include/asm/ |
D | pgtable-2level.h | 109 #define __swp_entry_to_pte(x) ((pte_t) { .pte = (x).val }) macro
|
D | pgtable-3level.h | 140 #define __swp_entry_to_pte(x) ((pte_t){ { .pte_high = (x).val } }) macro
|
D | pgtable_64.h | 165 #define __swp_entry_to_pte(x) ((pte_t) { .pte = (x).val }) macro
|
/linux-3.3/arch/c6x/include/asm/ |
D | pgtable.h | 51 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux-3.3/arch/arm/include/asm/ |
D | pgtable-nommu.h | 52 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
D | pgtable.h | 269 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) macro
|
/linux-3.3/arch/blackfin/include/asm/ |
D | pgtable.h | 46 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux-3.3/arch/sh/include/asm/ |
D | pgtable_32.h | 472 #define __swp_entry_to_pte(x) ((pte_t){ 0, (x).val }) macro 487 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 1 }) macro
|
D | pgtable_64.h | 308 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux-3.3/arch/powerpc/include/asm/ |
D | pgtable-ppc32.h | 324 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 3 }) macro
|
/linux-3.3/arch/microblaze/include/asm/ |
D | pgtable.h | 44 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro 530 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 2 }) macro
|
/linux-3.3/arch/frv/include/asm/ |
D | pgtable.h | 63 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro 475 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux-3.3/arch/cris/include/asm/ |
D | pgtable.h | 285 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux-3.3/arch/unicore32/include/asm/ |
D | pgtable.h | 276 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) macro
|
/linux-3.3/arch/score/include/asm/ |
D | pgtable.h | 104 #define __swp_entry_to_pte(x) ((pte_t) {(x).val}) macro
|
/linux-3.3/arch/um/include/asm/ |
D | pgtable.h | 356 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux-3.3/arch/hexagon/include/asm/ |
D | pgtable.h | 413 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux-3.3/arch/m32r/include/asm/ |
D | pgtable.h | 343 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux-3.3/arch/tile/include/asm/ |
D | pgtable.h | 301 #define __swp_entry_to_pte(swp) ((pte_t) { (((long long) ((swp).val)) << 32) }) macro
|