OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PG_KR
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/sun2/include/
pte.h
52
* 1 0 1 0 0
PG_KR
=> a read-only kernel-only page.
125
#define
PG_KR
0x50000000
/src/sys/arch/vax/include/
pte.h
56
#define
PG_KR
0x18000000
/src/sys/arch/sparc/include/
pte.h
280
#define
PG_KR
0x20000000
/src/sys/arch/vax/vax/
pmap.c
71
#define PROT_KR (
PG_KR
>> PROTSHIFT)
998
ptp[0] = PG_V | ((prot & VM_PROT_WRITE)? PG_KW :
PG_KR
) |
1074
newpte = (prot & VM_PROT_WRITE ? PG_KW :
PG_KR
);
1223
(prot & VM_PROT_WRITE ? PG_KW :
PG_KR
);
Completed in 14 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025