Searched refs:initparam (Results 1 - 4 of 4) sorted by relevance

/gem5/util/dist/test/
H A Dsimple_bootscript.rcS45 # initparam utility and use those to configure MAC/IP addresses and hostname.
54 MY_RANK=$(/sbin/m5 initparam dist-rank)
55 [ $? = 0 ] || { echo "m5 initparam failed"; exit -1; }
56 MY_SIZE=$(/sbin/m5 initparam dist-size)
57 [ $? = 0 ] || { echo "m5 initparam failed"; exit -1; }
/gem5/configs/boot/
H A Dnfs-client-dbench.rcS49 initparam=`m5 initparam`
51 if test X$initparam == X0; then
56 /benchmarks/dbench/dbench $initparam
H A Dnetperf-maerts-client.rcS37 NUMCLNTS=`/sbin/m5 initparam`
/gem5/util/m5/jni/
H A Dgem5Op.java57 public native long initparam(long key_str1, long key_str2); method in class:gem5Op

Completed in 3 milliseconds