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

/freebsd-11.0-release/sys/powerpc/booke/
H A Dpmap.c231 static int ptbl_unhold(mmu_t, pmap_t, unsigned int);
699 ptbl_unhold(mmu_t mmu, pmap_t pmap, unsigned int pdir_idx) function
710 ("ptbl_unhold: invalid pdir_idx"));
712 ("ptbl_unhold: unholding kernel ptbl!"));
716 //debugf("ptbl_unhold: ptbl = 0x%08x\n", (u_int32_t)ptbl);
718 ("ptbl_unhold: non kva ptbl"));
736 //debugf("ptbl_unhold: e (freed ptbl)\n");
910 return (ptbl_unhold(mmu, pmap, pdir_idx));

Completed in 58 milliseconds