1 #ifndef TARGET_MOXIE_MMU_H
2 #define TARGET_MOXIE_MMU_H
4 #define MOXIE_MMU_ERR_EXEC 0
5 #define MOXIE_MMU_ERR_READ 1
6 #define MOXIE_MMU_ERR_WRITE 2
7 #define MOXIE_MMU_ERR_FLUSH 3
15 int moxie_mmu_translate(MoxieMMUResult
*res
,
16 CPUMoxieState
*env
, uint32_t vaddr
,