2c2
< * Copyright (c) 2011 ARM Limited
---
> * Copyright (c) 2011-2012 ARM Limited
82,83c82,86
< /** Switches out the LSQ. */
< void switchOut();
---
>
> /** Perform sanity checks after a drain. */
> void drainSanityCheck() const;
> /** Has the LSQ drained? */
> bool isDrained() const;
213a217,223
> /** Returns if the LSQ is empty (both LQ and SQ are empty). */
> bool isEmpty() const;
> /** Returns if all of the LQs are empty. */
> bool lqEmpty() const;
> /** Returns if all of the SQs are empty. */
> bool sqEmpty() const;
>
257c267
< bool cacheBlocked()
---
> bool cacheBlocked() const