Home
last modified time | relevance | path

Searched refs:two_stage_indirect_lookup (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dcpu_helper.c1194 env->two_stage_indirect_lookup = two_stage_indirect; in raise_mmu_exception()
1239 env->two_stage_indirect_lookup = false; in riscv_cpu_do_transaction_failed()
1264 env->two_stage_indirect_lookup = false; in riscv_cpu_do_unaligned_access()
1673 if (env->two_stage_indirect_lookup) { in riscv_cpu_do_interrupt()
1693 if (env->two_stage_indirect_lookup) { in riscv_cpu_do_interrupt()
1829 env->two_stage_indirect_lookup = false; in riscv_cpu_do_interrupt()
H A Dcpu.h315 bool two_stage_indirect_lookup; member