OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PG_S
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/sparc/stand/common/
mmu.c
109
pte =
PG_S
| PG_V | PG_W | PG_NC | ((pa >> PGSHIFT) & PG_PFNUM);
promdev.c
744
#define PG_COMMON (PG_V|PG_W|
PG_S
|PG_NC)
/src/sys/arch/sparc/include/
pte.h
178
* if (usermode && pte.
pg_s
) TRAP();
255
#define
PG_S
0x20000000 /* supervisor only */
290
pg_s
:1,
member in struct:pte
320
#define PG_PROTUWRITE 6 /* PG_V,PG_W,!
PG_S
*/
321
#define PG_PROTUREAD 4 /* PG_V,!PG_W,!
PG_S
*/
/src/sys/arch/sparc/sparc/
pmap.c
1331
*pte = getpte4(va) |
PG_S
;
5274
newprot = prot & VM_PROT_WRITE ?
PG_S
|PG_W :
PG_S
;
5638
error = pmap_enk4_4c(pm, va, prot, flags, pg, pteproto |
PG_S
);
5953
pteproto =
PG_S
| PG_V | PMAP_T2PTE_4(pa);
6156
newprot = prot & VM_PROT_WRITE ?
PG_S
|PG_W :
PG_S
;
7034
pte = PG_V |
PG_S
| PG_W | PG_NC | (atop(pa) & PG_PFNUM);
7062
spte = PG_V |
PG_S
| (atop(src) & PG_PFNUM);
7069
dpte = PG_V |
PG_S
| PG_W | PG_NC | (atop(dst) & PG_PFNUM)
[
all
...]
Completed in 18 milliseconds
Indexes created Wed Oct 22 06:10:02 GMT 2025