/linux/arch/mips/include/asm/ |
A D | pgtable-32.h | 207 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro 218 #define __swp_entry_to_pte(x) ((pte_t) { 0, (x).val }) macro 227 #define __swp_entry_to_pte(x) ((pte_t) { 0, (x).val }) macro 241 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
A D | pgtable-64.h | 343 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux/arch/h8300/include/asm/ |
A D | pgtable.h | 15 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux/arch/m68k/include/asm/ |
A D | pgtable_no.h | 39 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
A D | sun3_pgtable.h | 182 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
A D | motorola_pgtable.h | 205 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
A D | mcf_pgtable.h | 323 #define __swp_entry_to_pte(x) (__pte((x).val)) macro
|
/linux/arch/x86/include/asm/ |
A D | pgtable-2level.h | 96 #define __swp_entry_to_pte(x) ((pte_t) { .pte = (x).val }) macro
|
A D | pgtable-3level.h | 276 #define __swp_entry_to_pte(x) ((pte_t){ .pte = \ macro
|
A D | pgtable_64.h | 238 #define __swp_entry_to_pte(x) ((pte_t) { .pte = (x).val }) macro
|
/linux/arch/sh/include/asm/ |
A D | pgtable_32.h | 449 #define __swp_entry_to_pte(x) ((pte_t){ 0, (x).val }) macro 457 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 1 }) macro
|
/linux/arch/arc/include/asm/ |
A D | pgtable-bits-arcv2.h | 139 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux/arch/nios2/include/asm/ |
A D | pgtable.h | 267 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) macro
|
/linux/arch/hexagon/include/asm/ |
A D | pgtable.h | 358 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux/arch/csky/include/asm/ |
A D | pgtable.h | 43 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux/include/linux/ |
A D | swapops.h | 93 return __swp_entry_to_pte(arch_entry); in swp_entry_to_pte()
|
/linux/arch/powerpc/include/asm/nohash/32/ |
A D | pgtable.h | 370 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 3 }) macro
|
/linux/arch/powerpc/include/asm/nohash/64/ |
A D | pgtable.h | 308 #define __swp_entry_to_pte(x) __pte((x).val) macro
|
/linux/arch/um/include/asm/ |
A D | pgtable.h | 315 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux/arch/openrisc/include/asm/ |
A D | pgtable.h | 413 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux/arch/xtensa/include/asm/ |
A D | pgtable.h | 375 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux/arch/sparc/include/asm/ |
A D | pgtable_32.h | 359 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux/arch/arm/include/asm/ |
A D | pgtable.h | 309 #define __swp_entry_to_pte(swp) __pte((swp).val | PTE_TYPE_FAULT) macro
|
/linux/arch/microblaze/include/asm/ |
A D | pgtable.h | 420 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 2 }) macro
|
/linux/arch/alpha/include/asm/ |
A D | pgtable.h | 330 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|