OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pmap_wired
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/ia64/ia64/
pmap.c
159
#define
pmap_wired
(lpte) ((lpte)->pte & PTE_WIRED)
macro
739
if (
pmap_wired
(pte))
1230
if (
pmap_wired
(pte))
1676
wired = (flags &
PMAP_WIRED
) != 0;
1738
if (wired && !
pmap_wired
(&origpte))
1740
else if (!wired &&
pmap_wired
(&origpte))
1914
if (
pmap_wired
(pte))
1964
if (!
pmap_wired
(pte))
pmap.c
159
#define
pmap_wired
(lpte) ((lpte)->pte & PTE_WIRED)
macro
739
if (
pmap_wired
(pte))
1230
if (
pmap_wired
(pte))
1676
wired = (flags &
PMAP_WIRED
) != 0;
1738
if (wired && !
pmap_wired
(&origpte))
1740
else if (!wired &&
pmap_wired
(&origpte))
1914
if (
pmap_wired
(pte))
1964
if (!
pmap_wired
(pte))
Completed in 151 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025