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

/freebsd-10.2-release/sys/powerpc/include/
H A Dpte.h203 #define PTBL_PAGES 2 macro
/freebsd-10.2-release/sys/powerpc/booke/
H A Dpmap.c246 /* Number of kva ptbl buffers, each covering one ptbl (PTBL_PAGES). */
496 __func__, ptbl_buf_pool_vabase, PTBL_BUFS * PTBL_PAGES * PAGE_SIZE);
502 ptbl_bufs[i].kva = ptbl_buf_pool_vabase + i * PTBL_PAGES * PAGE_SIZE;
563 vm_page_t mtbl[PTBL_PAGES];
587 for (i = 0; i < PTBL_PAGES; i++) {
588 pidx = (PTBL_PAGES * pdir_idx) + i;
608 mmu_booke_qenter(mmu, (vm_offset_t)ptbl, mtbl, PTBL_PAGES);
611 bzero((caddr_t)ptbl, PTBL_PAGES * PAGE_SIZE);
653 for (i = 0; i < PTBL_PAGES; i++) {
694 for (i = 0; i < PTBL_PAGES;
[all...]

Completed in 50 milliseconds