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

/gem5/src/mem/
H A DAbstractMemory.py53 null = Param.Bool(False, "Do not store data, always return zero") variable in class:AbstractMemory
H A Dabstract_mem.hh213 * See if this is a null memory that should never store data and
216 * @return true if null
218 bool isNull() const { return params()->null; }
/gem5/ext/
H A Dgit-commit-msg54 if grep -i '^Change-Id:' "$MSG" >/dev/null
176 if parent=`git rev-parse "HEAD^0" 2>/dev/null`
/gem5/util/dist/
H A Dgem5-dist.sh186 mkdir -p $RUN_DIR > /dev/null 2>&1
222 [ "x$SW_PID" != "x" ] && kill $SW_PID 2>/dev/null
234 [ "x$WATCHDOG_PID" != "x" ] && kill $WATCHDOG_PID 2>/dev/null
247 kill -0 $p 2>/dev/null || ((NDEAD+=1))
305 rm $RUN_DIR/log.switch > /dev/null 2>&1
308 mkdir -p $CKPT_DIR/m5out.switch > /dev/null 2>&1
341 rm $RUN_DIR/log.$n > /dev/null 2>&1
343 mkdir -p $CKPT_DIR/m5out.$n > /dev/null 2>&1
378 kill $WATCHDOG_PID 2>/dev/null
/gem5/src/arch/arm/linux/
H A Datag.hh67 virtual bool null() { return false; } function in class:AtagHeader
84 storage[0] = null() ? 0 : size();
151 // Add one for null terminator
174 virtual bool null() { return true; } function in class:AtagNone
/gem5/util/maint/
H A Dcreate_patches.sh76 git rev-parse --verify -q "$1" > /dev/null
146 "$SHA_UPSTREAM"..HEAD > /dev/null
/gem5/ext/systemc/src/sysc/qt/
H A Dstp.c106 static void *stp_aborthelp (qt_t *sp, void *old, void *null);
176 stp_aborthelp (qt_t *sp, void *old, void *null)
173 stp_aborthelp(qt_t *sp, void *old, void *null) argument
H A Dmeas.c107 t_splat (qt_t *old, void *oldp, void *null) argument
287 test05_aux (void *null) argument
312 "saves aborts the thread, calling a null helper function.",
325 test06_aux2 (void *null0a, void *null1b, void *null2b, qt_userf_t *null) argument
407 test07_aux2 (void *null0, void *mep, void *nxtp, qt_userf_t *null) argument
421 test07_aux3 (void *np, void *mep, void *nxtp, qt_userf_t *null) argument
468 test08_aux2 (void *null0, void *mep, void *nxtp, qt_userf_t *null) argument
479 test08_aux3 (void *np, void *mep, void *nxtp, qt_userf_t *null) argument
637 "a null startup function, a null use
[all...]
/gem5/configs/dram/
H A Dsweep.py122 system.mem_ctrls[0].null = True
H A Dlow_power_sweep.py118 system.mem_ctrls[0].null = True
H A Dlat_mem_rd.py126 ctrl.null = True
/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc3256 Base* null = NULL; local
3257 EXPECT_THAT(Explain(matcher, null), HasSubstr("NULL"));

Completed in 51 milliseconds