OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PV_NC
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/sun2/sun2/
pmap.c
282
#define
PV_NC
(PG_NC >> PV_SHIFT)
1317
* Returns
PV_NC
if the (new) pvlist says that the address cannot
1360
if ((*pv_flags &
PV_NC
) == 0) {
1363
*pv_flags |=
PV_NC
;
1385
return (*pv_flags &
PV_NC
);
1396
* in it to have
PV_NC
set, and we only remove one here.)
1447
if ((*pv_flags &
PV_NC
) == 0)
1465
*pv_flags &= ~
PV_NC
;
2107
if (pv_link(pmap, new_pte, pgva) &
PV_NC
)
2284
if (pv_link(pmap, new_pte, pgva) &
PV_NC
)
[
all
...]
/src/sys/arch/sun3/sun3/
pmap.c
291
#define
PV_NC
0x10
1322
* Returns
PV_NC
if the (new) pvlist says that the address cannot
1367
if ((*pv_flags &
PV_NC
) == 0) {
1370
*pv_flags |=
PV_NC
;
1392
return (*pv_flags &
PV_NC
);
1403
* in it to have
PV_NC
set, and we only remove one here.)
1454
if ((*pv_flags &
PV_NC
) == 0)
1472
*pv_flags &= ~
PV_NC
;
2137
if (pv_link(pmap, new_pte, pgva) &
PV_NC
)
2313
if (pv_link(pmap, new_pte, pgva) &
PV_NC
)
[
all
...]
/src/sys/arch/sparc/sparc/
pmap.c
203
#define
PV_NC
4 /* page cannot be cached */
2502
* in it to have
PV_NC
set, and we only remove one here.)
2525
pv0->pv_flags &= ~
PV_NC
;
2526
pv0->pv_flags |= (npv->pv_flags &
PV_NC
);
2535
pv0->pv_flags &= ~(
PV_NC
|PV_ANC);
2553
if ((pv0->pv_flags & (
PV_NC
|PV_ANC)) == PV_ANC) {
2560
(npv->pv_flags &
PV_NC
) != 0)
2577
int nc = (*pteprotop & PG_NC) != 0 ?
PV_NC
: 0;
2613
if ((pv->pv_flags &
PV_NC
) != 0) {
2779
pv0->pv_flags &= ~
PV_NC
;
[
all
...]
/src/sys/arch/sparc64/sparc64/
pmap.c
124
#define
PV_NC
0x10LL
3446
if (pv->pv_va &
PV_NC
) {
Completed in 20 milliseconds
Indexes created Sat Oct 25 10:09:55 GMT 2025