|
@@ -216,6 +216,9 @@ static inline int cpu_mmu_index (CPUState *env)
|
|
|
return !!(env->pregs[PR_CCS] & U_FLAG);
|
|
|
}
|
|
|
|
|
|
+int cpu_cris_handle_mmu_fault(CPUState *env, target_ulong address, int rw,
|
|
|
+ int mmu_idx, int is_softmmu);
|
|
|
+
|
|
|
#if defined(CONFIG_USER_ONLY)
|
|
|
static inline void cpu_clone_regs(CPUState *env, target_ulong newsp)
|
|
|
{
|