Home
last modified time | relevance | path

Searched refs:cache_flush (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/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) { in cache_flush() function
H A Dsh_arch.cpp128 cache_flush(); in jump()
/netbsd-src/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); in vmapbuf()
151 cpuinfo.cache_flush(bp->b_data, len); in vunmapbuf()
H A Dkgdb_machdep.c217 cache_flush((void *)__UNVOLATILE(&cpuinfo.flags), in kgdb_suspend()
H A Dcpuvar.h72 void (*cache_flush)(void *, u_int); member
H A Dcpu.c709 cache_flush((void *) __UNVOLATILE(&cpi->flags), in cpu_spinup()
1184 sc->cache_flush = noop_cache_flush; in getcacheinfo_sun4()
1741 sc->cache_flush = 0; in cpumatch_turbosparc()
1828 sc->cache_flush = srmmu_cache_flush; in viking_hotfix()
2173 MPCOPY(cache_flush); in getcpuinfo()
H A Diommu.c596 cache_flush(buf, buflen); /* XXX - move to bus_dma_sync? */ in iommu_dmamap_load()
H A Dmachdep.c1557 cache_flush(buf, buflen); in sun4_dmamap_load()
H A Dpmap.c7813 cache_flush(dst, 1); in pmap_writetext()
7843 cache_flush(dst, 1); in pmap_writetext()
/netbsd-src/sys/external/bsd/drm2/drm/
H A Ddrm_cache.c194 cache_flush(vaddr, PAGE_SIZE); in drm_md_clflush_page()
207 cache_flush(ptr, nbytes); in drm_md_clflush_virt_range()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu_cache.h37 #define cache_flush() __cache_flush() macro
/netbsd-src/sys/arch/landisk/stand/boot/
H A Dbios.S64 ENTRY(cache_flush)
H A Dboot.h33 void cache_flush(void);
H A Dboot2.c298 cache_flush(); in exec_netbsd()
/netbsd-src/sys/arch/sparc/include/
H A Dcpu.h276 void (*cache_flush)(void *, u_int); member
/netbsd-src/sys/arch/sun3/dev/
H A Ddma.c406 cache_flush(*sc->sc_dmaaddr, trans); in espdmaintr()
/netbsd-src/sys/arch/sparc/dev/
H A Dvme_machdep.c845 cache_flush(buf, buflen); /* XXX - move to bus_dma_sync */ in sparc_vme4_dmamap_load()