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

/freebsd-11.0-release/sys/powerpc/include/
H A Dpte.h197 #define PTBL_PAGES 2 macro
/freebsd-11.0-release/sys/powerpc/booke/
H A Dpmap.c247 /* Number of kva ptbl buffers, each covering one ptbl (PTBL_PAGES). */
523 __func__, ptbl_buf_pool_vabase, PTBL_BUFS * PTBL_PAGES * PAGE_SIZE);
529 ptbl_bufs[i].kva = ptbl_buf_pool_vabase + i * PTBL_PAGES * PAGE_SIZE;
590 vm_page_t mtbl[PTBL_PAGES];
614 for (i = 0; i < PTBL_PAGES; i++) {
615 pidx = (PTBL_PAGES * pdir_idx) + i;
635 mmu_booke_qenter(mmu, (vm_offset_t)ptbl, mtbl, PTBL_PAGES);
638 bzero((caddr_t)ptbl, PTBL_PAGES * PAGE_SIZE);
680 for (i = 0; i < PTBL_PAGES; i++) {
721 for (i = 0; i < PTBL_PAGES;
[all...]

Completed in 92 milliseconds