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

  /src/sys/arch/sun3/include/
pte3.h 43 #define PG_SYSTEM 0x20000000
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 42 * and PG_SYSTEM bits, and we use get_pte and set_pte to translate
58 * PG_SYSTEM | PG_WRITE => a read/write kernel-only page.
59 * PG_SYSTEM => a read-only kernel-only page.
63 * We want to assign values to PG_SYSTEM and PG_WRITE, and
83 * PG_SYSTEM bit, but that's OK - we will just define PG_SYSTEM to be
95 * can also access the page (bit 27 is set, i.e., PG_SYSTEM was clear
100 * set in our pseudo-sun3 PTEs). It then flips PG_SYSTEM to become
113 * bits 30, 28, and 25, *and* clear bit 26, and flip PG_SYSTEM. It can
115 * from the resulting pseudo-sun3 PG_SYSTEM and PG_WRITE combination
    [all...]

Completed in 12 milliseconds