/qemu/target/mips/tcg/ |
H A D | exception.c | 8865049bab9957eb5b027d3e53bd05316817ea07 Thu Dec 12 14:38:34 UTC 2024 Philippe Mathieu-Daudé <philmd@linaro.org> accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'
The TranslationBlock flags are defined in 'exec/translation-block.h'. tcg_cflags_has/set() use them, it is more logical to declare them in the same place. Move them there too.
Suggested-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241212144430.66224-2-philmd@linaro.org>
|
/qemu/target/mips/tcg/system/ |
H A D | special_helper.c | 8865049bab9957eb5b027d3e53bd05316817ea07 Thu Dec 12 14:38:34 UTC 2024 Philippe Mathieu-Daudé <philmd@linaro.org> accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'
The TranslationBlock flags are defined in 'exec/translation-block.h'. tcg_cflags_has/set() use them, it is more logical to declare them in the same place. Move them there too.
Suggested-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241212144430.66224-2-philmd@linaro.org>
|
/qemu/accel/tcg/ |
H A D | tcg-accel-ops.c | 8865049bab9957eb5b027d3e53bd05316817ea07 Thu Dec 12 14:38:34 UTC 2024 Philippe Mathieu-Daudé <philmd@linaro.org> accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'
The TranslationBlock flags are defined in 'exec/translation-block.h'. tcg_cflags_has/set() use them, it is more logical to declare them in the same place. Move them there too.
Suggested-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241212144430.66224-2-philmd@linaro.org>
|
H A D | watchpoint.c | 8865049bab9957eb5b027d3e53bd05316817ea07 Thu Dec 12 14:38:34 UTC 2024 Philippe Mathieu-Daudé <philmd@linaro.org> accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'
The TranslationBlock flags are defined in 'exec/translation-block.h'. tcg_cflags_has/set() use them, it is more logical to declare them in the same place. Move them there too.
Suggested-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241212144430.66224-2-philmd@linaro.org>
|
H A D | cpu-exec.c | 8865049bab9957eb5b027d3e53bd05316817ea07 Thu Dec 12 14:38:34 UTC 2024 Philippe Mathieu-Daudé <philmd@linaro.org> accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'
The TranslationBlock flags are defined in 'exec/translation-block.h'. tcg_cflags_has/set() use them, it is more logical to declare them in the same place. Move them there too.
Suggested-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241212144430.66224-2-philmd@linaro.org>
|
/qemu/include/exec/ |
H A D | translation-block.h | 8865049bab9957eb5b027d3e53bd05316817ea07 Thu Dec 12 14:38:34 UTC 2024 Philippe Mathieu-Daudé <philmd@linaro.org> accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'
The TranslationBlock flags are defined in 'exec/translation-block.h'. tcg_cflags_has/set() use them, it is more logical to declare them in the same place. Move them there too.
Suggested-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241212144430.66224-2-philmd@linaro.org>
|
H A D | cpu-common.h | 8865049bab9957eb5b027d3e53bd05316817ea07 Thu Dec 12 14:38:34 UTC 2024 Philippe Mathieu-Daudé <philmd@linaro.org> accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'
The TranslationBlock flags are defined in 'exec/translation-block.h'. tcg_cflags_has/set() use them, it is more logical to declare them in the same place. Move them there too.
Suggested-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241212144430.66224-2-philmd@linaro.org>
|
/qemu/target/hexagon/ |
H A D | cpu.c | 8865049bab9957eb5b027d3e53bd05316817ea07 Thu Dec 12 14:38:34 UTC 2024 Philippe Mathieu-Daudé <philmd@linaro.org> accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'
The TranslationBlock flags are defined in 'exec/translation-block.h'. tcg_cflags_has/set() use them, it is more logical to declare them in the same place. Move them there too.
Suggested-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241212144430.66224-2-philmd@linaro.org>
|
/qemu/target/i386/ |
H A D | helper.c | 8865049bab9957eb5b027d3e53bd05316817ea07 Thu Dec 12 14:38:34 UTC 2024 Philippe Mathieu-Daudé <philmd@linaro.org> accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'
The TranslationBlock flags are defined in 'exec/translation-block.h'. tcg_cflags_has/set() use them, it is more logical to declare them in the same place. Move them there too.
Suggested-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241212144430.66224-2-philmd@linaro.org>
|
H A D | cpu.c | 8865049bab9957eb5b027d3e53bd05316817ea07 Thu Dec 12 14:38:34 UTC 2024 Philippe Mathieu-Daudé <philmd@linaro.org> accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'
The TranslationBlock flags are defined in 'exec/translation-block.h'. tcg_cflags_has/set() use them, it is more logical to declare them in the same place. Move them there too.
Suggested-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241212144430.66224-2-philmd@linaro.org>
|
/qemu/target/rx/ |
H A D | cpu.c | 8865049bab9957eb5b027d3e53bd05316817ea07 Thu Dec 12 14:38:34 UTC 2024 Philippe Mathieu-Daudé <philmd@linaro.org> accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'
The TranslationBlock flags are defined in 'exec/translation-block.h'. tcg_cflags_has/set() use them, it is more logical to declare them in the same place. Move them there too.
Suggested-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241212144430.66224-2-philmd@linaro.org>
|
/qemu/target/avr/ |
H A D | cpu.c | 8865049bab9957eb5b027d3e53bd05316817ea07 Thu Dec 12 14:38:34 UTC 2024 Philippe Mathieu-Daudé <philmd@linaro.org> accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'
The TranslationBlock flags are defined in 'exec/translation-block.h'. tcg_cflags_has/set() use them, it is more logical to declare them in the same place. Move them there too.
Suggested-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241212144430.66224-2-philmd@linaro.org>
|
/qemu/target/tricore/ |
H A D | cpu.c | 8865049bab9957eb5b027d3e53bd05316817ea07 Thu Dec 12 14:38:34 UTC 2024 Philippe Mathieu-Daudé <philmd@linaro.org> accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'
The TranslationBlock flags are defined in 'exec/translation-block.h'. tcg_cflags_has/set() use them, it is more logical to declare them in the same place. Move them there too.
Suggested-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241212144430.66224-2-philmd@linaro.org>
|
/qemu/target/sh4/ |
H A D | cpu.c | 8865049bab9957eb5b027d3e53bd05316817ea07 Thu Dec 12 14:38:34 UTC 2024 Philippe Mathieu-Daudé <philmd@linaro.org> accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'
The TranslationBlock flags are defined in 'exec/translation-block.h'. tcg_cflags_has/set() use them, it is more logical to declare them in the same place. Move them there too.
Suggested-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241212144430.66224-2-philmd@linaro.org>
|
/qemu/target/openrisc/ |
H A D | cpu.c | 8865049bab9957eb5b027d3e53bd05316817ea07 Thu Dec 12 14:38:34 UTC 2024 Philippe Mathieu-Daudé <philmd@linaro.org> accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'
The TranslationBlock flags are defined in 'exec/translation-block.h'. tcg_cflags_has/set() use them, it is more logical to declare them in the same place. Move them there too.
Suggested-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241212144430.66224-2-philmd@linaro.org>
|
/qemu/target/hppa/ |
H A D | cpu.c | 8865049bab9957eb5b027d3e53bd05316817ea07 Thu Dec 12 14:38:34 UTC 2024 Philippe Mathieu-Daudé <philmd@linaro.org> accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'
The TranslationBlock flags are defined in 'exec/translation-block.h'. tcg_cflags_has/set() use them, it is more logical to declare them in the same place. Move them there too.
Suggested-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241212144430.66224-2-philmd@linaro.org>
|
/qemu/target/microblaze/ |
H A D | cpu.c | 8865049bab9957eb5b027d3e53bd05316817ea07 Thu Dec 12 14:38:34 UTC 2024 Philippe Mathieu-Daudé <philmd@linaro.org> accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'
The TranslationBlock flags are defined in 'exec/translation-block.h'. tcg_cflags_has/set() use them, it is more logical to declare them in the same place. Move them there too.
Suggested-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241212144430.66224-2-philmd@linaro.org>
|
/qemu/target/riscv/tcg/ |
H A D | tcg-cpu.c | 8865049bab9957eb5b027d3e53bd05316817ea07 Thu Dec 12 14:38:34 UTC 2024 Philippe Mathieu-Daudé <philmd@linaro.org> accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'
The TranslationBlock flags are defined in 'exec/translation-block.h'. tcg_cflags_has/set() use them, it is more logical to declare them in the same place. Move them there too.
Suggested-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241212144430.66224-2-philmd@linaro.org>
|
/qemu/target/loongarch/ |
H A D | cpu.c | 8865049bab9957eb5b027d3e53bd05316817ea07 Thu Dec 12 14:38:34 UTC 2024 Philippe Mathieu-Daudé <philmd@linaro.org> accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'
The TranslationBlock flags are defined in 'exec/translation-block.h'. tcg_cflags_has/set() use them, it is more logical to declare them in the same place. Move them there too.
Suggested-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241212144430.66224-2-philmd@linaro.org>
|
/qemu/target/sparc/ |
H A D | cpu.c | 8865049bab9957eb5b027d3e53bd05316817ea07 Thu Dec 12 14:38:34 UTC 2024 Philippe Mathieu-Daudé <philmd@linaro.org> accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'
The TranslationBlock flags are defined in 'exec/translation-block.h'. tcg_cflags_has/set() use them, it is more logical to declare them in the same place. Move them there too.
Suggested-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241212144430.66224-2-philmd@linaro.org>
|
/qemu/linux-user/ |
H A D | mmap.c | 8865049bab9957eb5b027d3e53bd05316817ea07 Thu Dec 12 14:38:34 UTC 2024 Philippe Mathieu-Daudé <philmd@linaro.org> accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'
The TranslationBlock flags are defined in 'exec/translation-block.h'. tcg_cflags_has/set() use them, it is more logical to declare them in the same place. Move them there too.
Suggested-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241212144430.66224-2-philmd@linaro.org>
|
H A D | syscall.c | 8865049bab9957eb5b027d3e53bd05316817ea07 Thu Dec 12 14:38:34 UTC 2024 Philippe Mathieu-Daudé <philmd@linaro.org> accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'
The TranslationBlock flags are defined in 'exec/translation-block.h'. tcg_cflags_has/set() use them, it is more logical to declare them in the same place. Move them there too.
Suggested-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241212144430.66224-2-philmd@linaro.org>
|
/qemu/target/arm/ |
H A D | cpu.c | 8865049bab9957eb5b027d3e53bd05316817ea07 Thu Dec 12 14:38:34 UTC 2024 Philippe Mathieu-Daudé <philmd@linaro.org> accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'
The TranslationBlock flags are defined in 'exec/translation-block.h'. tcg_cflags_has/set() use them, it is more logical to declare them in the same place. Move them there too.
Suggested-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241212144430.66224-2-philmd@linaro.org>
|