Searched refs:bufp (Results 1 - 2 of 2) sorted by relevance

/gem5/src/gpu-compute/
H A Dcl_driver.cc174 char *bufp = (char*)buf.bufferPtr(); local
181 while ((*bufp++ = *n++));
184 assert(bufp - (char *)buf.bufferPtr() == string_table_size);
217 TheGpuISA::RawMachInst *bufp = buf; local
225 bufp[buf_idx] = k->insts()->at(j);
/gem5/src/sim/
H A Dsyscall_emul.hh2281 TypedBufferArg<typename OS::tms> bufp(process->getSyscallArg(tc, index));
2285 bufp->tms_utime = clocks;
2286 bufp->tms_stime = 0;
2287 bufp->tms_cutime = 0;
2288 bufp->tms_cstime = 0;
2291 bufp->tms_utime = TheISA::htog(bufp->tms_utime);
2294 bufp.copyOut(tc->getVirtProxy());

Completed in 20 milliseconds