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.c1213 env->two_stage_lookup = two_stage; in raise_mmu_exception()
1258 env->two_stage_lookup = mmuidx_2stage(mmu_idx); in riscv_cpu_do_transaction_failed()
1283 env->two_stage_lookup = mmuidx_2stage(mmu_idx); in riscv_cpu_do_unaligned_access()
1321 bool two_stage_lookup = mmuidx_2stage(mmu_idx); in riscv_cpu_tlb_fill() local
1334 if (two_stage_lookup) { in riscv_cpu_tlb_fill()
1431 first_stage_error, two_stage_lookup, in riscv_cpu_tlb_fill()
1689 write_gva = env->two_stage_lookup; in riscv_cpu_do_interrupt()
1709 write_gva = env->two_stage_lookup; in riscv_cpu_do_interrupt()
1847 env->two_stage_lookup = false; in riscv_cpu_do_interrupt()
H A Dcpu.h361 bool two_stage_lookup; member
H A Dcpu.c973 env->two_stage_lookup = false; in riscv_cpu_reset_hold()