Home
last modified time | relevance | path

Searched refs:two_stage_lookup (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dcpu_helper.c1193 env->two_stage_lookup = two_stage; in raise_mmu_exception()
1238 env->two_stage_lookup = mmuidx_2stage(mmu_idx); in riscv_cpu_do_transaction_failed()
1263 env->two_stage_lookup = mmuidx_2stage(mmu_idx); in riscv_cpu_do_unaligned_access()
1301 bool two_stage_lookup = mmuidx_2stage(mmu_idx); in riscv_cpu_tlb_fill() local
1314 if (two_stage_lookup) { in riscv_cpu_tlb_fill()
1411 first_stage_error, two_stage_lookup, in riscv_cpu_tlb_fill()
1671 write_gva = env->two_stage_lookup; in riscv_cpu_do_interrupt()
1691 write_gva = env->two_stage_lookup; in riscv_cpu_do_interrupt()
1828 env->two_stage_lookup = false; in riscv_cpu_do_interrupt()
H A Dcpu.h310 bool two_stage_lookup; member
H A Dcpu.c873 env->two_stage_lookup = false; in riscv_cpu_reset_hold()