Home | History | Annotate | Download | only in qbus

Lines Matching defs:ptep

566 	int *ptep;			/* page table entry pointer */
626 ptep = (int *) QVmap[0] + mapix;
627 phys_adr = (void *)(((int)*ptep&0x001FFFFF)<<VAX_PGSHIFT);
884 volatile int *ptep;
917 ptep = (int *)(QVmap[0] + mapix);
918 for (i = 0; i < vax_btop(TMPSIZE); i++, ptep++)
919 *ptep = (*ptep & ~PG_PROT) | PG_V | PG_KW;
924 ptep = (int *)(QVmap[0] + mapix);
925 for (i = 0; i < vax_btop(REGSIZE); i++, ptep++)
926 *ptep = (*ptep & ~PG_PROT) | PG_V | PG_KW;
931 ptep = (int *)(QVmap[0] + mapix);
932 for (i = 0; i < vax_btop(CLRSIZE); i++, ptep++)
933 *ptep = (*ptep & ~PG_PROT) | PG_V | PG_KW;
961 ptep = (int *)
963 for (i = 0; i < vax_btop(DMAbuf_size); i++, ptep++)
964 *ptep = (*ptep & ~PG_PROT) | PG_V | PG_KW;
973 ptep = (int *)
975 *ptep = (*ptep & ~PG_PROT) | PG_KW | PG_V; ptep++;
976 *ptep = (*ptep & ~PG_PROT) | PG_KW | PG_V;
982 ptep = (int *) ((VTOP(scroll[unit]) * 4)
987 *ptep = (*ptep & ~PG_PROT) | PG_KW | PG_V;
996 ptep = (int *) ((VTOP(color_buf[unit]) * 4)
998 *ptep = (*ptep & ~PG_PROT) | PG_KW | PG_V; ptep++;
999 *ptep = (*ptep & ~PG_PROT) | PG_KW | PG_V;
1076 volatile int *ptep; /* page table entry pointer */
1202 ptep = (int *)(QVmap[0] + mapix);
1203 for (i = 0; i < vax_btop(TMPSIZE); i++, ptep++)
1204 *ptep = (*ptep & ~PG_PROT) | PG_RW | PG_V;
1210 ptep = (int *)(QVmap[0] + mapix);
1211 for (i = 0; i < vax_btop(REGSIZE); i++, ptep++)
1212 *ptep = (*ptep & ~PG_PROT) | PG_RW | PG_V;
1218 ptep = (int *)(QVmap[0] + mapix);
1219 for (i = 0; i < vax_btop(CLRSIZE); i++, ptep++)
1220 *ptep = (*ptep & ~PG_PROT) | PG_RW | PG_V;
1226 ptep = (int *)(QVmap[0] + mapix);
1227 *ptep = (*ptep & ~PG_PROT) | PG_RW | PG_V; /* duart page */
1251 ptep = (int *) ((VTOP(DMAheader[unit]) * 4)
1253 for (i = 0; i < vax_btop(DMAbuf_size); i++, ptep++)
1254 *ptep = (*ptep & ~PG_PROT) | PG_RW | PG_V;
1277 ptep = (int *) ((VTOP(scroll[unit]) * 4)
1282 *ptep = (*ptep & ~PG_PROT) | PG_RW | PG_V;
1297 ptep = (int *) ((VTOP(scroll[unit]) * 4)
1302 *ptep = (*ptep & ~PG_PROT) | PG_KW | PG_V;
1315 ptep = (int *) ((VTOP(color_buf[unit]) * 4)
1320 *ptep = (*ptep & ~PG_PROT) | PG_RW | PG_V; ptep++;
1321 *ptep = (*ptep & ~PG_PROT) | PG_RW | PG_V;
1338 ptep = (int *) ((VTOP(color_buf[unit]) * 4)
1343 *ptep = (*ptep & ~PG_PROT) | PG_KW | PG_V; ptep++;
1344 *ptep = (*ptep & ~PG_PROT) | PG_KW | PG_V;
1357 ptep = (int *) ((VTOP(eq_header[unit]) * 4)
1362 *ptep = (*ptep & ~PG_PROT) | PG_RW | PG_V; ptep++;
1363 *ptep = (*ptep & ~PG_PROT) | PG_RW | PG_V;