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

/gem5/src/mem/
H A Dpage_table.hh120 virtual void unmap(Addr vaddr, int64_t size);
H A Dmulti_level_page_table.hh259 unmap(Addr vaddr, int64_t size) override
261 EmulationPageTable::unmap(vaddr, size);
269 "PageTable::unmap: Address %#x not mapped.", vaddr);
H A Dpage_table.cc105 EmulationPageTable::unmap(Addr vaddr, int64_t size) function in class:EmulationPageTable
/gem5/src/sim/
H A Dsyscall_emul.hh1231 process->pTable->unmap(start + new_length, old_length - new_length);

Completed in 16 milliseconds