/linux-6.12.1/arch/mips/include/asm/ |
D | pgtable-32.h | 215 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro 243 #define __swp_entry_to_pte(x) ((pte_t) { 0, (x).val }) macro 272 #define __swp_entry_to_pte(x) ((pte_t) { 0, (x).val }) macro 296 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
D | pgtable-64.h | 345 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux-6.12.1/arch/arc/include/asm/ |
D | pgtable-bits-arcv2.h | 131 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux-6.12.1/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 197 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 3 }) macro
|
/linux-6.12.1/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 | 190 #define __swp_entry_to_pte(x) ((pte_t){ .pte = \ macro
|
D | pgtable_64.h | 241 #define __swp_entry_to_pte(x) (__pte((x).val)) macro
|
/linux-6.12.1/arch/sh/include/asm/ |
D | pgtable_32.h | 458 #define __swp_entry_to_pte(x) ((pte_t){ 0, (x).val }) macro 475 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 1 }) macro
|
/linux-6.12.1/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 196 #define __swp_entry_to_pte(x) __pte((x).val) macro
|
/linux-6.12.1/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 176 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
D | motorola_pgtable.h | 192 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
D | mcf_pgtable.h | 275 #define __swp_entry_to_pte(x) (__pte((x).val)) macro
|
/linux-6.12.1/arch/csky/include/asm/ |
D | pgtable.h | 43 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux-6.12.1/arch/hexagon/include/asm/ |
D | pgtable.h | 339 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux-6.12.1/arch/nios2/include/asm/ |
D | pgtable.h | 265 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) macro
|
/linux-6.12.1/arch/arm/include/asm/ |
D | pgtable.h | 304 #define __swp_entry_to_pte(swp) __pte((swp).val) macro
|
/linux-6.12.1/arch/um/include/asm/ |
D | pgtable.h | 343 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux-6.12.1/arch/xtensa/include/asm/ |
D | pgtable.h | 356 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux-6.12.1/arch/openrisc/include/asm/ |
D | pgtable.h | 414 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux-6.12.1/arch/microblaze/include/asm/ |
D | pgtable.h | 407 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 2 }) macro
|
/linux-6.12.1/arch/alpha/include/asm/ |
D | pgtable.h | 335 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux-6.12.1/arch/sparc/include/asm/ |
D | pgtable_32.h | 354 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux-6.12.1/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 366 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 3 }) macro
|
/linux-6.12.1/arch/parisc/include/asm/ |
D | pgtable.h | 432 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux-6.12.1/arch/loongarch/include/asm/ |
D | pgtable.h | 298 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|