HomeSort by: relevance | last modified time | path
    Searched defs:PG_WRITE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sun3/include/
pte3.h 42 #define PG_WRITE 0x40000000
49 #define PG_SPECIAL (PG_VALID|PG_WRITE|PG_SYSTEM|PG_NC|PG_REF|PG_MOD)
50 #define PG_PERM (PG_VALID|PG_WRITE|PG_SYSTEM|PG_NC)
  /src/sys/arch/sun2/include/
pte.h 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 0x2000000
    [all...]

Completed in 53 milliseconds