/Linux-v4.19/arch/mips/include/asm/ |
D | pgtable-32.h | 185 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro 196 #define __swp_entry_to_pte(x) ((pte_t) { 0, (x).val }) macro 205 #define __swp_entry_to_pte(x) ((pte_t) { 0, (x).val }) macro 219 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
D | pgtable-64.h | 369 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/Linux-v4.19/arch/h8300/include/asm/ |
D | pgtable.h | 18 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/Linux-v4.19/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-v4.19/arch/c6x/include/asm/ |
D | pgtable.h | 51 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/Linux-v4.19/arch/arm/include/asm/ |
D | pgtable-nommu.h | 52 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/Linux-v4.19/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-v4.19/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 | 303 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/Linux-v4.19/arch/microblaze/include/asm/ |
D | pgtable.h | 43 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro 513 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 2 }) macro
|
/Linux-v4.19/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 324 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 3 }) macro
|
/Linux-v4.19/arch/nios2/include/asm/ |
D | pgtable.h | 288 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) macro
|
/Linux-v4.19/arch/unicore32/include/asm/ |
D | pgtable.h | 277 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) macro
|
/Linux-v4.19/arch/hexagon/include/asm/ |
D | pgtable.h | 405 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/Linux-v4.19/arch/um/include/asm/ |
D | pgtable.h | 349 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/Linux-v4.19/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 328 #define __swp_entry_to_pte(x) __pte((x).val) macro
|
/Linux-v4.19/arch/arc/include/asm/ |
D | pgtable.h | 384 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 293 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 3 }) macro
|
/Linux-v4.19/arch/riscv/include/asm/ |
D | pgtable.h | 401 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | pgtable_32.h | 370 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
|