Searched refs:PG_S (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/sparc/stand/common/
H A Dmmu.c109 pte = PG_S | PG_V | PG_W | PG_NC | ((pa >> PGSHIFT) & PG_PFNUM);
H A Dpromdev.c708 #define PG_COMMON (PG_V|PG_W|PG_S|PG_NC)
/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Dpte.h255 #define PG_S 0x20000000 /* supervisor only */ macro
320 #define PG_PROTUWRITE 6 /* PG_V,PG_W,!PG_S */
321 #define PG_PROTUREAD 4 /* PG_V,!PG_W,!PG_S */
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dpmap.c1289 *pte = getpte4(va) | PG_S;
5242 newprot = prot & VM_PROT_WRITE ? PG_S|PG_W : PG_S;
5615 error = pmap_enk4_4c(pm, va, prot, flags, pg, pteproto | PG_S);
5930 pteproto = PG_S | PG_V | PMAP_T2PTE_4(pa);
6136 newprot = prot & VM_PROT_WRITE ? PG_S|PG_W : PG_S;
7036 pte = PG_V | PG_S | PG_W | PG_NC | (atop(pa) & PG_PFNUM);
7064 spte = PG_V | PG_S | (atop(src) & PG_PFNUM);
7071 dpte = PG_V | PG_S | PG_
[all...]

Completed in 131 milliseconds