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

/gem5/src/base/
H A Dtime.cc158 char *tz = getenv("TZ"); local
162 if (tz) {
163 tz = strdup(tz);
164 if (!tz) {
175 if (tz) {
176 setenv("TZ", tz, 1);
177 free(tz);
/gem5/src/arch/arm/
H A Dmiscregs_types.hh204 Bitfield<8> tz; // SVE member in namespace:ArmISA
647 Bitfield<8> tz; // SVE (CPTR_EL2) member in namespace:ArmISA
H A Disa.cc879 cptrMask.tz = ones;
/gem5/src/arch/arm/insts/
H A Dstatic_inst.cc995 if (cptrEnCheck.tz)

Completed in 21 milliseconds