sim: Retrofit the VPtr type.
authorGabe Black <gabeblack@google.com>
Thu, 7 May 2020 11:17:31 +0000 (04:17 -0700)
committerGabe Black <gabeblack@google.com>
Sat, 4 Jul 2020 17:53:54 +0000 (17:53 +0000)
commit30666c20baa42444fea5481f68d7f3463a69ca82
treee0bcb33341ae2b4c4b068142baff64ac692f945b
parentae58bd07f1072c3bedac2264a0f321d2bf8fda1d
sim: Retrofit the VPtr type.

Rename it to be ProxyPtr and ConstProxyPtr, merge it with the
functionality of BufferArg and TypedBufferArg, etc., as described in
this design doc.

https://docs.google.com/document/d/1BYHBJcf7dB2Z25zAZ9snbeRKfstK9uERYH_3h66w_tc/

Change-Id: I2fddde20cc0ece257685bc50bd3419a4e9a00145
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/29400
Reviewed-by: Ciro Santilli <ciro.santilli@arm.com>
Reviewed-by: Matthew Poremba <matthew.poremba@amd.com>
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/arch/generic/freebsd/threadinfo.hh
src/arch/generic/linux/threadinfo.hh
src/sim/proxy_ptr.hh [new file with mode: 0644]
src/sim/pseudo_inst.cc
src/sim/syscall_emul.hh
src/sim/vptr.hh [deleted file]