Searched refs:cache_flush (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu_cache.h37 #define cache_flush() __cache_flush() macro
/netbsd-current/sys/arch/landisk/stand/boot/
H A Dbios.S61 * void cache_flush(void);
64 ENTRY(cache_flush)
H A Dboot.h33 void cache_flush(void);
H A Dboot2.c298 cache_flush();
/netbsd-current/sys/arch/hpc/stand/hpcboot/sh3/
H A Dsh_arch.h61 virtual void cache_flush(void) = 0;
106 virtual void cache_flush(void) { \
143 virtual void cache_flush(void) { function in class:SH7750
H A Dsh_arch.cpp128 cache_flush();
/netbsd-current/sys/arch/sparc/sparc/
H A Dcache.h223 #define cache_flush(va,len) cpuinfo.cache_flush(va,len) macro
H A Dvm_machdep.c109 cache_flush((void *)uva, len);
151 cpuinfo.cache_flush(bp->b_data, len);
H A Dkgdb_machdep.c217 cache_flush((void *)__UNVOLATILE(&cpuinfo.flags),
H A Dcpuvar.h72 void (*cache_flush)(void *, u_int); member in struct:module_info
H A Dcpu.c709 cache_flush((void *) __UNVOLATILE(&cpi->flags),
1184 sc->cache_flush = noop_cache_flush;
1741 sc->cache_flush = 0;
1828 sc->cache_flush = srmmu_cache_flush;
2173 MPCOPY(cache_flush);
H A Diommu.c596 cache_flush(buf, buflen); /* XXX - move to bus_dma_sync? */
H A Dmachdep.c1557 cache_flush(buf, buflen);
H A Dpmap.c7813 cache_flush(dst, 1);
7843 cache_flush(dst, 1);
/netbsd-current/sys/external/bsd/drm2/drm/
H A Ddrm_cache.c194 cache_flush(vaddr, PAGE_SIZE);
207 cache_flush(ptr, nbytes);
/netbsd-current/sys/arch/sparc/include/
H A Dcpu.h276 void (*cache_flush)(void *, u_int); member in struct:cpu_info
290 /* The are helpers for (*cache_flush)() */
/netbsd-current/sys/arch/sun3/dev/
H A Ddma.c406 cache_flush(*sc->sc_dmaaddr, trans);
/netbsd-current/external/gpl3/gdb.old/dist/sim/frv/
H A Dprofile.c126 cache_flush, enumerator in enum:cache_request
215 q->request = cache_flush;
324 case cache_flush:
409 if (! q->active || q->request != cache_flush)
584 case cache_flush:
/netbsd-current/external/gpl3/gdb/dist/sim/frv/
H A Dprofile.c126 cache_flush, enumerator in enum:cache_request
215 q->request = cache_flush;
324 case cache_flush:
409 if (! q->active || q->request != cache_flush)
584 case cache_flush:
/netbsd-current/sys/arch/sparc/dev/
H A Dvme_machdep.c845 cache_flush(buf, buflen); /* XXX - move to bus_dma_sync */

Completed in 297 milliseconds