Home
last modified time | relevance | path

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

/freebsd/sys/riscv/include/
H A Dpmap.h77 struct mtx pm_mtx; member
96 mtx_assert(&(pmap)->pm_mtx, MA_OWNED)
97 #define PMAP_LOCK(pmap) mtx_lock(&(pmap)->pm_mtx)
99 mtx_assert(&(pmap)->pm_mtx, (type))
100 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx)
101 #define PMAP_LOCK_INIT(pmap) mtx_init(&(pmap)->pm_mtx, "pmap", \
103 #define PMAP_OWNED(pmap) mtx_owned(&(pmap)->pm_mtx)
104 #define PMAP_MTX(pmap) (&(pmap)->pm_mtx)
105 #define PMAP_TRYLOCK(pmap) mtx_trylock(&(pmap)->pm_mtx)
106 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx)
/freebsd/sys/arm/include/
H A Dpmap.h102 struct mtx pm_mtx; member
117 #define PMAP_LOCK(pmap) mtx_lock(&(pmap)->pm_mtx)
119 mtx_assert(&(pmap)->pm_mtx, (type))
120 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx)
121 #define PMAP_LOCK_INIT(pmap) mtx_init(&(pmap)->pm_mtx, "pmap", \
123 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx)
124 #define PMAP_MTX(pmap) (&(pmap)->pm_mtx)
125 #define PMAP_TRYLOCK(pmap) mtx_trylock(&(pmap)->pm_mtx)
126 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx)
/freebsd/sys/arm64/include/
H A Dpmap.h81 struct mtx pm_mtx; member
107 mtx_assert(&(pmap)->pm_mtx, MA_OWNED)
108 #define PMAP_LOCK(pmap) mtx_lock(&(pmap)->pm_mtx)
110 mtx_assert(&(pmap)->pm_mtx, (type))
111 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx)
112 #define PMAP_LOCK_INIT(pmap) mtx_init(&(pmap)->pm_mtx, "pmap", \
114 #define PMAP_OWNED(pmap) mtx_owned(&(pmap)->pm_mtx)
115 #define PMAP_MTX(pmap) (&(pmap)->pm_mtx)
116 #define PMAP_TRYLOCK(pmap) mtx_trylock(&(pmap)->pm_mtx)
117 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx)
/freebsd/sys/i386/include/
H A Dpmap.h164 struct mtx pm_mtx; member
181 #define PMAP_LOCK(pmap) mtx_lock(&(pmap)->pm_mtx)
183 mtx_assert(&(pmap)->pm_mtx, (type))
184 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx)
185 #define PMAP_LOCK_INIT(pmap) mtx_init(&(pmap)->pm_mtx, "pmap", \
187 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx)
188 #define PMAP_MTX(pmap) (&(pmap)->pm_mtx)
189 #define PMAP_TRYLOCK(pmap) mtx_trylock(&(pmap)->pm_mtx)
190 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx)
/freebsd/sys/powerpc/include/
H A Dpmap.h162 struct mtx pm_mtx; member
289 #define PMAP_LOCK(pmap) mtx_lock(&(pmap)->pm_mtx)
291 mtx_assert(&(pmap)->pm_mtx, (type))
292 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx)
293 #define PMAP_LOCK_INIT(pmap) mtx_init(&(pmap)->pm_mtx, \
296 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx)
297 #define PMAP_MTX(pmap) (&(pmap)->pm_mtx)
298 #define PMAP_TRYLOCK(pmap) mtx_trylock(&(pmap)->pm_mtx)
299 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx)
/freebsd/sys/amd64/include/
H A Dpmap.h321 struct mtx pm_mtx; member
350 #define PMAP_LOCK(pmap) mtx_lock(&(pmap)->pm_mtx)
352 mtx_assert(&(pmap)->pm_mtx, (type))
353 #define PMAP_LOCK_DESTROY(pmap) mtx_destroy(&(pmap)->pm_mtx)
354 #define PMAP_LOCK_INIT(pmap) mtx_init(&(pmap)->pm_mtx, "pmap", \
356 #define PMAP_LOCKED(pmap) mtx_owned(&(pmap)->pm_mtx)
357 #define PMAP_MTX(pmap) (&(pmap)->pm_mtx)
358 #define PMAP_TRYLOCK(pmap) mtx_trylock(&(pmap)->pm_mtx)
359 #define PMAP_UNLOCK(pmap) mtx_unlock(&(pmap)->pm_mtx)