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.c1328 env->two_stage_indirect_lookup = two_stage_indirect; in raise_mmu_exception()
1373 env->two_stage_indirect_lookup = false; in riscv_cpu_do_transaction_failed()
1406 env->two_stage_indirect_lookup = false; in riscv_cpu_do_unaligned_access()
1838 if (env->two_stage_indirect_lookup) { in riscv_cpu_do_interrupt()
1858 if (env->two_stage_indirect_lookup) { in riscv_cpu_do_interrupt()
2017 env->two_stage_indirect_lookup = false; in riscv_cpu_do_interrupt()
H A Dcpu.h383 bool two_stage_indirect_lookup; member