Searched refs:pmd_deref (Results 1 - 2 of 2) sorted by last modified time

/linux-master/arch/s390/mm/
H A Dvmem.c218 vmem_pte_free((unsigned long *) pmd_deref(*pmd));
246 vmem_free_pages(pmd_deref(*pmd), get_order(PMD_SIZE), altmap);
250 vmem_free_pages(pmd_deref(*pmd), get_order(PMD_SIZE), altmap);
/linux-master/arch/s390/include/asm/
H A Dpgtable.h1399 static inline unsigned long pmd_deref(pmd_t pmd) function
1411 return __pa(pmd_deref(pmd)) >> PAGE_SHIFT;
1497 return (unsigned long) pmd_deref(pmd);

Completed in 145 milliseconds