Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/aim/
H A Dmmu_oea.c189 static struct mtx tlbie_mtx; variable
459 mtx_lock_spin(&tlbie_mtx); in tlbie()
463 mtx_unlock_spin(&tlbie_mtx); in tlbie()
861 mtx_init(&tlbie_mtx, "tlbie", NULL, MTX_SPIN); in moea_bootstrap()