diff options
author | Jordan Justen <jordan.l.justen@intel.com> | 2018-02-20 03:05:56 -0800 |
---|---|---|
committer | Jordan Justen <jordan.l.justen@intel.com> | 2018-03-19 11:28:18 -0700 |
commit | b09e979a67817a9b068f841bda81940b9d208850 (patch) | |
tree | 440bd169421bd4f95734c043e5abe71b75a47099 /debugger/system_routine/Makefile.am | |
parent | 3e0eca2f7a7935a6726c43823726d42c4b0d80f9 (diff) |
tools/aubdump: For gen10+ support addresses up to 4GB
For gen10, we now add mappings for buffers as they are needed.
Instead of doing this dynamically, we could always map the entire 4GB.
With 4KB pages, the tables would take up 8MB in every AUB. AUBs are
often quite huge compared to 8MB, but they can also be just a few
hundred KB.
This should allow the AUB to create up to about 4GB of allocated
buffers, whereas before we were limited to about 64MB.
While it is unlikely that we'll try to capture AUBs that generate
buffers up to 4GB in size, this change also should allow pinned
buffers to be used anywhere in the first 4GB. (I tested a pinned
buffer at 0xf0000000.)
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Scott D Phillips <scott.d.phillips@intel.com>
Diffstat (limited to 'debugger/system_routine/Makefile.am')
0 files changed, 0 insertions, 0 deletions