Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dinternals.h40 #define MMU_2STAGE_BIT (1 << 2) macro
59 return mmu_idx & MMU_2STAGE_BIT; in mmuidx_2stage()
H A Dop_helper.c466 return mode | MMU_2STAGE_BIT; in check_access_hlsv()
H A Dcpu_helper.c63 return mode | (virt ? MMU_2STAGE_BIT : 0); in riscv_env_mmu_index()