__swp_entry_to_pmd  745 arch/powerpc/include/asm/book3s/64/pgtable.h #define __swp_entry_to_pmd(x)	(pte_pmd(__swp_entry_to_pte(x)))
__swp_entry_to_pmd  236 arch/x86/include/asm/pgtable_64.h #define __swp_entry_to_pmd(x)		((pmd_t) { .pmd = (x).val })