Home | History | Annotate | Download | only in include

Lines Matching defs:PG_WRITE

41  * counterparts.  Namely, we pretend that they simply have PG_WRITE
58 * PG_SYSTEM | PG_WRITE => a read/write kernel-only page.
60 * PG_WRITE => a read/write kernel/user page.
63 * We want to assign values to PG_SYSTEM and PG_WRITE, and
88 * PG_WRITE to be bit 29. No inverting is done.
94 * the kernel can write to the page (PG_WRITE is set), and the user
103 * PG_WRITE) right by two to move the resulting "single bit" into the
107 * bit 26 being set if the pseudo-sun3 protection was simply PG_WRITE.
115 * from the resulting pseudo-sun3 PG_SYSTEM and PG_WRITE combination.
120 #define PG_WRITE 0x20000000
133 #define PG_SPECIAL (PG_VALID|PG_WRITE|PG_SYSTEM|PG_NC|PG_REF|PG_MOD)
134 #define PG_PERM (PG_VALID|PG_WRITE|PG_SYSTEM|PG_NC)