aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/tcg-runtime.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-05tcg: Split helper-proto.hRichard Henderson1-1/+1
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson1-0/+4
2021-07-09accel/tcg: Move helper_lookup_tb_ptr to cpu-exec.cRichard Henderson1-22/+0
2021-05-26accel/tcg: Keep TranslationBlock headers local to TCGPhilippe Mathieu-Daudé1-1/+1
2021-03-06accel/tcg: drop the use of CF_HASH_MASK and rename paramsAlex Bennée1-1/+1
2021-03-06accel/tcg: move CF_CLUSTER calculation to curr_cflagsAlex Bennée1-1/+1
2021-03-06accel/tcg: rename tb_lookup__cpu_state and hoist state extractionAlex Bennée1-1/+3
2021-01-07tcg: Introduce tcg_splitwx_to_{rx,rw}Richard Henderson1-1/+1
2021-01-07tcg: Move tcg epilogue pointer out of TCGContextRichard Henderson1-1/+1
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé1-1/+1
2020-01-15accel/tcg: Include tcg.h in tcg-runtime.cRichard Henderson1-0/+1
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-2/+2
2017-12-29tcg: add cs_base and flags to -d exec outputPaolo Bonzini1-2/+3
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota1-1/+1
2017-10-24tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASKEmilio G. Cota1-1/+1
2017-10-10exec-all: extract tb->tc_* into a separate struct tc_tbEmilio G. Cota1-2/+2
2017-10-10tcg: consolidate TB lookups in tb_lookup__cpu_stateEmilio G. Cota1-18/+6
2017-10-10tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota1-10/+10
2017-09-17accel/tcg: move USER code to user-exec.cPhilippe Mathieu-Daudé1-54/+0
2017-09-17accel/tcg: move tcg-runtime to accel/tcg/Philippe Mathieu-Daudé1-0/+234