Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu_helper.c799 bool first_stage, bool two_stage, in get_physical_address() argument
822 if (!env->virt_enabled && two_stage) { in get_physical_address()
909 if (first_stage && two_stage && env->virt_enabled) { in get_physical_address()
934 if (two_stage && first_stage) { in get_physical_address()
1046 if (first_stage && two_stage && !env->virt_enabled) { in get_physical_address()
1158 bool first_stage, bool two_stage, in raise_mmu_exception() argument
1173 if (two_stage && !first_stage) { in raise_mmu_exception()
1181 if (two_stage && !first_stage) { in raise_mmu_exception()
1193 env->two_stage_lookup = two_stage; in raise_mmu_exception()