On Sun, Sep 11, 2011 at 04:41:10PM +, Blue Swirl wrote:
> +mmu_helper_dmiss(uint64_t address, uint64_t context) "DMISS at
> %"PRIx64" context %"PRIx64
> +mmu_helper_tfault(uint64_t address, uint64_t context) "TFAULT at
> %"PRIx64" context %"PRIx64
> +mmu_helper_tmiss(uint64_t address, uint64_t
Signed-off-by: Blue Swirl
---
target-sparc/mmu_helper.c | 64 ++---
trace-events | 10 +++
2 files changed, 30 insertions(+), 44 deletions(-)
diff --git a/target-sparc/mmu_helper.c b/target-sparc/mmu_helper.c
index 5743081..8cdc224 100