accel/tcg: Introduce tlb_read_idx
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 5 May 2023 20:55:01 +0000 (21:55 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 11 May 2023 08:53:41 +0000 (09:53 +0100)
commit0b3c75ad1a21574cc55b0c095a7dc21e2d27ffc8
tree861006d476925fa726a93e85eb37dd247a3f3f9e
parent9877ea05de9cdce6a5da87175d8455832f8148dc
accel/tcg: Introduce tlb_read_idx

Instead of playing with offsetof in various places, use
MMUAccessType to index an array.  This is easily defined
instead of the previous dummy padding array in the union.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cputlb.c
include/exec/cpu-defs.h
include/exec/cpu_ldst.h