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

  /src/external/gpl3/gdb/dist/sim/common/
sim-config.h 81 WITH_SMP is set to zero (0), the simulator is restricted to
88 #if defined (WITH_SMP) && (WITH_SMP > 0)
89 #define MAX_NR_PROCESSORS WITH_SMP
sim-config.c 340 #if defined (WITH_SMP)
341 sim_io_printf (sd, "WITH_SMP = %d\n", WITH_SMP);
sim-base.h 96 #if (WITH_SMP)
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-config.h 81 WITH_SMP is set to zero (0), the simulator is restricted to
88 #if defined (WITH_SMP) && (WITH_SMP > 0)
89 #define MAX_NR_PROCESSORS WITH_SMP
sim-config.c 340 #if defined (WITH_SMP)
341 sim_io_printf (sd, "WITH_SMP = %d\n", WITH_SMP);
sim-base.h 96 #if (WITH_SMP)
  /src/external/gpl3/gdb/dist/sim/ppc/
std-config.h 65 WITH_SMP is set to zero (0), the simulator is restricted to
72 #ifndef WITH_SMP
73 #define WITH_SMP 5
75 #if WITH_SMP
76 #define MAX_NR_PROCESSORS WITH_SMP
options.c 116 printf_filtered ("WITH_SMP = %d\n", WITH_SMP);
  /src/external/gpl3/gdb.old/dist/sim/ppc/
std-config.h 65 WITH_SMP is set to zero (0), the simulator is restricted to
72 #ifndef WITH_SMP
73 #define WITH_SMP 5
75 #if WITH_SMP
76 #define MAX_NR_PROCESSORS WITH_SMP
options.c 116 printf_filtered ("WITH_SMP = %d\n", WITH_SMP);
  /src/external/gpl3/gdb/dist/sim/
config.h.in 526 #undef WITH_SMP
  /src/external/gpl3/gdb.old/dist/sim/
config.h.in 526 #undef WITH_SMP

Completed in 34 milliseconds