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

  /src/sys/arch/sparc/sparc/
cache.c 798 (int)base, len, ctx, CPUSET_ALL);
811 VA_VREG(base), VA_VSEG(base), ctx, CPUSET_ALL);
824 VA_VREG(base), ctx, CPUSET_ALL);
1047 va, ctx, CPUSET_ALL);
1055 vr, vs, ctx, CPUSET_ALL);
1063 vr, ctx, CPUSET_ALL);
1071 ctx, CPUSET_ALL);
cpuvar.h 184 #define CPUSET_ALL 0xffffffffU /* xcall to all configured CPUs */
trap.c 279 XCALL0(*cpuinfo.pure_vcache_flush, CPUSET_ALL);
368 XCALL0(*cpuinfo.pure_vcache_flush, CPUSET_ALL);
cpu.c 719 * Call a function on some CPUs. `cpuset' can be set to CPUSET_ALL
902 cpuset = CPUSET_ALL & ~(1 << cpuinfo.ci_cpuid);
917 cpuset = CPUSET_ALL & ~(1 << cpuinfo.ci_cpuid);
pmap.c 745 XCALL0(sp_tlb_flush_all, CPUSET_ALL);
899 tlb_flush_page(va, 0, CPUSET_ALL);
3652 pmap_kernel()->pm_cpuset = CPUSET_ALL;
4828 SRMMU_TEINVALID, 1, 0, CPUSET_ALL);
6612 SRMMU_TEINVALID, 1, 0, CPUSET_ALL);

Completed in 23 milliseconds