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

  /src/sys/arch/ia64/include/
pmap.h 130 #define PMAP_UNLOCK(pmap) mutex_exit(&(pmap)->pm_mtx)
170 #define PMAP_UNLOCK(pmap) mutex_exit(&(pmap)->pm_slock)
  /src/sys/arch/vax/vax/
pmap.c 164 #define PMAP_UNLOCK mutex_spin_exit(&pmap_lock);
167 #define PMAP_UNLOCK
795 PMAP_UNLOCK;
838 PMAP_UNLOCK;
1108 PMAP_UNLOCK;
1122 PMAP_UNLOCK;
1136 PMAP_UNLOCK;
1142 PMAP_UNLOCK;
1161 PMAP_UNLOCK;
1196 PMAP_UNLOCK;
    [all...]
  /src/sys/arch/alpha/alpha/
pmap.c 426 #define PMAP_UNLOCK(pmap) mutex_exit(pmap_pmap_lock(pmap))
1770 PMAP_UNLOCK(pmap);
1856 PMAP_UNLOCK(pmap);
1932 PMAP_UNLOCK(pmap);
1984 PMAP_UNLOCK(pv->pv_pmap);
2013 PMAP_UNLOCK(pv->pv_pmap);
2080 PMAP_UNLOCK(pmap);
2101 PMAP_UNLOCK(pmap);
2128 PMAP_UNLOCK(pmap);
2156 PMAP_UNLOCK(pmap)
    [all...]
  /src/sys/arch/powerpc/oea/
pmap.c 513 #define PMAP_UNLOCK() KERNEL_UNLOCK_ONE(NULL)
1067 PMAP_UNLOCK();
1202 PMAP_UNLOCK();
1205 PMAP_UNLOCK();
1254 PMAP_UNLOCK();
1492 PMAP_UNLOCK();
1974 PMAP_UNLOCK();
2031 PMAP_UNLOCK();
2067 PMAP_UNLOCK();
2156 PMAP_UNLOCK();
    [all...]
  /src/sys/arch/sparc/sparc/
pmap.c 188 #define PMAP_UNLOCK() mutex_exit(&pmap_lock)
2089 PMAP_UNLOCK();
2106 PMAP_UNLOCK();
2112 PMAP_UNLOCK();
2117 PMAP_UNLOCK();
2749 PMAP_UNLOCK();
2938 PMAP_UNLOCK();
4673 PMAP_UNLOCK();
5252 PMAP_UNLOCK();
5442 PMAP_UNLOCK();
    [all...]

Completed in 20 milliseconds