On 3/23/21 9:17 AM, Claudio Fontana wrote:
Signed-off-by: Claudio Fontana<cfont...@suse.de>
---
  target/arm/tcg/tlb_helper.h        | 17 ++++++
  target/arm/tcg/sysemu/tlb_helper.c | 83 ++++++++++++++++++++++++++
  target/arm/tcg/tlb_helper.c        | 96 ++----------------------------
  target/arm/tcg/user/tlb_helper.c   | 31 ++++++++++
  target/arm/tcg/sysemu/meson.build  |  1 +
  target/arm/tcg/user/meson.build    |  1 +
  6 files changed, 137 insertions(+), 92 deletions(-)
  create mode 100644 target/arm/tcg/tlb_helper.h
  create mode 100644 target/arm/tcg/sysemu/tlb_helper.c
  create mode 100644 target/arm/tcg/user/tlb_helper.c

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>


r~

Reply via email to