/linux/arch/arc/include/asm/ |
H A D | pgtable-bits-arcv2.h | 131 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux/arch/sh/include/asm/ |
H A D | pgtable_32.h | 450 #define __swp_entry_to_pte(x) ((pte_t){ 0, (x).val }) macro 467 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 1 }) macro
|
/linux/arch/x86/include/asm/ |
H A D | pgtable-2level.h | 109 #define __swp_entry_to_pte(x) ((pte_t) { .pte = (x).val }) macro
|
H A D | pgtable-3level.h | 190 #define __swp_entry_to_pte(x) ((pte_t){ .pte = \ macro
|
/linux/arch/powerpc/include/asm/nohash/32/ |
H A D | pgtable.h | 197 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 3 }) macro
|
/linux/arch/powerpc/include/asm/nohash/64/ |
H A D | pgtable.h | 196 #define __swp_entry_to_pte(x) __pte((x).val) macro
|
/linux/arch/m68k/include/asm/ |
H A D | sun3_pgtable.h | 170 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
H A D | motorola_pgtable.h | 186 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
H A D | mcf_pgtable.h | 269 #define __swp_entry_to_pte(x) (__pte((x).val)) macro
|
/linux/arch/hexagon/include/asm/ |
H A D | pgtable.h | 336 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux/arch/csky/include/asm/ |
H A D | pgtable.h | 43 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux/arch/nios2/include/asm/ |
H A D | pgtable.h | 259 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) macro
|
/linux/arch/um/include/asm/ |
H A D | pgtable.h | 315 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux/arch/arm/include/asm/ |
H A D | pgtable.h | 302 #define __swp_entry_to_pte(swp) __pte((swp).val) macro
|
/linux/arch/microblaze/include/asm/ |
H A D | pgtable.h | 399 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 2 }) macro
|
/linux/arch/alpha/include/asm/ |
H A D | pgtable.h | 328 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux/arch/xtensa/include/asm/ |
H A D | pgtable.h | 350 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux/arch/openrisc/include/asm/ |
H A D | pgtable.h | 412 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux/arch/sparc/include/asm/ |
H A D | pgtable_32.h | 349 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
H A D | pgtable_64.h | 1024 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | pgtable.h | 366 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 3 }) macro
|
/linux/arch/parisc/include/asm/ |
H A D | pgtable.h | 426 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux/arch/loongarch/include/asm/ |
H A D | pgtable.h | 300 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux/arch/riscv/include/asm/ |
H A D | pgtable.h | 1029 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 662 #define __swp_entry_to_pte(x) __pte((x).val | _PAGE_PTE) macro
|