~vcs-imports/qemu/git

« back to all changes in this revision

Viewing changes to target-microblaze/mmu.h

  • Committer: Edgar E. Iglesias
  • Date: 2009-09-03 11:04:02 UTC
  • Revision ID: git-v1:3c50a71fc933c0ffba82c95111fa780e6110d79f
microblaze: MMU shows more respect to synthesis config.

The microblaze MMU can be synthesized in different configurations.
Have the MMU model show more respect to the chosen configuration.

Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
    /* We keep a separate ram for the tids to avoid the 48 bit tag width.  */
64
64
    uint8_t tids[TLB_ENTRIES];
65
65
    /* Control flops.  */
66
 
    uint32_t regs[8];;
 
66
    uint32_t regs[8];
 
67
 
 
68
    int c_mmu;
 
69
    int c_mmu_tlb_access;
 
70
    int c_mmu_zones;
67
71
};
68
72
 
69
73
struct microblaze_mmu_lookup