Home
last modified time | relevance | path

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

/qemu/target/riscv/
H A Dinternals.h43 #define MMU_2STAGE_BIT (1 << 2) macro
62 return mmu_idx & MMU_2STAGE_BIT; in mmuidx_2stage()
H A Dop_helper.c617 return mode | MMU_2STAGE_BIT; in check_access_hlsv()
H A Dcpu_helper.c65 return mode | (virt ? MMU_2STAGE_BIT : 0); in riscv_env_mmu_index()