Home
last modified time | relevance | path

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

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