diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2003-10-13 19:54:11 -0700 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2003-10-13 19:54:11 -0700 |
commit | 8f1855034e925384c88736e26cdcb93135279503 (patch) | |
tree | 6b7509785cdb8967825e17a09b23ef374a97085e /arch/alpha/vtophys.hh | |
parent | 7646a5a1e09c01b99d58394d05e79435a11be0d6 (diff) | |
parent | 60a7bd950b4c3a2b9bffed92f14fdd50f566222c (diff) | |
download | gem5-8f1855034e925384c88736e26cdcb93135279503.tar.xz |
Merge zizzer:/bk/m5 into isabel.reinhardt.house:/z/stever/bk/m5
--HG--
extra : convert_revision : 8bfe9a5cb1f127b52e4f189eb1193f7d1c93e580
Diffstat (limited to 'arch/alpha/vtophys.hh')
-rw-r--r-- | arch/alpha/vtophys.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/alpha/vtophys.hh b/arch/alpha/vtophys.hh index 8d121ec5b..75a589259 100644 --- a/arch/alpha/vtophys.hh +++ b/arch/alpha/vtophys.hh @@ -42,5 +42,8 @@ Addr vtophys(PhysicalMemory *xc, Addr vaddr); Addr vtophys(ExecContext *xc, Addr vaddr); uint8_t *vtomem(ExecContext *xc, Addr vaddr, size_t len); +void CopyData(ExecContext *xc, void *dst, Addr vaddr, size_t len); +void CopyString(ExecContext *xc, char *dst, Addr vaddr, size_t maxlen); + #endif // __VTOPHYS_H__ |