Home
last modified time | relevance | path

Searched refs:pmap_attributes (Results 1 – 8 of 8) sorted by relevance

/original-bsd/sys/pmax/include/
H A Dpmap.h70 extern char *pmap_attributes; /* reference and modify bits */
/original-bsd/sys/pmax/pmax/
H A Dpmap.c129 char *pmap_attributes; /* reference and modify bits */ variable
164 valloc(pmap_attributes, char, physmem);
473 pmap_attributes[atop(entry & PG_FRAME)] = 0;
516 pmap_attributes[atop(entry & PG_FRAME)] = 0;
758 if ((pmap_attributes[atop(pa)] &
1196 pmap_attributes[atop(pa)] &= ~PMAP_ATTR_MOD;
1215 pmap_attributes[atop(pa)] &= ~PMAP_ATTR_REF;
1230 return (pmap_attributes[atop(pa)] & PMAP_ATTR_REF);
1247 return (pmap_attributes[atop(pa)] & PMAP_ATTR_MOD);
H A Dtrap.c229 pmap_attributes[atop(pa)] |= PMAP_ATTR_MOD;
266 pmap_attributes[atop(pa)] |= PMAP_ATTR_MOD;
H A Dlocore.s1741 la k1, pmap_attributes
/original-bsd/sys/i386/i386/
H A Dpmap.c157 char *pmap_attributes; /* reference and modify bits */ variable
356 pmap_attributes = (char *) addr;
360 s, npg, pv_table, pmap_attributes);
676 pmap_attributes[pa_index(pa)] |= bits;
1506 if (pmap_attributes[pa_index(pa)] & bit) {
1555 pmap_attributes[pa_index(pa)] &= ~bit;
/original-bsd/sys/luna68k/luna68k/
H A Dpmap.c251 char *pmap_attributes; /* reference and modify bits */ variable
369 pmap_attributes = (char *) addr;
374 pv_table, pmap_attributes);
1967 pmap_attributes[pa_index(pa)] |= bits;
1989 if (pmap_attributes[pa_index(pa)] & bit) {
2054 pmap_attributes[pa_index(pa)] &= ~bit;
/original-bsd/sys/hp300/hp300/
H A Dpmap.c249 char *pmap_attributes; /* reference and modify bits */ variable
373 pmap_attributes = (char *) addr;
378 pv_table, pmap_attributes);
2049 pmap_attributes[pa_index(pa)] |= bits;
2071 if (pmap_attributes[pa_index(pa)] & bit) {
2136 pmap_attributes[pa_index(pa)] &= ~bit;
/original-bsd/sys/news3400/news3400/
H A Dtrap.c204 pmap_attributes[atop(pa)] |= PMAP_ATTR_MOD;
241 pmap_attributes[atop(pa)] |= PMAP_ATTR_MOD;