Searched refs:cenvp (Results 1 - 3 of 3) sorted by relevance

/gem5/util/statetrace/arch/arm/
H A Dtracechild.cc195 uint32_t cenvp; local
197 cenvp = ptrace(PTRACE_PEEKDATA, pid, sp, 0);
199 sp, envCount++, cenvp);
202 } while (cenvp);
/gem5/util/statetrace/arch/sparc/
H A Dtracechild.cc422 uint64_t cenvp; local
424 cenvp = ptrace(PTRACE_PEEKDATA, pid, sp, 0);
425 if (v8) cenvp = cenvp >> 32;
427 sp, envCount++, cenvp);
430 } while (cenvp);
/gem5/util/statetrace/arch/amd64/
H A Dtracechild.cc278 uint64_t cenvp; local
280 cenvp = ptrace(PTRACE_PEEKDATA, pid, sp, 0);
282 sp, envCount++, cenvp);
285 } while (cenvp);

Completed in 9 milliseconds