/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
|
H A D | pgtable_64.h | 239 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val((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/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 | 457 #define __pte_to_swp_entry(pte) ((swp_entry_t){ (pte).pte_high }) macro 474 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) >> 1 }) 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 | 175 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
|
H A D | mcf_pgtable.h | 274 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
|
H A D | motorola_pgtable.h | 191 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
|
/linux/arch/hexagon/include/asm/ |
H A D | pgtable.h | 336 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
|
/linux/arch/nios2/include/asm/ |
H A D | pgtable.h | 266 #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/s390/mm/ |
H A D | hugetlbpage.c | 73 arch_entry = __pte_to_swp_entry(pte); in __pte_to_rste()
|
/linux/arch/alpha/include/asm/ |
H A D | pgtable.h | 334 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
|
/linux/arch/arm/include/asm/ |
H A D | pgtable.h | 303 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
|
/linux/arch/microblaze/include/asm/ |
H A D | pgtable.h | 406 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) >> 2 }) macro
|
/linux/arch/openrisc/include/asm/ |
H A D | pgtable.h | 413 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
|
/linux/arch/sparc/include/asm/ |
H A D | pgtable_32.h | 353 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
|
H A D | pgtable_64.h | 1027 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
|
/linux/arch/xtensa/include/asm/ |
H A D | pgtable.h | 355 #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/Documentation/mm/ |
H A D | arch_pgtable_helpers.rst | 245 | __pte_to_swp_entry | Creates a swapped entry (arch) from a mapped PTE |
|
/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 663 #define __pmd_to_swp_entry(pmd) (__pte_to_swp_entry(pmd_pte(pmd)))
|
/linux/arch/riscv/include/asm/ |
H A D | pgtable.h | 880 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
|