/linux-6.3-rc2/arch/mips/include/asm/ |
A 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
|
A D | pgtable-64.h | 345 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux-6.3-rc2/arch/arc/include/asm/ |
A D | pgtable-bits-arcv2.h | 133 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | pgtable-2level.h | 109 #define __swp_entry_to_pte(x) ((pte_t) { .pte = (x).val }) macro
|
A D | pgtable-3level.h | 190 #define __swp_entry_to_pte(x) ((pte_t){ .pte = \ macro
|
A D | pgtable_64.h | 240 #define __swp_entry_to_pte(x) ((pte_t) { .pte = (x).val }) macro
|
/linux-6.3-rc2/arch/sh/include/asm/ |
A D | pgtable_32.h | 459 #define __swp_entry_to_pte(x) ((pte_t){ 0, (x).val }) macro 476 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 1 }) macro
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | sun3_pgtable.h | 175 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
A D | motorola_pgtable.h | 191 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
A D | mcf_pgtable.h | 276 #define __swp_entry_to_pte(x) (__pte((x).val)) macro
|
/linux-6.3-rc2/arch/nios2/include/asm/ |
A D | pgtable.h | 253 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) macro
|
/linux-6.3-rc2/arch/csky/include/asm/ |
A D | pgtable.h | 42 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux-6.3-rc2/arch/hexagon/include/asm/ |
A D | pgtable.h | 339 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/32/ |
A D | pgtable.h | 382 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 3 }) macro
|
/linux-6.3-rc2/arch/um/include/asm/ |
A D | pgtable.h | 314 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/64/ |
A D | pgtable.h | 308 #define __swp_entry_to_pte(x) __pte((x).val) macro
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | pgtable.h | 299 #define __swp_entry_to_pte(swp) __pte((swp).val) macro
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | pgtable_32.h | 354 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux-6.3-rc2/arch/openrisc/include/asm/ |
A D | pgtable.h | 409 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux-6.3-rc2/arch/alpha/include/asm/ |
A D | pgtable.h | 329 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux-6.3-rc2/arch/xtensa/include/asm/ |
A D | pgtable.h | 361 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux-6.3-rc2/arch/microblaze/include/asm/ |
A D | pgtable.h | 413 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 2 }) macro
|
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/32/ |
A D | pgtable.h | 387 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 3 }) macro
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | pgtable.h | 275 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/linux-6.3-rc2/arch/ia64/include/asm/ |
A D | pgtable.h | 425 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|