HomeSort by: relevance | last modified time | path
    Searched refs:pcache_flush_page (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/sparc/sparc/
cache.h 225 #define pcache_flush_page(pa,flag) cpuinfo.pcache_flush_page(pa,flag) macro
cpuvar.h 83 void (*pcache_flush_page)(paddr_t, int); member in struct:module_info
cpu.c 1746 sc->pcache_flush_page = 0;
2184 MPCOPY(pcache_flush_page);
pmap.c 941 pcache_flush_page(pa, 1);
3885 } else if (cpuinfo.pcache_flush_page != NULL) {
3888 pcache_flush_page(pa, 0);
7109 pcache_flush_page(pa, 1);
7223 pcache_flush_page(dst, 1);
  /src/sys/arch/sparc/include/
cpu.h 294 void (*pcache_flush_page)(paddr_t, int); member in struct:cpu_info

Completed in 19 milliseconds