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

/gem5/src/sim/
H A Dsyscall_emul.hh1164 uint64_t old_length = process->getSyscallArg(tc, index); local
1181 if (new_length > old_length) {
1185 if ((start + old_length) == mmap_end &&
1189 uint64_t diff = new_length - old_length;
1207 process->pTable->remap(start, old_length, new_start);
1210 new_length - old_length);
1212 process->allocateMem(new_start + old_length,
1213 new_length - old_length,
1231 process->pTable->unmap(start + new_length, old_length - new_length);

Completed in 14 milliseconds