Home
last modified time | relevance | path

Searched refs:__pgtable_ptr_val (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgalloc.h90 *pgd = __p4d(__pgtable_ptr_val(pud) | PGD_VAL_BITS); in p4d_populate()
133 *pud = __pud(__pgtable_ptr_val(pmd) | PUD_VAL_BITS); in pud_populate()
161 *pmd = __pmd(__pgtable_ptr_val(pte) | PMD_VAL_BITS); in pmd_populate_kernel()
167 *pmd = __pmd(__pgtable_ptr_val(pte_page) | PMD_VAL_BITS); in pmd_populate()
H A Dpgtable.h1005 #define __pgtable_ptr_val(ptr) __pa(ptr) macro