Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/aim/
H A Dslb.c478 if (pm->pm_slb_len < n_slbs) { in slb_insert_user()
479 i = pm->pm_slb_len; in slb_insert_user()
480 pm->pm_slb_len++; in slb_insert_user()
614 for (i = 0; i < pm->pm_slb_len; i++) in handle_user_slb_spill()
618 if (i == pm->pm_slb_len) in handle_user_slb_spill()
H A Dmmu_oea64.c2501 pmap->pm_slb_len = 0; in moea64_pinit()
/freebsd/sys/powerpc/include/
H A Dpmap.h169 int pm_slb_len; member