Searched refs:PDIR_NENTRIES (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/powerpc/include/
H A Dpte.h247 * pdir consists of PDIR_NENTRIES entries, each being a pointer to
256 #define PDIR_NENTRIES (1<<PDIR_NUM) macro
259 #define PDIR_PAGES ((PDIR_NENTRIES * (1<<PDIR_ENTRY_SHIFT)) / PAGE_SIZE)
290 #define PDIR_NENTRIES 1024 /* number of page tables in pdir */ macro
H A Dpmap.h201 pte_t *pm_pdir[PDIR_NENTRIES];
/freebsd-12-stable/sys/powerpc/booke/
H A Dpmap.c1482 for (j = PDIR_IDX(va + (i * PAGE_SIZE * PDIR_NENTRIES * PTBL_NENTRIES));
1483 j < PDIR_NENTRIES; j++) {
1486 (((i * PDIR_NENTRIES) + j) * PAGE_SIZE * PTBL_PAGES));
1781 kernel_pdirs = howmany(kernel_ptbls, PDIR_NENTRIES);
2363 bzero(&pmap->pm_pdir, sizeof(pte_t *) * PDIR_NENTRIES);

Completed in 77 milliseconds