Searched refs:tms_utime (Results 1 - 6 of 6) sorted by relevance

/gem5/src/arch/arm/freebsd/
H A Dfreebsd.hh188 int32_t tms_utime; //!< user time member in struct:ArmFreebsd32::tms
353 int64_t tms_utime; //!< user time member in struct:ArmFreebsd64::tms
/gem5/src/arch/power/linux/
H A Dlinux.hh95 int32_t tms_utime; //!< user time member in struct:PowerLinux::tms
/gem5/src/kern/linux/
H A Dlinux.hh144 int64_t tms_utime; //!< user time member in struct:Linux::tms
/gem5/src/arch/arm/linux/
H A Dlinux.hh272 int32_t tms_utime; //!< user time member in struct:ArmLinux32::tms
529 int64_t tms_utime; //!< user time member in struct:ArmLinux64::tms
/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64i.cpp312 cout << "\ttms_utime =\t" << buf.tms_utime << endl;
/gem5/src/sim/
H A Dsyscall_emul.hh2285 bufp->tms_utime = clocks;
2291 bufp->tms_utime = TheISA::htog(bufp->tms_utime);

Completed in 27 milliseconds