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

/gem5/src/arch/power/
H A Dprocess.cc232 uint32_t guestArgc = PowerISA::htog(argc); local
263 initVirtMem.writeBlob(argc_base, &guestArgc, intSize);
/gem5/src/arch/sparc/
H A Dprocess.cc363 IntType guestArgc = SparcISA::htog(argc); local
387 initVirtMem.writeBlob(argc_base, &guestArgc, intSize);
/gem5/src/arch/arm/
H A Dprocess.cc414 IntType guestArgc = ArmISA::htog(argc); local
448 initVirtMem.writeBlob(argc_base, &guestArgc, intSize);
/gem5/src/arch/x86/
H A Dprocess.cc997 IntType guestArgc = X86ISA::htog(argc); local
1031 initVirtMem.writeBlob(argc_base, &guestArgc, intSize);

Completed in 15 milliseconds