/qemu/accel/tcg/ |
H A D | tcg-runtime.c | 8b5c2b6260c0bb1233f605663bec9582b55d80c9 Wed Oct 28 21:48:55 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Move tcg epilogue pointer out of TCGContext
This value is constant across all thread-local copies of TCGContext, so we might as well move it out of thread-local storage.
Reviewed-by: Joelle van Dyne <j@getutm.app> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 8b5c2b6260c0bb1233f605663bec9582b55d80c9 Wed Oct 28 21:48:55 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Move tcg epilogue pointer out of TCGContext
This value is constant across all thread-local copies of TCGContext, so we might as well move it out of thread-local storage.
Reviewed-by: Joelle van Dyne <j@getutm.app> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 8b5c2b6260c0bb1233f605663bec9582b55d80c9 Wed Oct 28 21:48:55 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Move tcg epilogue pointer out of TCGContext
This value is constant across all thread-local copies of TCGContext, so we might as well move it out of thread-local storage.
Reviewed-by: Joelle van Dyne <j@getutm.app> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 8b5c2b6260c0bb1233f605663bec9582b55d80c9 Wed Oct 28 21:48:55 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Move tcg epilogue pointer out of TCGContext
This value is constant across all thread-local copies of TCGContext, so we might as well move it out of thread-local storage.
Reviewed-by: Joelle van Dyne <j@getutm.app> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 8b5c2b6260c0bb1233f605663bec9582b55d80c9 Wed Oct 28 21:48:55 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Move tcg epilogue pointer out of TCGContext
This value is constant across all thread-local copies of TCGContext, so we might as well move it out of thread-local storage.
Reviewed-by: Joelle van Dyne <j@getutm.app> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 8b5c2b6260c0bb1233f605663bec9582b55d80c9 Wed Oct 28 21:48:55 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Move tcg epilogue pointer out of TCGContext
This value is constant across all thread-local copies of TCGContext, so we might as well move it out of thread-local storage.
Reviewed-by: Joelle van Dyne <j@getutm.app> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 8b5c2b6260c0bb1233f605663bec9582b55d80c9 Wed Oct 28 21:48:55 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Move tcg epilogue pointer out of TCGContext
This value is constant across all thread-local copies of TCGContext, so we might as well move it out of thread-local storage.
Reviewed-by: Joelle van Dyne <j@getutm.app> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 8b5c2b6260c0bb1233f605663bec9582b55d80c9 Wed Oct 28 21:48:55 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Move tcg epilogue pointer out of TCGContext
This value is constant across all thread-local copies of TCGContext, so we might as well move it out of thread-local storage.
Reviewed-by: Joelle van Dyne <j@getutm.app> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 8b5c2b6260c0bb1233f605663bec9582b55d80c9 Wed Oct 28 21:48:55 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Move tcg epilogue pointer out of TCGContext
This value is constant across all thread-local copies of TCGContext, so we might as well move it out of thread-local storage.
Reviewed-by: Joelle van Dyne <j@getutm.app> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/include/tcg/ |
H A D | tcg.h | 8b5c2b6260c0bb1233f605663bec9582b55d80c9 Wed Oct 28 21:48:55 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Move tcg epilogue pointer out of TCGContext
This value is constant across all thread-local copies of TCGContext, so we might as well move it out of thread-local storage.
Reviewed-by: Joelle van Dyne <j@getutm.app> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/ |
H A D | tcg.c | 8b5c2b6260c0bb1233f605663bec9582b55d80c9 Wed Oct 28 21:48:55 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Move tcg epilogue pointer out of TCGContext
This value is constant across all thread-local copies of TCGContext, so we might as well move it out of thread-local storage.
Reviewed-by: Joelle van Dyne <j@getutm.app> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|