/linux/arch/arc/include/asm/ |
H A D | pgtable-bits-arcv2.h | 130 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
|
/linux/arch/sh/include/asm/ |
H A D | pgtable_32.h | 449 #define __pte_to_swp_entry(pte) ((swp_entry_t){ (pte).pte_high }) macro 466 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) >> 1 }) macro
|
/linux/arch/x86/include/asm/ |
H A D | pgtable-2level.h | 108 #define __pte_to_swp_entry(pte) ((swp_entry_t) { (pte).pte_low }) macro
|
H A D | pgtable-3level.h | 201 #define __pte_to_swp_entry(pte) (__swp_entry(__pteval_swp_type(pte), \ macro
|
/linux/arch/powerpc/include/asm/nohash/32/ |
H A D | pgtable.h | 196 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) >> 3 }) macro
|
/linux/arch/powerpc/include/asm/nohash/64/ |
H A D | pgtable.h | 195 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val((pte)) }) macro
|
/linux/arch/m68k/include/asm/ |
H A D | sun3_pgtable.h | 169 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
|
H A D | motorola_pgtable.h | 185 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
|
H A D | mcf_pgtable.h | 268 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
|
/linux/arch/hexagon/include/asm/ |
H A D | pgtable.h | 333 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
|
/linux/arch/csky/include/asm/ |
H A D | pgtable.h | 42 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
|
/linux/arch/nios2/include/asm/ |
H A D | pgtable.h | 260 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
|
/linux/arch/um/include/asm/ |
H A D | pgtable.h | 313 #define __pte_to_swp_entry(pte) \ macro
|
/linux/arch/arm/include/asm/ |
H A D | pgtable.h | 301 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
|
/linux/arch/microblaze/include/asm/ |
H A D | pgtable.h | 398 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) >> 2 }) macro
|
/linux/arch/alpha/include/asm/ |
H A D | pgtable.h | 327 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
|
/linux/arch/xtensa/include/asm/ |
H A D | pgtable.h | 349 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
|
/linux/arch/openrisc/include/asm/ |
H A D | pgtable.h | 411 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
|
/linux/arch/sparc/include/asm/ |
H A D | pgtable_32.h | 348 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
|
H A D | pgtable_64.h | 1023 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
|
/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | pgtable.h | 365 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) >> 3 }) macro
|
/linux/arch/parisc/include/asm/ |
H A D | pgtable.h | 425 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
|
/linux/arch/loongarch/include/asm/ |
H A D | pgtable.h | 299 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
|
/linux/arch/riscv/include/asm/ |
H A D | pgtable.h | 1028 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
|
/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 661 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val((pte)) & ~_PAGE_PTE }) macro
|