/Linux-v6.1/arch/mips/include/asm/ |
D | pgtable-32.h | 201 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro 212 #define __swp_entry_to_pte(x) ((pte_t) { 0, (x).val }) macro 221 #define __swp_entry_to_pte(x) ((pte_t) { 0, (x).val }) macro 235 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
D | pgtable-64.h | 333 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/Linux-v6.1/arch/m68k/include/asm/ |
D | pgtable_no.h | 39 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
D | sun3_pgtable.h | 160 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
D | motorola_pgtable.h | 177 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
D | mcf_pgtable.h | 264 #define __swp_entry_to_pte(x) (__pte((x).val)) macro
|
/Linux-v6.1/arch/arc/include/asm/ |
D | pgtable-bits-arcv2.h | 121 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/Linux-v6.1/arch/x86/include/asm/ |
D | pgtable-2level.h | 96 #define __swp_entry_to_pte(x) ((pte_t) { .pte = (x).val }) macro
|
D | pgtable_64.h | 240 #define __swp_entry_to_pte(x) ((pte_t) { .pte = (x).val }) macro
|
D | pgtable-3level.h | 276 #define __swp_entry_to_pte(x) ((pte_t){ .pte = \ macro
|
/Linux-v6.1/arch/sh/include/asm/ |
D | pgtable_32.h | 450 #define __swp_entry_to_pte(x) ((pte_t){ 0, (x).val }) macro 458 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 1 }) macro
|
/Linux-v6.1/arch/nios2/include/asm/ |
D | pgtable.h | 249 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) macro
|
/Linux-v6.1/arch/hexagon/include/asm/ |
D | pgtable.h | 336 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/Linux-v6.1/arch/csky/include/asm/ |
D | pgtable.h | 42 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/Linux-v6.1/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 367 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 3 }) macro
|
/Linux-v6.1/arch/um/include/asm/ |
D | pgtable.h | 299 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/Linux-v6.1/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 293 #define __swp_entry_to_pte(x) __pte((x).val) macro
|
/Linux-v6.1/arch/arm/include/asm/ |
D | pgtable.h | 294 #define __swp_entry_to_pte(swp) __pte((swp).val | PTE_TYPE_FAULT) macro
|
/Linux-v6.1/arch/sparc/include/asm/ |
D | pgtable_32.h | 345 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/Linux-v6.1/arch/openrisc/include/asm/ |
D | pgtable.h | 396 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/Linux-v6.1/arch/alpha/include/asm/ |
D | pgtable.h | 314 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/Linux-v6.1/arch/microblaze/include/asm/ |
D | pgtable.h | 406 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 2 }) macro
|
/Linux-v6.1/arch/xtensa/include/asm/ |
D | pgtable.h | 357 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/Linux-v6.1/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 375 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 3 }) macro
|
/Linux-v6.1/arch/loongarch/include/asm/ |
D | pgtable.h | 257 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|