Home
last modified time | relevance | path

Searched refs:cachectl (Results 1 – 20 of 20) sorted by relevance

/plan9/sys/src/9/bcm/
H A Dmmu.c267 if(page->cachectl[0] == PG_TXTFLUSH){ in putmmu()
270 page->cachectl[0] = PG_NOFLUSH; in putmmu()
H A Dmain.c409 memset(pg->cachectl, PG_TXTFLUSH, sizeof(pg->cachectl)); in userinit()
/plan9/sys/src/9/mtx/
H A Dmain.c202 memset(pg->cachectl, PG_TXTFLUSH, sizeof(pg->cachectl)); in userinit()
H A Dmmu.c218 ctl = &pg->cachectl[m->machno]; in putmmu()
/plan9/sys/src/9/ppc/
H A Dmain.c236 memset(pg->cachectl, PG_TXTFLUSH, sizeof(pg->cachectl)); in userinit()
H A Dmmu.c244 ctl = &pg->cachectl[m->machno]; in putmmu()
/plan9/sys/src/9/port/
H A Dfault.c282 memset((*p)->cachectl, PG_TXTFLUSH, sizeof((*p)->cachectl)); in pio()
H A Dsegment.c729 memset(p->cachectl, PG_TXTFLUSH, sizeof(p->cachectl)); in pteflush()
H A Dpage.c191 p->cachectl[i] = ct; in newpage()
H A Dportdat.h365 char cachectl[MAXMACH]; /* Cache flushing control for putmmu */ member
H A Ddevproc.c1546 memset(pg->cachectl, PG_TXTFLUSH, sizeof(pg->cachectl)); in procctlmemio()
/plan9/sys/src/9/omap/
H A Dmmu.c333 if(page->cachectl[0] == PG_TXTFLUSH){ in putmmu()
336 page->cachectl[0] = PG_NOFLUSH; in putmmu()
H A Dmain.c575 memset(pg->cachectl, PG_TXTFLUSH, sizeof(pg->cachectl)); in userinit()
/plan9/sys/src/9/rb/
H A Dmain.c363 memset(pg->cachectl, PG_TXTFLUSH, sizeof(pg->cachectl)); in userinit()
H A Dmmu.c411 ctl = &pg->cachectl[m->machno]; in putmmu()
/plan9/sys/src/9/kw/
H A Dmmu.c356 if(page->cachectl[0] == PG_TXTFLUSH){ in putmmu()
359 page->cachectl[0] = PG_NOFLUSH; in putmmu()
H A Dmain.c604 memset(pg->cachectl, PG_TXTFLUSH, sizeof(pg->cachectl)); in userinit()
/plan9/sys/src/9/teg2/
H A Dmmu.c585 if(page->cachectl[0] == PG_TXTFLUSH){ in putmmu()
588 page->cachectl[0] = PG_NOFLUSH; in putmmu()
H A Dmain.c803 memset(pg->cachectl, PG_TXTFLUSH, sizeof(pg->cachectl)); in userinit()
/plan9/sys/src/9/pc/
H A Dmain.c308 memset(pg->cachectl, PG_TXTFLUSH, sizeof(pg->cachectl)); in userinit()