Home
last modified time | relevance | path

Searched defs:__swp_entry_to_pmd (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/asm/
H A Dpgtable_64.h242 #define __swp_entry_to_pmd(x) (__pmd((x).val)) macro
/linux/arch/riscv/include/asm/
H A Dpgtable.h900 #define __swp_entry_to_pmd(swp) __pmd((swp).val) macro
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h664 #define __swp_entry_to_pmd(x) (pte_pmd(__swp_entry_to_pte(x))) macro