Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/include/asm/
Dpgtable_64.h237 #define __pmd_to_swp_entry(pmd) ((swp_entry_t) { pmd_val((pmd)) }) macro
/Linux-v5.15/include/linux/
Dswapops.h293 arch_entry = __pmd_to_swp_entry(pmd); in pmd_to_swp_entry()
/Linux-v5.15/Documentation/vm/
Darch_pgtable_helpers.rst245 | __pmd_to_swp_entry | Creates a swapped entry (arch) from a mapped PMD |
/Linux-v5.15/arch/arm64/include/asm/
Dpgtable.h925 #define __pmd_to_swp_entry(pmd) ((swp_entry_t) { pmd_val(pmd) }) macro
/Linux-v5.15/arch/powerpc/include/asm/book3s/64/
Dpgtable.h773 #define __pmd_to_swp_entry(pmd) (__pte_to_swp_entry(pmd_pte(pmd))) macro
/Linux-v5.15/mm/
Ddebug_vm_pgtable.c861 swp = __pmd_to_swp_entry(pmd); in pmd_swap_tests()