Richard Henderson 58e8f1f616 accel/tcg: Store some tlb flags in CPUTLBEntryFull
We have run out of bits we can use within the CPUTLBEntry comparators,
as TLB_FLAGS_MASK cannot overlap alignment.

Store slow_flags[] in CPUTLBEntryFull, and merge with the flags from
the comparator.  A new TLB_FORCE_SLOW bit is set within the comparator
as an indication that the slow path must be used.

Move TLB_BSWAP to TLB_SLOW_FLAGS_MASK.  Since we are out of bits,
we cannot create a new bit without moving an old one.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2023-06-26 17:33:00 +02:00
..
2023-03-24 11:45:46 +01:00
2023-01-08 01:54:22 -05:00
2023-03-24 11:45:33 +01:00
2023-02-08 07:16:23 +01:00
2023-01-08 01:54:22 -05:00
2023-03-07 11:19:07 -07:00
2023-06-15 16:46:47 -07:00
2019-08-16 13:31:52 +02:00
2023-03-20 12:43:50 +01:00
2020-09-09 09:27:09 -04:00
2023-03-20 12:43:50 +01:00
2019-06-12 13:20:21 +02:00
2020-09-09 09:27:09 -04:00
2022-11-08 11:13:48 +01:00
2020-09-09 09:27:09 -04:00