Searched hist:e506ad6a05c806bbef460a7d014a184ff8d707a6 (Results 1 – 4 of 4) sorted by relevance
/qemu/accel/tcg/ |
H A D | tb-maint.c | e506ad6a05c806bbef460a7d014a184ff8d707a6 Mon Mar 06 01:30:11 UTC 2023 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Pass last not end to tb_invalidate_phys_range
Pass the address of the last byte to be changed, rather than the first address past the last byte. This avoids overflow when the last page of the address space is involved.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | user-exec.c | e506ad6a05c806bbef460a7d014a184ff8d707a6 Mon Mar 06 01:30:11 UTC 2023 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Pass last not end to tb_invalidate_phys_range
Pass the address of the last byte to be changed, rather than the first address past the last byte. This avoids overflow when the last page of the address space is involved.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | translate-all.c | e506ad6a05c806bbef460a7d014a184ff8d707a6 Mon Mar 06 01:30:11 UTC 2023 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Pass last not end to tb_invalidate_phys_range
Pass the address of the last byte to be changed, rather than the first address past the last byte. This avoids overflow when the last page of the address space is involved.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/system/ |
H A D | physmem.c | e506ad6a05c806bbef460a7d014a184ff8d707a6 Mon Mar 06 01:30:11 UTC 2023 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Pass last not end to tb_invalidate_phys_range
Pass the address of the last byte to be changed, rather than the first address past the last byte. This avoids overflow when the last page of the address space is involved.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|