Files
Helge Deller b1475464f7 target/hppa: Delay MMU update until TLB protection bits were set
On a 32-bit HPPA CPU, the TLB update for a data translation happens with
two consecutive instructions: IDTLBA and IDTLBP. The former sets the
target page address, while the second sets the protection bits.
There is no need to update the MMU after setting the address bits only,
so delay the final update of the MMU until after the execution of the
second instruction when the protection bits are known too.

Signed-off-by: Helge Deller <deller@gmx.de>
2026-07-05 17:42:14 +02:00
..
2026-03-08 23:11:04 +01:00
2026-05-21 19:18:56 -07:00