Home
last modified time | relevance | path

Searched refs:ptbl_alloc (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/sys/powerpc/booke/
Dpmap.c231 static pte_t *ptbl_alloc(mmu_t, pmap_t, unsigned int, boolean_t);
561 ptbl_alloc(mmu_t mmu, pmap_t pmap, unsigned int pdir_idx, boolean_t nosleep) in ptbl_alloc() function
910 ptbl = ptbl_alloc(mmu, pmap, pdir_idx, nosleep); in pte_enter()