qemu/accel/tcg
Richard Henderson 47f7313d81 tcg: Create tcg/tcg-temp-internal.h
Move the tcg_temp_free_* and tcg_temp_ebb_new_* declarations
and inlines to the new header.  These are private to the
implementation, and will prevent tcg_temp_free_* from creeping
back into the guest front ends.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2023-03-13 06:42:05 -07:00
..
atomic_common.c.inc
atomic_template.h
cpu-exec-common.c
cpu-exec.c accel/tcg: Replace tb_pc() with tb->pc 2023-03-01 07:33:05 -10:00
cputlb.c accel/tcg: Trigger watchpoints from atomic_mmu_lookup 2023-03-05 13:44:07 -08:00
debuginfo.c
debuginfo.h
internal.h accel/tcg: Replace tb_pc() with tb->pc 2023-03-01 07:33:05 -10:00
ldst_common.c.inc
meson.build
monitor.c
perf.c
perf.h
plugin-gen.c tcg: Create tcg/tcg-temp-internal.h 2023-03-13 06:42:05 -07:00
plugin-helpers.h
tb-context.h
tb-hash.h
tb-jmp-cache.h accel/tcg: Move jmp-cache CF_PCREL checks to caller 2023-03-01 07:33:03 -10:00
tb-maint.c includes: move tb_flush into its own header 2023-03-07 17:06:33 +00:00
tcg-accel-ops-icount.c
tcg-accel-ops-icount.h
tcg-accel-ops-mttcg.c
tcg-accel-ops-mttcg.h
tcg-accel-ops-rr.c
tcg-accel-ops-rr.h
tcg-accel-ops.c tcg: Include "qemu/timer.h" for profile_getclock 2023-03-05 13:44:07 -08:00
tcg-accel-ops.h
tcg-all.c
tcg-runtime-gvec.c
tcg-runtime.c
tcg-runtime.h
trace-events
trace.h
translate-all.c includes: move tb_flush into its own header 2023-03-07 17:06:33 +00:00
translator.c accel/tcg: Remove translator_loop_temp_check 2023-03-05 13:44:07 -08:00
user-exec-stub.c
user-exec.c