Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/aim/
H A Dslb.c486 pm->pm_slb[i] = slb; in slb_insert_user()
598 if (pm->pm_slb == NULL) in handle_user_slb_spill()
615 if (pm->pm_slb[i] == user_entry) in handle_user_slb_spill()
H A Dmmu_oea64.c1317 PCPU_SET(aim.userslb, pm->pm_slb); in moea64_activate()
2500 pmap->pm_slb = slb_alloc_user_cache(); in moea64_pinit()
2683 slb_free_user_cache(pmap->pm_slb); in moea64_release()
/freebsd/sys/powerpc/include/
H A Dpmap.h168 struct slb **pm_slb; member