Searched refs:__pud_to_phys (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/arm64/include/asm/
H A Dpgtable.h546 #define __pud_to_phys(pud) __pte_to_phys(pud_pte(pud)) macro
548 #define pud_pfn(pud) ((__pud_to_phys(pud) & PUD_MASK) >> PAGE_SHIFT)
741 return __pud_to_phys(pud);
756 #define pud_page(pud) phys_to_page(__pud_to_phys(pud))
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h649 #define __pud_to_phys(pud) (__page_val_to_pfn(pud_val(pud)) << PAGE_SHIFT) macro
653 return ((__pud_to_phys(pud) & PUD_MASK) >> PAGE_SHIFT);

Completed in 122 milliseconds