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

/freebsd-10.3-release/sys/powerpc/booke/
H A Dpmap.c233 static void ptbl_hold(mmu_t, pmap_t, unsigned int);
721 ptbl_hold(mmu_t mmu, pmap_t pmap, unsigned int pdir_idx) function
732 ("ptbl_hold: invalid pdir_idx"));
734 ("ptbl_hold: holding kernel ptbl!"));
738 KASSERT((ptbl != NULL), ("ptbl_hold: null ptbl"));
929 ptbl_hold(mmu, pmap, pdir_idx);

Completed in 72 milliseconds