Searched refs:ptbl_alloc (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/sys/powerpc/booke/ |
| D | pmap.c | 271 static pte_t *ptbl_alloc(mmu_t, pmap_t, pte_t **, 277 static pte_t *ptbl_alloc(mmu_t, pmap_t, unsigned int, boolean_t); 766 ptbl_alloc(mmu_t mmu, pmap_t pmap, pte_t ** pdir, unsigned int pdir_idx, in ptbl_alloc() function 1005 ptbl_alloc(mmu_t mmu, pmap_t pmap, unsigned int pdir_idx, boolean_t nosleep) in ptbl_alloc() function 1398 ptbl = ptbl_alloc(mmu, pmap, pdir, pdir_idx, nosleep); in pte_enter() 1596 ptbl = ptbl_alloc(mmu, pmap, pdir_idx, nosleep); in pte_enter()
|