Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dleafops.h105 arch_entry = __pmd_to_swp_entry(pmd); in softleaf_from_pmd()
/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst237 | __pmd_to_swp_entry | Creates a swp_entry_t (arch) from a swap PMD |
/linux/arch/loongarch/include/asm/
H A Dpgtable.h337 #define __pmd_to_swp_entry(pmd) ((swp_entry_t) { pmd_val(pmd) }) macro
/linux/arch/riscv/include/asm/
H A Dpgtable.h1191 #define __pmd_to_swp_entry(pmd) ((swp_entry_t) { pmd_val(pmd) }) macro
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h644 #define __pmd_to_swp_entry(pmd) (__pte_to_swp_entry(pmd_pte(pmd))) macro
/linux/mm/
H A Ddebug_vm_pgtable.c836 arch_entry = __pmd_to_swp_entry(pmd1); in pmd_softleaf_tests()
/linux/arch/s390/include/asm/
H A Dpgtable.h1994 static inline swp_entry_t __pmd_to_swp_entry(pmd_t pmd) in __pmd_to_swp_entry() function
/linux/arch/arm64/include/asm/
H A Dpgtable.h1557 #define __pmd_to_swp_entry(pmd) ((swp_entry_t) { pmd_val(pmd) }) macro