qemu/target-mips
Benjamin Herrenschmidt 97ed5ccdee tlb: Add "ifetch" argument to cpu_mmu_index()
This is set to true when the index is for an instruction fetch
translation.

The core get_page_addr_code() sets it, as do the SOFTMMU_CODE_ACCESS
acessors.

All targets ignore it for now, and all other callers pass "false".

This will allow targets who wish to split the mmu index between
instruction and data accesses to do so. A subsequent patch will
do just that for PowerPC.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Message-Id: <1439796853-4410-2-git-send-email-benh@kernel.crashing.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
2015-09-11 08:15:28 -07:00
..
cpu-qom.h
cpu.c
cpu.h tlb: Add "ifetch" argument to cpu_mmu_index() 2015-09-11 08:15:28 -07:00
dsp_helper.c
gdbstub.c
helper.c typofixes - v4 2015-09-11 10:45:43 +03:00
helper.h
kvm.c
kvm_mips.h
lmi_helper.c
machine.c target-mips: fix passing incompatible pointer type in machine.c 2015-07-28 08:57:50 +01:00
Makefile.objs
mips-defs.h
mips-semi.c
msa_helper.c
op_helper.c tlb: Add "ifetch" argument to cpu_mmu_index() 2015-09-11 08:15:28 -07:00
TODO
translate.c tcg: Remove tcg_gen_trunc_i64_i32 2015-08-24 11:10:54 -07:00
translate_init.c target-mips: update mips32r5-generic into P5600 2015-08-13 16:21:12 +01:00