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

/gem5/src/arch/power/
H A Dprocess.cc235 uint32_t sentry_NULL = 0; local
236 initVirtMem.writeBlob(sentry_base, &sentry_NULL, sentry_size);
/gem5/src/arch/sparc/
H A Dprocess.cc366 uint64_t sentry_NULL = 0; local
367 initVirtMem.writeBlob(sentry_base, &sentry_NULL, sentry_size);
/gem5/src/arch/arm/
H A Dprocess.cc417 IntType sentry_NULL = 0; local
418 initVirtMem.writeBlob(sentry_base, &sentry_NULL, sentry_size);
/gem5/src/arch/x86/
H A Dprocess.cc1000 IntType sentry_NULL = 0; local
1001 initVirtMem.writeBlob(sentry_base, &sentry_NULL, sentry_size);

Completed in 15 milliseconds