Home
last modified time | relevance | path

Searched refs:pud_deref (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dpgtable.h1258 static inline unsigned long pud_deref(pud_t pud) in pud_deref() function
1270 return pud_deref(pud) >> PAGE_SHIFT; in pud_pfn()
1328 return (pmd_t *) pud_deref(pud) + pmd_index(address); in pmd_offset_lockless()
/kernel/linux/linux-5.10/arch/s390/mm/
H A Dvmem.c306 vmem_free_pages(pud_deref(*pud), CRST_ALLOC_ORDER); in try_free_pmd_table()
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dpgtable.h1394 static inline unsigned long pud_deref(pud_t pud) in pud_deref() function
1406 return __pa(pud_deref(pud)) >> PAGE_SHIFT; in pud_pfn()
1464 return (pmd_t *) pud_deref(pud) + pmd_index(address); in pmd_offset_lockless()
/kernel/linux/linux-6.6/arch/s390/mm/
H A Dvmem.c304 vmem_free_pages(pud_deref(*pud), CRST_ALLOC_ORDER); in try_free_pmd_table()

Completed in 9 milliseconds