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
290
* The
PVF_MOD
and PVF_REF flags are stored in the mdpage for each
298
#define
PVF_MOD
0x01 /* page is modified */
318
#define PVF_DMOD (
PVF_MOD
|PVF_KMOD|PVF_KMPAGE)
332
(((pg)->mdpage.pvh_attrs &
PVF_MOD
) != 0)
/src/sys/arch/arm/arm32/
pmap.c
1013
md->pvh_attrs |= flags & (PVF_REF |
PVF_MOD
);
1209
if (clr_mask & (PVF_REF |
PVF_MOD
)) {
1210
md->pvh_attrs |= set_mask & (PVF_REF |
PVF_MOD
);
2348
if (md->pvh_attrs &
PVF_MOD
) {
2358
md->pvh_attrs &= ~(maskbits & (
PVF_MOD
| PVF_REF));
2433
if (maskbits & (PVF_WRITE|
PVF_MOD
)) {
2501
&& (maskbits & (PVF_WRITE|
PVF_MOD
)) == 0
3211
(md->pvh_attrs &
PVF_MOD
) != 0)) {
3219
nflags |=
PVF_MOD
;
3251
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 20 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026