Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dpgtable_64.h240 #define __pmd_to_swp_entry(pmd) ((swp_entry_t) { pmd_val((pmd)) }) macro
/linux-6.15/include/linux/
H A Dswapops.h550 arch_entry = __pmd_to_swp_entry(pmd); in pmd_to_swp_entry()
/linux-6.15/Documentation/mm/
H A Darch_pgtable_helpers.rst249 | __pmd_to_swp_entry | Creates a swapped entry (arch) from a mapped PMD |
/linux-6.15/arch/loongarch/include/asm/
H A Dpgtable.h302 #define __pmd_to_swp_entry(pmd) ((swp_entry_t) { pmd_val(pmd) }) macro
/linux-6.15/arch/riscv/include/asm/
H A Dpgtable.h952 #define __pmd_to_swp_entry(pmd) ((swp_entry_t) { pmd_val(pmd) }) macro
/linux-6.15/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-6.15/mm/
H A Ddebug_vm_pgtable.c862 swp = __pmd_to_swp_entry(pmd); in pmd_swap_tests()
/linux-6.15/arch/arm64/include/asm/
H A Dpgtable.h1472 #define __pmd_to_swp_entry(pmd) ((swp_entry_t) { pmd_val(pmd) }) macro