81c81,85
<
---
> enum TsbPageSize {
> Ps0,
> Ps1
> };
> public:
87a92,94
> * @param update_used should ew update the used bits in the entries on not
> * useful if we are trying to do a va->pa without mucking with any state for
> * a debug read for example.
90,91c97,99
< TlbEntry *lookup(Addr va, int partition_id, bool real, int context_id = 0);
<
---
> TlbEntry *lookup(Addr va, int partition_id, bool real, int context_id = 0,
> bool update_used = true);
> protected:
165a174
> void GetTsbPtr(ThreadContext *tc, Addr addr, int ctx, Addr *ptrs);
171a181,184
> uint64_t MakeTsbPtr(TsbPageSize ps, uint64_t tag_access, uint64_t c0_tsb,
> uint64_t c0_config, uint64_t cX_tsb, uint64_t cX_config);
>
>