Home
last modified time | relevance | path

Searched hist:"04 a37d4ca4bfef595b2e9bec99eac8bfc806c76b" (Results 1 – 12 of 12) sorted by relevance

/qemu/target/i386/tcg/
H A Dtcg-cpu.c04a37d4ca4bfef595b2e9bec99eac8bfc806c76b Thu Oct 29 19:30:01 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Make tb arg to synchronize_from_tb const

There is nothing within the translators that ought to be
changing the TranslationBlock data, so make it const.

This does not actually use the read-only copy of the
data structure that exists within the rx region.

Reviewed-by: Joelle van Dyne <j@getutm.app>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/qemu/target/rx/
H A Dcpu.c04a37d4ca4bfef595b2e9bec99eac8bfc806c76b Thu Oct 29 19:30:01 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Make tb arg to synchronize_from_tb const

There is nothing within the translators that ought to be
changing the TranslationBlock data, so make it const.

This does not actually use the read-only copy of the
data structure that exists within the rx region.

Reviewed-by: Joelle van Dyne <j@getutm.app>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/qemu/target/avr/
H A Dcpu.c04a37d4ca4bfef595b2e9bec99eac8bfc806c76b Thu Oct 29 19:30:01 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Make tb arg to synchronize_from_tb const

There is nothing within the translators that ought to be
changing the TranslationBlock data, so make it const.

This does not actually use the read-only copy of the
data structure that exists within the rx region.

Reviewed-by: Joelle van Dyne <j@getutm.app>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/qemu/target/tricore/
H A Dcpu.c04a37d4ca4bfef595b2e9bec99eac8bfc806c76b Thu Oct 29 19:30:01 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Make tb arg to synchronize_from_tb const

There is nothing within the translators that ought to be
changing the TranslationBlock data, so make it const.

This does not actually use the read-only copy of the
data structure that exists within the rx region.

Reviewed-by: Joelle van Dyne <j@getutm.app>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/qemu/target/sh4/
H A Dcpu.c04a37d4ca4bfef595b2e9bec99eac8bfc806c76b Thu Oct 29 19:30:01 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Make tb arg to synchronize_from_tb const

There is nothing within the translators that ought to be
changing the TranslationBlock data, so make it const.

This does not actually use the read-only copy of the
data structure that exists within the rx region.

Reviewed-by: Joelle van Dyne <j@getutm.app>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/qemu/target/hppa/
H A Dcpu.c04a37d4ca4bfef595b2e9bec99eac8bfc806c76b Thu Oct 29 19:30:01 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Make tb arg to synchronize_from_tb const

There is nothing within the translators that ought to be
changing the TranslationBlock data, so make it const.

This does not actually use the read-only copy of the
data structure that exists within the rx region.

Reviewed-by: Joelle van Dyne <j@getutm.app>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/qemu/target/microblaze/
H A Dcpu.c04a37d4ca4bfef595b2e9bec99eac8bfc806c76b Thu Oct 29 19:30:01 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Make tb arg to synchronize_from_tb const

There is nothing within the translators that ought to be
changing the TranslationBlock data, so make it const.

This does not actually use the read-only copy of the
data structure that exists within the rx region.

Reviewed-by: Joelle van Dyne <j@getutm.app>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/qemu/target/sparc/
H A Dcpu.c04a37d4ca4bfef595b2e9bec99eac8bfc806c76b Thu Oct 29 19:30:01 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Make tb arg to synchronize_from_tb const

There is nothing within the translators that ought to be
changing the TranslationBlock data, so make it const.

This does not actually use the read-only copy of the
data structure that exists within the rx region.

Reviewed-by: Joelle van Dyne <j@getutm.app>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/qemu/target/mips/
H A Dcpu.c04a37d4ca4bfef595b2e9bec99eac8bfc806c76b Thu Oct 29 19:30:01 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Make tb arg to synchronize_from_tb const

There is nothing within the translators that ought to be
changing the TranslationBlock data, so make it const.

This does not actually use the read-only copy of the
data structure that exists within the rx region.

Reviewed-by: Joelle van Dyne <j@getutm.app>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/qemu/include/hw/core/
H A Dcpu.h04a37d4ca4bfef595b2e9bec99eac8bfc806c76b Thu Oct 29 19:30:01 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Make tb arg to synchronize_from_tb const

There is nothing within the translators that ought to be
changing the TranslationBlock data, so make it const.

This does not actually use the read-only copy of the
data structure that exists within the rx region.

Reviewed-by: Joelle van Dyne <j@getutm.app>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/qemu/target/riscv/
H A Dcpu.c04a37d4ca4bfef595b2e9bec99eac8bfc806c76b Thu Oct 29 19:30:01 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Make tb arg to synchronize_from_tb const

There is nothing within the translators that ought to be
changing the TranslationBlock data, so make it const.

This does not actually use the read-only copy of the
data structure that exists within the rx region.

Reviewed-by: Joelle van Dyne <j@getutm.app>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/qemu/target/arm/
H A Dcpu.c04a37d4ca4bfef595b2e9bec99eac8bfc806c76b Thu Oct 29 19:30:01 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Make tb arg to synchronize_from_tb const

There is nothing within the translators that ought to be
changing the TranslationBlock data, so make it const.

This does not actually use the read-only copy of the
data structure that exists within the rx region.

Reviewed-by: Joelle van Dyne <j@getutm.app>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>