Home
last modified time | relevance | path

Searched defs:__pmd_to_swp_entry (Results 1 – 4 of 4) sorted by relevance

/linux/arch/loongarch/include/asm/
H A Dpgtable.h301 #define __pmd_to_swp_entry(pmd) ((swp_entry_t) { pmd_val(pmd) }) macro
/linux/arch/riscv/include/asm/
H A Dpgtable.h1047 #define __pmd_to_swp_entry(pmd) ((swp_entry_t) { pmd_val(pmd) }) macro
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h663 #define __pmd_to_swp_entry(pmd) (__pte_to_swp_entry(pmd_pte(pmd))) macro
/linux/arch/arm64/include/asm/
H A Dpgtable.h1571 #define __pmd_to_swp_entry(pmd) ((swp_entry_t) { pmd_val(pmd) }) macro