Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
accel: Replace target_ulong in tlb_*()
Replaces target_ulong with vaddr for guest virtual addresses in tlb_*()
functions and auxilliary structs.

Signed-off-by: Anton Johansson <anjo@rev.ng>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230621135633.1649-2-anjo@rev.ng>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
  • Loading branch information
Anton Johansson authored and rth7680 committed Jun 26, 2023
1 parent 390e8fc commit 732d548
Show file tree
Hide file tree
Showing 6 changed files with 131 additions and 135 deletions.
2 changes: 1 addition & 1 deletion accel/stubs/tcg-stub.c
Expand Up @@ -18,7 +18,7 @@ void tb_flush(CPUState *cpu)
{
}

void tlb_set_dirty(CPUState *cpu, target_ulong vaddr)
void tlb_set_dirty(CPUState *cpu, vaddr vaddr)
{
}

Expand Down

0 comments on commit 732d548

Please sign in to comment.