Home
last modified time | relevance | path

Searched refs:__pmd_to_swp_entry (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/asm/
H A Dpgtable_64.h236 #define __pmd_to_swp_entry(pmd) ((swp_entry_t) { pmd_val((pmd)) }) macro
/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst237 | __pmd_to_swp_entry | Creates a swp_entry_t (arch) from a swap PMD |
/linux/arch/loongarch/include/asm/
H A Dpgtable.h348 #define __pmd_to_swp_entry(pmd) ((swp_entry_t) { pmd_val(pmd) }) macro