OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pmap_lock
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/uvm/pmap/
pmap.h
240
pmap_lock
(struct pmap *pm)
function in typeref:typename:void
/src/sys/arch/hppa/hppa/
pmap.c
153
static inline void
pmap_lock
(struct pmap *);
217
pmap_lock
(struct pmap *pm)
function in typeref:typename:void
591
pmap_lock
(ppm);
1380
pmap_lock
(pmap);
1497
pmap_lock
(pmap);
1565
pmap_lock
(pmap);
1662
pmap_lock
(pmap);
1721
pmap_lock
(pmap);
1838
pmap_lock
(pmap);
/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/sparc64/sparc64/
pmap.c
359
static kmutex_t
pmap_lock
;
variable in typeref:typename:kmutex_t
1384
mutex_init(&
pmap_lock
, MUTEX_DEFAULT, IPL_NONE);
1799
mutex_enter(&
pmap_lock
);
1843
mutex_exit(&
pmap_lock
);
1872
mutex_exit(&
pmap_lock
);
1921
mutex_exit(&
pmap_lock
);
1942
mutex_exit(&
pmap_lock
);
2089
mutex_enter(&
pmap_lock
);
2164
mutex_exit(&
pmap_lock
);
2194
mutex_enter(&
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
Indexes created Sat Sep 20 22:09:52 GMT 2025