unicorn/qemu/target-i386
Alex Bennée e3e57ca08e
cputlb: drop flush_global flag from tlb_flush
We have never has the concept of global TLB entries which would avoid
the flush so we never actually use this flag. Drop it and make clear
that tlb_flush is the sledge-hammer it has always been.

Backports commit  d10eb08f5d8389c814b554d01aa2882ac58221bf from qemu
2018-03-01 19:36:04 -05:00
..
arch_memory_mapping.c x86: implement la57 paging mode 2018-03-01 11:02:07 -05:00
bpt_helper.c target-i386: Fix eflags.TF/#DB handling of syscall/sysret insns 2018-03-01 10:56:22 -05:00
cc_helper_template.h
cc_helper.c target-i386: Use ctpop helper 2018-03-01 18:34:10 -05:00
cpu-qom.h target-i386: List CPU models using subclass list 2018-02-26 08:17:04 -05:00
cpu.c qom/cpu: move tlb_flush to cpu_common_reset 2018-03-01 19:21:07 -05:00
cpu.h qom/cpu: move tlb_flush to cpu_common_reset 2018-03-01 19:21:07 -05:00
excp_helper.c target-i386: correctly propagate retaddr into SVM helpers 2018-03-01 09:31:16 -05:00
fpu_helper.c cputlb: drop flush_global flag from tlb_flush 2018-03-01 19:36:04 -05:00
helper.c cputlb: drop flush_global flag from tlb_flush 2018-03-01 19:36:04 -05:00
helper.h target-i386: Use clz and ctz opcodes 2018-03-01 16:17:42 -05:00
int_helper.c target-i386: Use clz and ctz opcodes 2018-03-01 16:17:42 -05:00
Makefile.objs target-i386: Enable control registers for MPX 2018-02-20 13:27:46 -05:00
mem_helper.c target-i386: remove helper_lock() 2018-02-27 23:43:22 -05:00
misc_helper.c cputlb: drop flush_global flag from tlb_flush 2018-03-01 19:36:04 -05:00
mpx_helper.c cpu: move exec-all.h inclusion out of cpu.h 2018-02-24 02:39:08 -05:00
ops_sse_header.h target-i386: Use ctpop helper 2018-03-01 18:34:10 -05:00
ops_sse.h target-i386: Use ctpop helper 2018-03-01 18:34:10 -05:00
seg_helper.c target-i386: correctly propagate retaddr into SVM helpers 2018-03-01 09:31:16 -05:00
shift_helper_template.h
smm_helper.c target-i386: Include log.h in smm_helper 2018-02-24 03:06:07 -05:00
svm_helper.c cputlb: drop flush_global flag from tlb_flush 2018-03-01 19:36:04 -05:00
svm.h Clean up ill-advised or unusual header guards 2018-02-25 04:22:46 -05:00
TODO
topology.h pc: Add x86_topo_ids_from_apicid() 2018-02-25 20:31:36 -05:00
translate.c target/i386: Fix bad patch application to translate.c 2018-03-01 18:52:10 -05:00
unicorn.c qemu-common: push cpu.h inclusion out of qemu-common.h 2018-02-24 01:50:56 -05:00
unicorn.h