Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dpgtable_64.h240 #define __pmd_to_swp_entry(pmd) ((swp_entry_t) { pmd_val((pmd)) }) macro
/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst249 | __pmd_to_swp_entry | Creates a swapped entry (arch) from a mapped PMD |
/linux/arch/riscv/include/asm/
H A Dpgtable.h899 #define __pmd_to_swp_entry(pmd) ((swp_entry_t) { pmd_val(pmd) }) macro
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h663 #define __pmd_to_swp_entry(pmd) (__pte_to_swp_entry(pmd_pte(pmd))) macro
/linux/mm/
H A Ddebug_vm_pgtable.c862 swp = __pmd_to_swp_entry(pmd); in pmd_swap_tests()