Searched refs:SMP (Results 1 - 12 of 12) sorted by relevance

/barrelfish-2018-10-04/tools/
H A Dqemu-wrapper.sh22 # Grab SMP from env, if unset default to 1
23 SMP=${SMP:-1}
40 echo " --smp <cores> (number of cores to use, defaults to $SMP)"
47 echo " SMP (Same as --smp)"
89 shift; SMP="$1"
159 # -smp $SMP \
172 -smp $SMP \
187 -smp $SMP \
198 -smp $SMP \
[all...]
/barrelfish-2018-10-04/include/vm/
H A Dvm_param.h115 #ifdef SMP
119 #endif /* !SMP */
H A Duma_core.c1435 #ifdef SMP
/barrelfish-2018-10-04/usr/bench/bomp_benchmark/
H A Dc_print_results.c73 #ifdef SMP
/barrelfish-2018-10-04/usr/bench/rcce/bt/
H A Dprint_results.c74 #ifdef SMP
/barrelfish-2018-10-04/usr/bench/rcce/lu/
H A Dprint_results.c74 #ifdef SMP
/barrelfish-2018-10-04/include/arch/aarch64/machine/
H A Dparam.h54 #if defined(SMP) || defined(KLD_MODULE)
60 #endif /* SMP || KLD_MODULE */
/barrelfish-2018-10-04/include/arch/arm/machine/
H A Dparam.h74 #if defined(SMP) || defined(KLD_MODULE)
80 #endif /* SMP || KLD_MODULE */
H A Dsysreg.h143 #if __ARM_ARCH >= 7 && defined(SMP)
208 #if __ARM_ARCH >= 7 && defined(SMP)
/barrelfish-2018-10-04/include/arch/x86_64/machine/
H A Dvmparam.h144 #ifdef SMP
H A Dparam.h66 #if defined(SMP) || defined(KLD_MODULE)
H A Datomic.h93 * kernel. Lock prefixes are generated if an SMP kernel is being
97 * This allows kernel modules to be portable between UP and SMP systems.
126 * on both SMP and !SMP systems.
128 #if defined(SMP) || !defined(_KERNEL)
313 * consistent fences in SMP kernels. We use "lock addl $0,mem" for a
337 #if defined(SMP)
352 #endif /* SMP */

Completed in 137 milliseconds