unicorn/qemu/target
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
..
arm tcg: Use CPUClass::tlb_fill in cputlb.c 2019-05-16 17:35:37 -04:00
i386 tcg: Use CPUClass::tlb_fill in cputlb.c 2019-05-16 17:35:37 -04:00
m68k tcg: Use CPUClass::tlb_fill in cputlb.c 2019-05-16 17:35:37 -04:00
mips tcg: Use CPUClass::tlb_fill in cputlb.c 2019-05-16 17:35:37 -04:00
riscv tcg: Use CPUClass::tlb_fill in cputlb.c 2019-05-16 17:35:37 -04:00
sparc tcg: Use CPUClass::tlb_fill in cputlb.c 2019-05-16 17:35:37 -04:00