/kernel/linux/linux-5.10/arch/mips/include/asm/ |
D | pgtable-32.h | 208 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro 219 #define __swp_entry_to_pte(x) ((pte_t) { 0, (x).val }) macro 228 #define __swp_entry_to_pte(x) ((pte_t) { 0, (x).val }) macro 242 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
D | pgtable-64.h | 344 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/kernel/linux/linux-5.10/arch/h8300/include/asm/ |
D | pgtable.h | 15 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
D | pgtable_no.h | 39 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
D | sun3_pgtable.h | 182 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
D | motorola_pgtable.h | 203 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
D | mcf_pgtable.h | 321 #define __swp_entry_to_pte(x) (__pte((x).val)) macro
|
/kernel/linux/linux-5.10/arch/c6x/include/asm/ |
D | pgtable.h | 47 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/kernel/linux/linux-5.10/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 | 238 #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
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
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
|
/kernel/linux/linux-5.10/arch/microblaze/include/asm/ |
D | pgtable.h | 39 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro 463 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 2 }) macro
|
/kernel/linux/linux-5.10/arch/nios2/include/asm/ |
D | pgtable.h | 269 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) macro
|
/kernel/linux/linux-5.10/arch/hexagon/include/asm/ |
D | pgtable.h | 362 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/kernel/linux/linux-5.10/arch/csky/include/asm/ |
D | pgtable.h | 55 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 370 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 3 }) macro
|
/kernel/linux/linux-5.10/arch/um/include/asm/ |
D | pgtable.h | 315 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
D | pgtable.h | 355 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 311 #define __swp_entry_to_pte(x) __pte((x).val) macro
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
D | pgtable.h | 307 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) macro
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
D | pgtable_32.h | 357 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/kernel/linux/linux-5.10/arch/openrisc/include/asm/ |
D | pgtable.h | 414 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
D | pgtable.h | 333 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
D | pgtable.h | 374 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|