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

  /src/sys/arch/sparc/sparc/
cpuvar.h 84 void (*pure_vcache_flush)(void); member in struct:module_info
trap.c 279 XCALL0(*cpuinfo.pure_vcache_flush, CPUSET_ALL);
281 (*cpuinfo.pure_vcache_flush)();
368 XCALL0(*cpuinfo.pure_vcache_flush, CPUSET_ALL);
370 (*cpuinfo.pure_vcache_flush)();
cpu.c 2185 MPCOPY(pure_vcache_flush);
pmap.c 2295 (*cpuinfo.pure_vcache_flush)();
7483 (*cpuinfo.pure_vcache_flush)();
  /src/sys/arch/sparc/include/
cpu.h 295 void (*pure_vcache_flush)(void); member in struct:cpu_info

Completed in 26 milliseconds