arch-arm: Add pagesize field to the Lookup data structure

Change-Id: Ibc2c80cbf3cfd98f24440e8e6ddf4dbb7e4e26d6
Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
This commit is contained in:
Giacomo Travaglini
2024-07-15 18:31:29 +01:00
parent 1eed6e9769
commit da3919a6f4

View File

@@ -179,6 +179,8 @@ struct TlbEntry : public ReplaceableEntry, Serializable
{
// virtual address
Addr va = 0;
// page size
Addr pageSize = Grain4KB;
// lookup size:
// * != 0 -> this is a range based lookup.
// end_address = va + size