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.c886 bool first_stage, bool two_stage, in get_physical_address() argument
911 if (!env->virt_enabled && two_stage) { in get_physical_address()
1002 if (first_stage && two_stage && env->virt_enabled) { in get_physical_address()
1027 if (two_stage && first_stage) { in get_physical_address()
1161 if (first_stage && two_stage && !env->virt_enabled) { in get_physical_address()
1290 bool first_stage, bool two_stage, in raise_mmu_exception() argument
1308 } else if (two_stage && !first_stage) { in raise_mmu_exception()
1317 } else if (two_stage && !first_stage) { in raise_mmu_exception()
1327 env->two_stage_lookup = two_stage; in raise_mmu_exception()