unicorn/qemu/target-mips
Sergey Sorokin d1e4ac0451
Fix confusing argument names in some common functions
There are functions tlb_fill(), cpu_unaligned_access() and
do_unaligned_access() that are called with access type and mmu index
arguments. But these arguments are named 'is_write' and 'is_user' in their
declarations. The patches fix the arguments to avoid a confusion.

Backports commit b35399bb4e9968296a12303b00f9f2066470e987 from qemu
2018-02-25 03:58:27 -05:00
..
cpu-qom.h target-mips: make cpu-qom.h not target specific 2018-02-24 00:59:03 -05:00
cpu.c cpu: move exec-all.h inclusion out of cpu.h 2018-02-24 02:39:08 -05:00
cpu.h Fix confusing argument names in some common functions 2018-02-25 03:58:27 -05:00
dsp_helper.c
helper.c target-mips: change ASID type to hold more than 8 bits 2018-02-25 03:48:10 -05:00
helper.h target-mips: Add nan2008 flavor of <CEIL|CVT|FLOOR|ROUND|TRUNC>.<L|W>.<S|D> 2018-02-24 21:14:04 -05:00
lmi_helper.c
Makefile.objs
mips-defs.h
msa_helper.c softfloat: Implement run-time-configurable meaning of signaling NaN bit 2018-02-24 20:27:12 -05:00
op_helper.c Fix confusing argument names in some common functions 2018-02-25 03:58:27 -05:00
TODO
translate.c target-mips: support CP0.Config4.AE bit 2018-02-25 03:49:36 -05:00
translate_init.c target-mips: enable 10-bit ASIDs in I6400 CPU 2018-02-25 03:50:58 -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