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

  /src/sys/arch/ia64/include/
pmap.h 123 #define PMAP_LOCK(pmap) mutex_enter(&(pmap)->pm_mtx)
169 #define PMAP_LOCK(pmap) mutex_enter(&(pmap)->pm_slock)
  /src/sys/arch/vax/vax/
pmap.c 162 static kmutex_t pmap_lock; variable in typeref:typename:kmutex_t
163 #define PMAP_LOCK mutex_spin_enter(&pmap_lock);
164 #define PMAP_UNLOCK mutex_spin_exit(&pmap_lock);
166 #define PMAP_LOCK
418 mutex_init(&pmap_lock, MUTEX_DEFAULT, IPL_VM);
797 PMAP_LOCK;
840 PMAP_LOCK;
1068 PMAP_LOCK;
1278 PMAP_LOCK;
    [all...]
  /src/sys/arch/alpha/alpha/
pmap.c 425 #define PMAP_LOCK(pmap) mutex_enter(pmap_pmap_lock(pmap))
1756 PMAP_LOCK(pmap);
1788 PMAP_LOCK(pmap);
1905 PMAP_LOCK(pmap);
1976 PMAP_LOCK(pv->pv_pmap);
2007 PMAP_LOCK(pv->pv_pmap);
2051 PMAP_LOCK(pmap);
2195 PMAP_LOCK(pmap);
2245 PMAP_LOCK(pmap);
2339 PMAP_LOCK(pmap)
    [all...]
  /src/sys/arch/powerpc/oea/
pmap.c 512 #define PMAP_LOCK() KERNEL_LOCK(1, NULL)
891 PMAP_LOCK();
1162 PMAP_LOCK();
1245 PMAP_LOCK();
1398 PMAP_LOCK();
1873 PMAP_LOCK();
1995 PMAP_LOCK();
2056 PMAP_LOCK();
2139 PMAP_LOCK();
2221 PMAP_LOCK();
    [all...]
  /src/sys/arch/sparc/sparc/
pmap.c 187 #define PMAP_LOCK() mutex_enter(&pmap_lock)
188 #define PMAP_UNLOCK() mutex_exit(&pmap_lock)
358 static kmutex_t pmap_lock; variable in typeref:typename:kmutex_t
2076 PMAP_LOCK();
2715 PMAP_LOCK();
2925 PMAP_LOCK();
3067 mutex_init(&pmap_lock, MUTEX_DEFAULT, IPL_NONE);
4662 PMAP_LOCK();
5181 PMAP_LOCK();
    [all...]

Completed in 20 milliseconds