summaryrefslogtreecommitdiff
path: root/tcg/region.c
AgeCommit message (Expand)Author
2021-09-21tcg/mips: Drop special alignment for code_gen_bufferRichard Henderson
2021-07-09tcg: Move tb_phys_invalidate_count to tb_ctxRichard Henderson
2021-07-09tcg: Bake tb_destroy() into tcg_region_treeLiren Wei
2021-06-13tcg: When allocating for !splitwx, begin with PROT_NONERichard Henderson
2021-06-13tcg: Merge buffer protection and guard page protectionRichard Henderson
2021-06-13tcg: Round the tb_size default from qemu_get_host_physmemRichard Henderson
2021-06-13tcg: Sink qemu_madvise call to common codeRichard Henderson
2021-06-13tcg: Return the map protection from alloc_code_gen_bufferRichard Henderson
2021-06-13tcg: Allocate code_gen_buffer into struct tcg_region_stateRichard Henderson
2021-06-11tcg: Move in_code_gen_buffer and tests to region.cRichard Henderson
2021-06-11tcg: Tidy split_cross_256mbRichard Henderson
2021-06-11tcg: Tidy tcg_n_regionsRichard Henderson
2021-06-11tcg: Rename region.start to region.after_prologueRichard Henderson
2021-06-11tcg: Replace region.end with region.total_sizeRichard Henderson
2021-06-11tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.hRichard Henderson
2021-06-11tcg: Introduce tcg_max_ctxsRichard Henderson
2021-06-11accel/tcg: Pass down max_cpus to tcg_initRichard Henderson
2021-06-11accel/tcg: Move alloc_code_gen_buffer to tcg/region.cRichard Henderson
2021-06-11tcg: Split out region.cRichard Henderson