Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/powerpc/include/
Dpte.h275 #define PTBL_IDX(va) ((va >> PTBL_SHIFT) & PTBL_MASK) macro
310 #define PTBL_IDX(va) (((va) & PTBL_MASK) >> PTBL_SHIFT) macro
/freebsd-12-stable/sys/powerpc/booke/
Dpmap.c647 return ((ptbl != NULL) ? &ptbl[PTBL_IDX(va)] : NULL); in pte_find()
1384 unsigned int ptbl_idx = PTBL_IDX(va); in pte_enter()
1497 pte = &(kernel_pmap->pm_pp2d[PP2D_IDX(va)][PDIR_IDX(va)][PTBL_IDX(va)]); in kernel_pte_alloc()
1513 unsigned int ptbl_idx = PTBL_IDX(va); in pte_remove()
1585 unsigned int ptbl_idx = PTBL_IDX(va); in pte_enter()
1670 unsigned int ptbl_idx = PTBL_IDX(va); in pte_find()
1700 pte = &(kernel_pmap->pm_pdir[PDIR_IDX(va)][PTBL_IDX(va)]); in kernel_pte_alloc()