/qemu/include/accel/tcg/ |
H A D | tb-cpu-state.h | 4759aae43235cd00e1c9b67ff5bd920db89fddc5 Sun Apr 27 22:32:11 UTC 2025 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Return TCGTBCPUState from cpu_get_tb_cpu_state
Combine 3 different pointer returns into one structure return.
Include a cflags field in TCGTBCPUState, not filled in by cpu_get_tb_cpu_state, but used by all callers. This fills a hole in the structure and is useful in some subroutines.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | cpu-ops.h | 4759aae43235cd00e1c9b67ff5bd920db89fddc5 Sun Apr 27 22:32:11 UTC 2025 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Return TCGTBCPUState from cpu_get_tb_cpu_state
Combine 3 different pointer returns into one structure return.
Include a cflags field in TCGTBCPUState, not filled in by cpu_get_tb_cpu_state, but used by all callers. This fills a hole in the structure and is useful in some subroutines.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/arm/tcg/ |
H A D | hflags.c | 4759aae43235cd00e1c9b67ff5bd920db89fddc5 Sun Apr 27 22:32:11 UTC 2025 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Return TCGTBCPUState from cpu_get_tb_cpu_state
Combine 3 different pointer returns into one structure return.
Include a cflags field in TCGTBCPUState, not filled in by cpu_get_tb_cpu_state, but used by all callers. This fills a hole in the structure and is useful in some subroutines.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/i386/tcg/ |
H A D | tcg-cpu.c | 4759aae43235cd00e1c9b67ff5bd920db89fddc5 Sun Apr 27 22:32:11 UTC 2025 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Return TCGTBCPUState from cpu_get_tb_cpu_state
Combine 3 different pointer returns into one structure return.
Include a cflags field in TCGTBCPUState, not filled in by cpu_get_tb_cpu_state, but used by all callers. This fills a hole in the structure and is useful in some subroutines.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/ppc/ |
H A D | helper_regs.c | 4759aae43235cd00e1c9b67ff5bd920db89fddc5 Sun Apr 27 22:32:11 UTC 2025 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Return TCGTBCPUState from cpu_get_tb_cpu_state
Combine 3 different pointer returns into one structure return.
Include a cflags field in TCGTBCPUState, not filled in by cpu_get_tb_cpu_state, but used by all callers. This fills a hole in the structure and is useful in some subroutines.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/hexagon/ |
H A D | cpu.c | 4759aae43235cd00e1c9b67ff5bd920db89fddc5 Sun Apr 27 22:32:11 UTC 2025 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Return TCGTBCPUState from cpu_get_tb_cpu_state
Combine 3 different pointer returns into one structure return.
Include a cflags field in TCGTBCPUState, not filled in by cpu_get_tb_cpu_state, but used by all callers. This fills a hole in the structure and is useful in some subroutines.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/alpha/ |
H A D | cpu.c | 4759aae43235cd00e1c9b67ff5bd920db89fddc5 Sun Apr 27 22:32:11 UTC 2025 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Return TCGTBCPUState from cpu_get_tb_cpu_state
Combine 3 different pointer returns into one structure return.
Include a cflags field in TCGTBCPUState, not filled in by cpu_get_tb_cpu_state, but used by all callers. This fills a hole in the structure and is useful in some subroutines.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/rx/ |
H A D | cpu.c | 4759aae43235cd00e1c9b67ff5bd920db89fddc5 Sun Apr 27 22:32:11 UTC 2025 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Return TCGTBCPUState from cpu_get_tb_cpu_state
Combine 3 different pointer returns into one structure return.
Include a cflags field in TCGTBCPUState, not filled in by cpu_get_tb_cpu_state, but used by all callers. This fills a hole in the structure and is useful in some subroutines.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/avr/ |
H A D | cpu.c | 4759aae43235cd00e1c9b67ff5bd920db89fddc5 Sun Apr 27 22:32:11 UTC 2025 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Return TCGTBCPUState from cpu_get_tb_cpu_state
Combine 3 different pointer returns into one structure return.
Include a cflags field in TCGTBCPUState, not filled in by cpu_get_tb_cpu_state, but used by all callers. This fills a hole in the structure and is useful in some subroutines.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/tricore/ |
H A D | cpu.c | 4759aae43235cd00e1c9b67ff5bd920db89fddc5 Sun Apr 27 22:32:11 UTC 2025 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Return TCGTBCPUState from cpu_get_tb_cpu_state
Combine 3 different pointer returns into one structure return.
Include a cflags field in TCGTBCPUState, not filled in by cpu_get_tb_cpu_state, but used by all callers. This fills a hole in the structure and is useful in some subroutines.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/sh4/ |
H A D | cpu.c | 4759aae43235cd00e1c9b67ff5bd920db89fddc5 Sun Apr 27 22:32:11 UTC 2025 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Return TCGTBCPUState from cpu_get_tb_cpu_state
Combine 3 different pointer returns into one structure return.
Include a cflags field in TCGTBCPUState, not filled in by cpu_get_tb_cpu_state, but used by all callers. This fills a hole in the structure and is useful in some subroutines.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/openrisc/ |
H A D | cpu.c | 4759aae43235cd00e1c9b67ff5bd920db89fddc5 Sun Apr 27 22:32:11 UTC 2025 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Return TCGTBCPUState from cpu_get_tb_cpu_state
Combine 3 different pointer returns into one structure return.
Include a cflags field in TCGTBCPUState, not filled in by cpu_get_tb_cpu_state, but used by all callers. This fills a hole in the structure and is useful in some subroutines.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/xtensa/ |
H A D | cpu.c | 4759aae43235cd00e1c9b67ff5bd920db89fddc5 Sun Apr 27 22:32:11 UTC 2025 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Return TCGTBCPUState from cpu_get_tb_cpu_state
Combine 3 different pointer returns into one structure return.
Include a cflags field in TCGTBCPUState, not filled in by cpu_get_tb_cpu_state, but used by all callers. This fills a hole in the structure and is useful in some subroutines.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/hppa/ |
H A D | cpu.c | 4759aae43235cd00e1c9b67ff5bd920db89fddc5 Sun Apr 27 22:32:11 UTC 2025 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Return TCGTBCPUState from cpu_get_tb_cpu_state
Combine 3 different pointer returns into one structure return.
Include a cflags field in TCGTBCPUState, not filled in by cpu_get_tb_cpu_state, but used by all callers. This fills a hole in the structure and is useful in some subroutines.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/m68k/ |
H A D | cpu.c | 4759aae43235cd00e1c9b67ff5bd920db89fddc5 Sun Apr 27 22:32:11 UTC 2025 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Return TCGTBCPUState from cpu_get_tb_cpu_state
Combine 3 different pointer returns into one structure return.
Include a cflags field in TCGTBCPUState, not filled in by cpu_get_tb_cpu_state, but used by all callers. This fills a hole in the structure and is useful in some subroutines.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/microblaze/ |
H A D | cpu.c | 4759aae43235cd00e1c9b67ff5bd920db89fddc5 Sun Apr 27 22:32:11 UTC 2025 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Return TCGTBCPUState from cpu_get_tb_cpu_state
Combine 3 different pointer returns into one structure return.
Include a cflags field in TCGTBCPUState, not filled in by cpu_get_tb_cpu_state, but used by all callers. This fills a hole in the structure and is useful in some subroutines.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/riscv/tcg/ |
H A D | tcg-cpu.c | 4759aae43235cd00e1c9b67ff5bd920db89fddc5 Sun Apr 27 22:32:11 UTC 2025 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Return TCGTBCPUState from cpu_get_tb_cpu_state
Combine 3 different pointer returns into one structure return.
Include a cflags field in TCGTBCPUState, not filled in by cpu_get_tb_cpu_state, but used by all callers. This fills a hole in the structure and is useful in some subroutines.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/loongarch/ |
H A D | cpu.c | 4759aae43235cd00e1c9b67ff5bd920db89fddc5 Sun Apr 27 22:32:11 UTC 2025 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Return TCGTBCPUState from cpu_get_tb_cpu_state
Combine 3 different pointer returns into one structure return.
Include a cflags field in TCGTBCPUState, not filled in by cpu_get_tb_cpu_state, but used by all callers. This fills a hole in the structure and is useful in some subroutines.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/sparc/ |
H A D | cpu.c | 4759aae43235cd00e1c9b67ff5bd920db89fddc5 Sun Apr 27 22:32:11 UTC 2025 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Return TCGTBCPUState from cpu_get_tb_cpu_state
Combine 3 different pointer returns into one structure return.
Include a cflags field in TCGTBCPUState, not filled in by cpu_get_tb_cpu_state, but used by all callers. This fills a hole in the structure and is useful in some subroutines.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/mips/ |
H A D | cpu.c | 4759aae43235cd00e1c9b67ff5bd920db89fddc5 Sun Apr 27 22:32:11 UTC 2025 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Return TCGTBCPUState from cpu_get_tb_cpu_state
Combine 3 different pointer returns into one structure return.
Include a cflags field in TCGTBCPUState, not filled in by cpu_get_tb_cpu_state, but used by all callers. This fills a hole in the structure and is useful in some subroutines.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/s390x/ |
H A D | cpu.c | 4759aae43235cd00e1c9b67ff5bd920db89fddc5 Sun Apr 27 22:32:11 UTC 2025 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Return TCGTBCPUState from cpu_get_tb_cpu_state
Combine 3 different pointer returns into one structure return.
Include a cflags field in TCGTBCPUState, not filled in by cpu_get_tb_cpu_state, but used by all callers. This fills a hole in the structure and is useful in some subroutines.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/accel/tcg/ |
H A D | translate-all.c | 4759aae43235cd00e1c9b67ff5bd920db89fddc5 Sun Apr 27 22:32:11 UTC 2025 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Return TCGTBCPUState from cpu_get_tb_cpu_state
Combine 3 different pointer returns into one structure return.
Include a cflags field in TCGTBCPUState, not filled in by cpu_get_tb_cpu_state, but used by all callers. This fills a hole in the structure and is useful in some subroutines.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | cpu-exec.c | 4759aae43235cd00e1c9b67ff5bd920db89fddc5 Sun Apr 27 22:32:11 UTC 2025 Richard Henderson <richard.henderson@linaro.org> accel/tcg: Return TCGTBCPUState from cpu_get_tb_cpu_state
Combine 3 different pointer returns into one structure return.
Include a cflags field in TCGTBCPUState, not filled in by cpu_get_tb_cpu_state, but used by all callers. This fills a hole in the structure and is useful in some subroutines.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|