HomeSort by: relevance | last modified time | path
    Searched defs:tlb_lock (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/alpha/alpha/
pmap.c 344 * ordering constraint with the tlb_lock:
346 * tlb_lock -> pmap activation lock
351 * * tlb_lock - This IPL_VM lock serializes local and remote TLB
585 * When notifying remote CPUs, we acquire the tlb_lock (which also
628 #define tlb_lock tlb_shootdown.lock macro
1031 mutex_spin_enter(&tlb_lock);
1132 mutex_spin_exit(&tlb_lock);
1422 mutex_init(&tlb_lock, MUTEX_SPIN, IPL_VM);

Completed in 16 milliseconds