Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/include/asm/
Dpgtable_64.h239 #define __pmd_to_swp_entry(pmd) ((swp_entry_t) { pmd_val((pmd)) }) macro
/linux-5.19.10/include/linux/
Dswapops.h413 arch_entry = __pmd_to_swp_entry(pmd); in pmd_to_swp_entry()
/linux-5.19.10/Documentation/vm/
Darch_pgtable_helpers.rst247 | __pmd_to_swp_entry | Creates a swapped entry (arch) from a mapped PMD |
/linux-5.19.10/arch/loongarch/include/asm/
Dpgtable.h264 #define __pmd_to_swp_entry(pmd) ((swp_entry_t) { pmd_val(pmd) }) macro
/linux-5.19.10/arch/riscv/include/asm/
Dpgtable.h769 #define __pmd_to_swp_entry(pmd) ((swp_entry_t) { pmd_val(pmd) }) macro
/linux-5.19.10/arch/arm64/include/asm/
Dpgtable.h998 #define __pmd_to_swp_entry(pmd) ((swp_entry_t) { pmd_val(pmd) }) macro
/linux-5.19.10/arch/powerpc/include/asm/book3s/64/
Dpgtable.h775 #define __pmd_to_swp_entry(pmd) (__pte_to_swp_entry(pmd_pte(pmd))) macro
/linux-5.19.10/mm/
Ddebug_vm_pgtable.c876 swp = __pmd_to_swp_entry(pmd); in pmd_swap_tests()