Home
last modified time | relevance | path

Searched refs:raise_mmu_exception (Results 1 – 5 of 5) sorted by relevance

/qemu/target/openrisc/
H A Dmmu.c97 static void raise_mmu_exception(OpenRISCCPU *cpu, target_ulong address, in raise_mmu_exception() function
138 raise_mmu_exception(cpu, addr, excp); in openrisc_cpu_tlb_fill()
/qemu/target/tricore/
H A Dhelper.c62 static void raise_mmu_exception(CPUTriCoreState *env, target_ulong address, in raise_mmu_exception() function
94 raise_mmu_exception(env, address, rw, ret); in tricore_cpu_tlb_fill()
/qemu/target/loongarch/tcg/
H A Dtlb_helper.c49 static void raise_mmu_exception(CPULoongArchState *env, target_ulong address, in raise_mmu_exception() function
506 raise_mmu_exception(env, address, access_type, ret); in loongarch_cpu_tlb_fill()
/qemu/target/mips/tcg/sysemu/
H A Dtlb_helper.c497 static void raise_mmu_exception(CPUMIPSState *env, target_ulong address, in raise_mmu_exception() function
962 raise_mmu_exception(env, address, access_type, ret); in mips_cpu_tlb_fill()
981 raise_mmu_exception(env, address, access_type, ret); in cpu_mips_translate_address()
/qemu/target/riscv/
H A Dcpu_helper.c1171 static void raise_mmu_exception(CPURISCVState *env, target_ulong address, in raise_mmu_exception() function
1427 raise_mmu_exception(env, address, access_type, pmp_violation, in riscv_cpu_tlb_fill()