Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dpgtable_64.h238 #define __swp_entry_to_pmd(x) (__pmd((x).val)) macro
/linux/include/linux/
H A Dswapops.h339 return __swp_entry_to_pmd(arch_entry); in swp_entry_to_pmd()
/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.h346 #define __swp_entry_to_pmd(x) __pmd((x).val | _PAGE_HUGE) macro