author | jahyvone@4FIL49437 |
Thu, 27 May 2010 00:38:17 +0300 | |
branch | nvmemory |
changeset 74 | eb3d0111f868 |
parent 1 | 2fb8b9db1c86 |
permissions | -rw-r--r-- |
#define CRIS_MMU_ERR_EXEC 0 #define CRIS_MMU_ERR_READ 1 #define CRIS_MMU_ERR_WRITE 2 #define CRIS_MMU_ERR_FLUSH 3 struct cris_mmu_result_t { uint32_t phy; uint32_t pfn; int prot; int bf_vec; }; void cris_mmu_flush_pid(CPUState *env, uint32_t pid); int cris_mmu_translate(struct cris_mmu_result_t *res, CPUState *env, uint32_t vaddr, int rw, int mmu_idx);