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

/gem5/src/sim/
H A Dsyscall_emul.hh1791 uint8_t *pmap = nullptr; local
1807 pmap = (decltype(pmap))mmap(nullptr, length, PROT_READ, MAP_PRIVATE,
1810 if (pmap == (decltype(pmap))-1) {
1876 tp.writeBlob(start, pmap, size);
1879 munmap(pmap, length);

Completed in 7 milliseconds