commit | eb25d10f4d601f29169c876f9463e37db674b132 | [log] [tgz] |
---|---|---|
author | Helge Deller <deller@gmx.de> | Thu Oct 26 21:41:41 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Mon Nov 06 18:49:34 2023 -0800 |
tree | ade4e20693a911544af8567957c2a39eb801eddf | |
parent | b5caa17cdaf153fca500cf8bb0fa3a14c02def6e [diff] |
target/hppa: Add pa2.0 cpu local tlb flushes The previous decoding misnamed the bit it called "local". Other than the name, the implementation was correct for pa1.x. Rename this field to "tlbe". PA2.0 adds (a real) local bit to PxTLB, and also adds a range of pages to flush in GR[b]. Signed-off-by: Helge Deller <deller@gmx.de> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>