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

/gem5/src/sim/
H A Dsyscall_emul.hh341 Addr uaddr = process->getSyscallArg(tc, index); local
359 BufferArg buf(uaddr, sizeof(int));
364 * The value in memory at uaddr is not equal with the expected val
372 futex_map.suspend(uaddr, process->tgid(), tc);
374 futex_map.suspend_bitset(uaddr, process->tgid(), tc, val3);
379 return futex_map.wakeup(uaddr, process->tgid(), val);
381 return futex_map.wakeup_bitset(uaddr, process->tgid(), val3);
386 BufferArg buf(uaddr, sizeof(int));
391 * val3 is still the value of the futex pointed to by uaddr.
395 return futex_map.requeue(uaddr, proces
[all...]

Completed in 9 milliseconds