/Linux-v5.4/arch/mips/include/asm/ |
D | pgtable-32.h | 231 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro 242 #define __swp_entry_to_pte(x) ((pte_t) { 0, (x).val }) macro 251 #define __swp_entry_to_pte(x) ((pte_t) { 0, (x).val }) macro 265 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
D | pgtable-64.h | 374 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/Linux-v5.4/arch/h8300/include/asm/ |
D | pgtable.h | 17 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/Linux-v5.4/arch/m68k/include/asm/ |
D | pgtable_no.h | 39 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
D | sun3_pgtable.h | 214 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
D | motorola_pgtable.h | 273 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
D | mcf_pgtable.h | 397 #define __swp_entry_to_pte(x) (__pte((x).val)) macro
|
/Linux-v5.4/arch/c6x/include/asm/ |
D | pgtable.h | 48 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/Linux-v5.4/arch/arm/include/asm/ |
D | pgtable-nommu.h | 49 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/Linux-v5.4/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 | 235 #define __swp_entry_to_pte(x) ((pte_t) { .pte = (x).val }) macro
|
D | pgtable-3level.h | 274 #define __swp_entry_to_pte(x) ((pte_t){ .pte = \ macro
|
/Linux-v5.4/arch/sh/include/asm/ |
D | pgtable_32.h | 465 #define __swp_entry_to_pte(x) ((pte_t){ 0, (x).val }) macro 473 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 1 }) macro
|
D | pgtable_64.h | 300 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/Linux-v5.4/arch/microblaze/include/asm/ |
D | pgtable.h | 43 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro 511 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 2 }) macro
|
/Linux-v5.4/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 385 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 3 }) macro
|
/Linux-v5.4/arch/nios2/include/asm/ |
D | pgtable.h | 287 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) macro
|
/Linux-v5.4/arch/unicore32/include/asm/ |
D | pgtable.h | 272 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) macro
|
/Linux-v5.4/arch/hexagon/include/asm/ |
D | pgtable.h | 392 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/Linux-v5.4/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 356 #define __swp_entry_to_pte(x) __pte((x).val) macro
|
/Linux-v5.4/arch/um/include/asm/ |
D | pgtable.h | 359 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/Linux-v5.4/arch/arc/include/asm/ |
D | pgtable.h | 381 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/Linux-v5.4/arch/csky/include/asm/ |
D | pgtable.h | 68 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/Linux-v5.4/arch/sparc/include/asm/ |
D | pgtable_32.h | 370 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/Linux-v5.4/arch/riscv/include/asm/ |
D | pgtable.h | 431 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|