Files
qemu/include/hw
Richard Henderson f168808d7d accel/tcg: Add TCGCPUOps.tlb_fill_align
Add a new callback to handle softmmu paging.  Return the page
details directly, instead of passing them indirectly to
tlb_set_page.  Handle alignment simultaneously with paging so
that faults are handled with target-specific priority.

Route all calls of the two hooks through a tlb_fill_align
function local to cputlb.c.

As yet no targets implement the new hook.
As yet cputlb.c does not use the new alignment check.

Reviewed-by: Helge Deller <deller@gmx.de>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2024-10-13 11:27:05 -07:00
..
2024-07-21 07:46:38 +02:00
2024-10-01 14:41:22 +01:00
2024-07-21 14:42:58 -04:00
2024-09-05 13:12:36 +01:00
2024-10-01 14:41:10 +01:00
2024-01-30 21:20:20 +03:00
2024-01-05 16:20:15 +01:00
2024-10-01 14:39:39 +01:00
2024-10-03 17:26:06 +03:00
2024-10-03 17:26:05 +03:00
2024-07-16 20:26:47 +02:00
2024-07-26 09:21:06 +10:00
2024-06-16 21:08:54 +02:00
2023-03-20 12:43:50 +01:00
2024-09-24 11:33:35 +02:00
2024-02-27 09:37:21 +01:00