94,101d93
< /** Lookup an entry in the TLB
< * @param vpn virtual address
< * @param asn context id/address space id to use
< * @param functional if the lookup should modify state
< * @return pointer to TLB entrry if it exists
< */
< TlbEntry *lookup(Addr vpn, uint8_t asn, bool functional = false);
<
134a127,134
> /** Lookup an entry in the TLB
> * @param vpn virtual address
> * @param asn context id/address space id to use
> * @param functional if the lookup should modify state
> * @return pointer to TLB entrry if it exists
> */
> TlbEntry *lookup(Addr vpn, uint8_t asn, bool functional = false);
>