mem: Add packet matching functions
authorDaniel R. Carvalho <odanrc@yahoo.com.br>
Mon, 11 Feb 2019 13:19:57 +0000 (14:19 +0100)
committerDaniel Carvalho <odanrc@yahoo.com.br>
Fri, 19 Apr 2019 16:34:00 +0000 (16:34 +0000)
commitd4cee4dc66e175dd6cea7e9bcbe815a7d2d35462
tree1a752ebda1a8a5c85dc9bd8471050f48a2e7ed8a
parent9f32d74db86c8977ab16f2671830f6cdfe3c068b
mem: Add packet matching functions

Add both block and non-block-aligned packet matching functions,
so that both address and secure bits are checked when checking
whether a packet matches a request.

Change-Id: Id0069befb925d112e06f250741cb47d9dfa249cc
Signed-off-by: Daniel R. Carvalho <odanrc@yahoo.com.br>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/17533
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com>
src/mem/cache/base.cc
src/mem/cache/base.hh
src/mem/cache/cache.cc
src/mem/packet.cc
src/mem/packet.hh
src/mem/packet_queue.cc
src/mem/packet_queue.hh
src/mem/simple_mem.cc