OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pg_w
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/vax/include/
pte.h
39
unsigned int
pg_w
:1; /* Wired bit */
member in struct:pte
61
#define
PG_W
0x01000000
/src/sys/arch/sparc/include/
pte.h
177
* if (writing && !pte.
pg_w
) TRAP();
254
#define
PG_W
0x40000000 /* allowed to write */
289
pg_w
:1,
member in struct:pte
320
#define PG_PROTUWRITE 6 /* PG_V,
PG_W
,!PG_S */
321
#define PG_PROTUREAD 4 /* PG_V,!
PG_W
,!PG_S */
/src/sys/arch/vax/vax/
pmap.c
536
pmap_decrement_stats(pm, (br[0] &
PG_W
) != 0);
1127
newpte |=
PG_W
;
1133
if (newpte == (oldpte |
PG_W
)) {
1134
*pteptr |=
PG_W
;
1150
pmap_decrement_stats(pmap, (oldpte &
PG_W
) != 0);
1444
if (pte[0].
pg_w
== 0) {
1533
pmap_decrement_stats(pv->pv_pmap, (g[0] &
PG_W
) != 0);
1550
pmap_decrement_stats(pl->pv_pmap, (g[0] &
PG_W
) != 0);
1680
pte[0] &= ~
PG_W
;
Completed in 15 milliseconds
Indexes created Sat Oct 25 10:09:55 GMT 2025