OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_PG_WIRED
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sh3/include/
pte.h
73
#define
_PG_WIRED
0x80000000
/src/sys/arch/sh3/sh3/
pmap.c
334
entry |=
_PG_WIRED
;
409
if (entry &
_PG_WIRED
)
447
if (oentry &
_PG_WIRED
) {
448
if (!(entry &
_PG_WIRED
)) {
454
} else if (entry &
_PG_WIRED
) {
530
if (entry &
_PG_WIRED
)
756
if ((entry &
_PG_WIRED
) == 0)
759
*pte = entry & ~
_PG_WIRED
;
Completed in 16 milliseconds
Indexes created Wed Oct 22 00:09:40 GMT 2025