author | jahyvone@4FIL49437 |
Wed, 02 Jun 2010 11:02:14 +0300 | |
branch | graphics-phase-3 |
changeset 77 | b3dcdc7f8f12 |
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);