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

/gem5/src/sim/
H A Dsyscall_emul.cc337 uint64_t offset_high = p->getSyscallArg(tc, index); local
347 uint64_t offset = (offset_high << 32) | offset_low;

Completed in 12 milliseconds