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.c880 * @two_stage: Are we going to perform two stage translation
887 bool first_stage, bool two_stage, in get_physical_address()
912 if (!env->virt_enabled && two_stage) { in get_physical_address()
1003 if (first_stage && two_stage && env->virt_enabled) { in get_physical_address()
1028 if (two_stage && first_stage) { in get_physical_address()
1162 if (first_stage && two_stage && !env->virt_enabled) { in get_physical_address()
1291 bool first_stage, bool two_stage, in raise_mmu_exception()
1309 } else if (two_stage && !first_stage) { in raise_mmu_exception()
1318 } else if (two_stage && !first_stage) { in raise_mmu_exception()
1328 env->two_stage_lookup = two_stage; in raise_mmu_exception()
886 get_physical_address(CPURISCVState * env,hwaddr * physical,int * ret_prot,vaddr addr,target_ulong * fault_pte_addr,int access_type,int mmu_idx,bool first_stage,bool two_stage,bool is_debug,bool is_probe) get_physical_address() argument
1290 raise_mmu_exception(CPURISCVState * env,target_ulong address,MMUAccessType access_type,bool pmp_violation,bool first_stage,bool two_stage,bool two_stage_indirect) raise_mmu_exception() argument
[all...]