summaryrefslogtreecommitdiffstats
path: root/target/microblaze/cpu.h
diff options
context:
space:
mode:
authorRichard Henderson2019-04-02 11:06:02 +0200
committerRichard Henderson2019-05-10 20:12:50 +0200
commitf429d607c7196497dd70b5994b824a3460d7e8df (patch)
treee17a9bc6d7e8579dec228fcc360b02ddd526d2be /target/microblaze/cpu.h
parenttarget/m68k: Convert to CPUClass::tlb_fill (diff)
downloadqemu-f429d607c7196497dd70b5994b824a3460d7e8df.tar.gz
qemu-f429d607c7196497dd70b5994b824a3460d7e8df.tar.xz
qemu-f429d607c7196497dd70b5994b824a3460d7e8df.zip
target/microblaze: Convert to CPUClass::tlb_fill
Cc: Edgar E. Iglesias <edgar.iglesias@gmail.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/microblaze/cpu.h')
-rw-r--r--target/microblaze/cpu.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/target/microblaze/cpu.h b/target/microblaze/cpu.h
index f20e796865..7a9fb8f4aa 100644
--- a/target/microblaze/cpu.h
+++ b/target/microblaze/cpu.h
@@ -374,8 +374,9 @@ static inline int cpu_mmu_index (CPUMBState *env, bool ifetch)
return MMU_KERNEL_IDX;
}
-int mb_cpu_handle_mmu_fault(CPUState *cpu, vaddr address, int size, int rw,
- int mmu_idx);
+bool mb_cpu_tlb_fill(CPUState *cs, vaddr address, int size,
+ MMUAccessType access_type, int mmu_idx,
+ bool probe, uintptr_t retaddr);
#include "exec/cpu-all.h"