Symbol: PG_SYSTEM
sys/arch/sun2/include/pte.h
133
#define PG_SPECIAL (PG_VALID|PG_WRITE|PG_SYSTEM|PG_NC|PG_REF|PG_MOD)
sys/arch/sun2/include/pte.h
134
#define PG_PERM (PG_VALID|PG_WRITE|PG_SYSTEM|PG_NC)
sys/arch/sun2/sun2/control.c
100
#if (PG_WRITE >> 2) != PG_SYSTEM
sys/arch/sun2/sun2/control.c
75
pte ^= (PG_SYSTEM);
sys/arch/sun2/sun2/control.c
90
pte ^= (PG_SYSTEM);
sys/arch/sun2/sun2/db_machdep.c
133
if (pte & PG_SYSTEM)
sys/arch/sun2/sun2/pmap.c
1605
pte |= (PG_SYSTEM | PG_WRITE | PG_NC);
sys/arch/sun2/sun2/pmap.c
1628
pte |= (PG_SYSTEM | PG_WRITE);
sys/arch/sun2/sun2/pmap.c
1647
pte |= (PG_SYSTEM);
sys/arch/sun2/sun2/pmap.c
1658
pte |= (PG_SYSTEM | PG_WRITE);
sys/arch/sun2/sun2/pmap.c
1937
new_pte |= PG_SYSTEM;
sys/arch/sun2/sun2/pmap.c
1981
if ((new_pte & (PG_VALID | PG_SYSTEM)) != (PG_VALID | PG_SYSTEM))
sys/arch/sun2/sun2/pmap.c
2102
if ((new_pte & (PG_VALID | PG_SYSTEM)) != PG_VALID)
sys/arch/sun2/sun2/pmap.c
2288
new_pte |= PG_SYSTEM|PG_VALID;
sys/arch/sun3/include/pte3.h
49
#define PG_SPECIAL (PG_VALID|PG_WRITE|PG_SYSTEM|PG_NC|PG_REF|PG_MOD)
sys/arch/sun3/include/pte3.h
50
#define PG_PERM (PG_VALID|PG_WRITE|PG_SYSTEM|PG_NC)
sys/arch/sun3/sun3/bus_subr.c
102
pte |= (PG_VALID | PG_WRITE | PG_SYSTEM | PG_NC);
sys/arch/sun3/sun3/db_machdep.c
144
if (pte & PG_SYSTEM)
sys/arch/sun3/sun3/obio.c
286
#define PGBITS (PG_VALID|PG_WRITE|PG_SYSTEM)
sys/arch/sun3/sun3/pmap.c
1640
pte |= (PG_SYSTEM | PG_WRITE | PG_NC);
sys/arch/sun3/sun3/pmap.c
1647
pte |= (PG_SYSTEM | PG_WRITE);
sys/arch/sun3/sun3/pmap.c
1666
pte |= (PG_SYSTEM);
sys/arch/sun3/sun3/pmap.c
1677
pte |= (PG_SYSTEM | PG_WRITE);
sys/arch/sun3/sun3/pmap.c
1970
new_pte |= PG_SYSTEM;
sys/arch/sun3/sun3/pmap.c
2012
if ((new_pte & (PG_VALID | PG_SYSTEM)) != (PG_VALID | PG_SYSTEM))
sys/arch/sun3/sun3/pmap.c
2132
if ((new_pte & (PG_VALID | PG_SYSTEM)) != PG_VALID)
sys/arch/sun3/sun3/pmap.c
2317
new_pte |= PG_SYSTEM|PG_VALID;
sys/arch/sun68k/stand/libsa/sun2.c
257
pte ^= (PG_SYSTEM);
sys/arch/sun68k/stand/libsa/sun2.c
272
pte ^= (PG_SYSTEM);
sys/arch/sun68k/stand/libsa/sun2.c
281
#if (PG_WRITE >> 2) != PG_SYSTEM