Home
last modified time | relevance | path

Searched refs:__swp_entry_to_pmd (Results 1 – 9 of 9) sorted by relevance

/linux/include/linux/ !
H A Dswapops.h338 return __swp_entry_to_pmd(arch_entry); in swp_entry_to_pmd()
/linux/arch/x86/include/asm/ !
H A Dpgtable_64.h238 #define __swp_entry_to_pmd(x) (__pmd((x).val)) macro
/linux/Documentation/mm/ !
H A Darch_pgtable_helpers.rst239 | __swp_entry_to_pmd | Creates a swap PMD from a swp_entry_t (arch) |
/linux/arch/loongarch/include/asm/ !
H A Dpgtable.h335 #define __swp_entry_to_pmd(x) __pmd((x).val | _PAGE_HUGE) macro
/linux/arch/riscv/include/asm/ !
H A Dpgtable.h1218 #define __swp_entry_to_pmd(swp) __pmd((swp).val) macro
/linux/arch/powerpc/include/asm/book3s/64/ !
H A Dpgtable.h660 #define __swp_entry_to_pmd(x) (pte_pmd(__swp_entry_to_pte(x))) macro
/linux/mm/ !
H A Ddebug_vm_pgtable.c837 pmd2 = __swp_entry_to_pmd(arch_entry); in pmd_softleaf_tests()
/linux/arch/s390/include/asm/ !
H A Dpgtable.h1914 static inline pmd_t __swp_entry_to_pmd(swp_entry_t arch_entry) in __swp_entry_to_pmd() function
/linux/arch/arm64/include/asm/ !
H A Dpgtable.h1548 #define __swp_entry_to_pmd(swp) __pmd((swp).val) macro