__pmd_to_phys
#define __pmd_to_phys(pmd) __pte_to_phys(pmd_pte(pmd))
#define __pmd_to_phys(pmd) (__page_val_to_pfn(pmd_val(pmd)) << PAGE_SHIFT)