Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Dpgtable_64.h240 #define __pmd_to_swp_entry(pmd) ((swp_entry_t) { pmd_val((pmd)) }) macro
/linux-6.12.1/include/linux/
Dswapops.h547 arch_entry = __pmd_to_swp_entry(pmd); in pmd_to_swp_entry()
/linux-6.12.1/Documentation/mm/
Darch_pgtable_helpers.rst249 | __pmd_to_swp_entry | Creates a swapped entry (arch) from a mapped PMD |
/linux-6.12.1/arch/loongarch/include/asm/
Dpgtable.h299 #define __pmd_to_swp_entry(pmd) ((swp_entry_t) { pmd_val(pmd) }) macro
/linux-6.12.1/arch/riscv/include/asm/
Dpgtable.h888 #define __pmd_to_swp_entry(pmd) ((swp_entry_t) { pmd_val(pmd) }) macro
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/
Dpgtable.h663 #define __pmd_to_swp_entry(pmd) (__pte_to_swp_entry(pmd_pte(pmd))) macro
/linux-6.12.1/mm/
Ddebug_vm_pgtable.c862 swp = __pmd_to_swp_entry(pmd); in pmd_swap_tests()
/linux-6.12.1/arch/arm64/include/asm/
Dpgtable.h1440 #define __pmd_to_swp_entry(pmd) ((swp_entry_t) { pmd_val(pmd) }) macro