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

/freebsd-10.0-release/sys/powerpc/aim/
H A Dmmu_oea.c191 static struct mtx tlbie_mtx; variable in typeref:struct:mtx
419 mtx_lock_spin(&tlbie_mtx);
423 mtx_unlock_spin(&tlbie_mtx);
860 mtx_init(&tlbie_mtx, "tlbie", NULL, MTX_SPIN);

Completed in 169 milliseconds