Searched hist:aef8540290f46b40f225c9f6d993c77c0697ee7c (Results 1 – 2 of 2) sorted by relevance
/qemu/tcg/ |
H A D | tcg-internal.h | aef8540290f46b40f225c9f6d993c77c0697ee7c Wed Oct 19 01:53:27 UTC 2022 Richard Henderson <richard.henderson@linaro.org> tcg: Allocate TCGTemp pairs in host memory order
Allocate the first of a pair at the lower address, and the second of a pair at the higher address. This will make it easier to find the beginning of the larger memory block.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | tcg.c | aef8540290f46b40f225c9f6d993c77c0697ee7c Wed Oct 19 01:53:27 UTC 2022 Richard Henderson <richard.henderson@linaro.org> tcg: Allocate TCGTemp pairs in host memory order
Allocate the first of a pair at the lower address, and the second of a pair at the higher address. This will make it easier to find the beginning of the larger memory block.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|