Home
last modified time | relevance | path

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

/src/sys/powerpc/booke/
H A Dpmap_64.c293 unsigned int pg_root_idx = PG_ROOT_IDX(va); in ptbl_alloc() local
300 pg_root_idx, nosleep, false, is_new); in ptbl_alloc()
324 u_int pg_root_idx; in ptbl_unhold() local
330 pg_root_idx = PG_ROOT_IDX(va); in ptbl_unhold()
337 pdir_l1 = pmap->pm_root[pg_root_idx]; in ptbl_unhold()
358 pmap->pm_root[pg_root_idx] = NULL; in ptbl_unhold()