HomeSort by: relevance | last modified time | path
    Searched refs:CPUSET_ALL (Results 1 - 6 of 6) 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);
3654 pmap_kernel()->pm_cpuset = CPUSET_ALL;
4830 SRMMU_TEINVALID, 1, 0, CPUSET_ALL);
6614 SRMMU_TEINVALID, 1, 0, CPUSET_ALL);
  /src/external/cddl/osnet/dist/uts/common/sys/
cpuvar.h 415 extern void cpuset_all(cpuset_t *);
423 #define CPUSET_ALL(set) cpuset_all(&(set))
498 #define CPUSET_ALL(set) ((void)((set) = ~0UL))

Completed in 23 milliseconds