unicorn/qemu/target/mips
Richard Henderson dab0061a0d
tcg: Use CPUClass::tlb_fill in cputlb.c
We can now use the CPUClass hook instead of a named function.

Create a static tlb_fill function to avoid other changes within
cputlb.c. This also isolates the asserts within. Remove the
named tlb_fill function from all of the targets.

Backports commit c319dc13579a92937bffe02ad2c9f1a550e73973 from qemu
2019-05-16 17:35:37 -04:00
..
cp0_timer.c
cpu-qom.h
cpu.c target/mips: Convert to CPUClass::tlb_fill 2019-05-16 17:19:47 -04:00
cpu.h target/mips: reimplement SC instruction emulation and use cmpxchg 2019-02-15 17:10:16 -05:00
dsp_helper.c
helper.c tcg: Use CPUClass::tlb_fill in cputlb.c 2019-05-16 17:35:37 -04:00
helper.h target/mips: reimplement SC instruction emulation and use cmpxchg 2019-02-15 17:10:16 -05:00
internal.h target/mips: Convert to CPUClass::tlb_fill 2019-05-16 17:19:47 -04:00
lmi_helper.c
Makefile.objs
mips-defs.h
msa_helper.c
op_helper.c target/mips: Convert to CPUClass::tlb_fill 2019-05-16 17:19:47 -04:00
TODO
translate_init.c target/mips: Restore Qemu's organization of CPU definitions 2019-03-08 01:40:50 -05:00
translate.c tcg: Hoist max_insns computation to tb_gen_code 2019-04-30 09:49:57 -04:00
unicorn.c
unicorn.h