OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PVF_MOD
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/hppa/include/
pmap.h
66
#define
PVF_MOD
PTE_PROT(TLB_DIRTY) /* pg/mp is modified */
/src/sys/arch/arm/include/arm32/
pmap.h
352
* The
PVF_MOD
and PVF_REF flags are stored in the mdpage for each
360
#define
PVF_MOD
0x01 /* page is modified */
380
#define PVF_DMOD (
PVF_MOD
|PVF_KMOD|PVF_KMPAGE)
394
(((pg)->mdpage.pvh_attrs &
PVF_MOD
) != 0)
/src/sys/arch/arm/arm32/
pmap.c
1008
md->pvh_attrs |= flags & (PVF_REF |
PVF_MOD
);
1204
if (clr_mask & (PVF_REF |
PVF_MOD
)) {
1205
md->pvh_attrs |= set_mask & (PVF_REF |
PVF_MOD
);
2343
if (md->pvh_attrs &
PVF_MOD
) {
2353
md->pvh_attrs &= ~(maskbits & (
PVF_MOD
| PVF_REF));
2428
if (maskbits & (PVF_WRITE|
PVF_MOD
)) {
2496
&& (maskbits & (PVF_WRITE|
PVF_MOD
)) == 0
3206
(md->pvh_attrs &
PVF_MOD
) != 0)) {
3214
nflags |=
PVF_MOD
;
3246
PVF_MOD
| PVF_REF, nflags)
[
all
...]
/src/sys/arch/hppa/hppa/
pmap.c
214
(((a) & (
PVF_MOD
|PVF_REF)) ^ PVF_REF)
1751
KASSERT((clear & ~(
PVF_MOD
|PVF_WRITE|PVF_UNCACHEABLE)) == 0);
Completed in 65 milliseconds
Indexes created Tue Sep 01 00:24:37 UTC 2026