Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dpgtable_64.h240 #define __swp_entry_to_pmd(x) (__pmd((x).val)) macro
/linux/include/linux/
H A Dswapops.h559 return __swp_entry_to_pmd(arch_entry); in swp_entry_to_pmd()
/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst245 | __swp_entry_to_pmd | Creates a swap PMD from a swp_entry_t (arch) |
/linux/arch/loongarch/include/asm/
H A Dpgtable.h302 #define __swp_entry_to_pmd(x) ((pmd_t) { (x).val | _PAGE_HUGE }) macro
/linux/arch/riscv/include/asm/
H A Dpgtable.h1026 #define __swp_entry_to_pmd(swp) __pmd((swp).val) macro
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h645 #define __swp_entry_to_pmd(x) (pte_pmd(__swp_entry_to_pte(x))) macro
/linux/mm/
H A Ddebug_vm_pgtable.c812 pmd2 = __swp_entry_to_pmd(arch_entry); in pmd_swap_tests()