Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/booke/
H A Dpmap_64.c233 *pva = va + PG_ROOT_SIZE * i + in pte_find_next()
527 pdir_l1s = howmany(kva_size, PG_ROOT_SIZE); in kernel_pte_alloc()
578 data_end += howmany(kva_size, PG_ROOT_SIZE) * PAGE_SIZE; in mmu_booke_alloc_kernel_pgtables()
/freebsd/sys/powerpc/include/
H A Dpte.h336 #define PG_ROOT_SIZE (1UL << PG_ROOT_L) /* va range mapped by pp2d */ macro