gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:FlushCache from t2ex (0.00 seconds)
t2ex
t2ex_source/kernel/extension/memory/t2ex/memmgr.c - 15.3KB - 590 lines
495:         /* Invalidate released memory cache */
496:         FlushCache(addr, free * (W)PAGESIZE);
497: 
t2ex_source/kernel/extension/memory/t2ex/segmgr.c - 12.5KB - 450 lines
153:                 /* Flush cache */
154:                 FlushCache(*laddr, len);
155: 
t2ex_source/kernel/extension/memory/t2ex/sysdepend/em1d/space.c - 27.5KB - 830 lines
356:                         if ( pte[i].w != set_pte.w ) {
357:                                 FlushCache(la, PAGESIZE);
358:                                 SetPTE(la, set_pte, TRUE);
More results from space.c