/[qemu]/qemu/cpu-defs.h
ViewVC logotype

Diff of /qemu/cpu-defs.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by bellard, Sun Aug 10 21:35:13 2003 UTC revision 1.2 by bellard, Mon Oct 27 21:12:17 2003 UTC
# Line 32  Line 32 
32  #define CPU_TLB_SIZE 256  #define CPU_TLB_SIZE 256
33    
34  typedef struct CPUTLBEntry {  typedef struct CPUTLBEntry {
35      uint32_t address;      /* bit 31 to TARGET_PAGE_BITS : virtual address
36      uint32_t addend;         bit TARGET_PAGE_BITS-1..IO_MEM_SHIFT : if non zero, memory io
37                                                  zone number
38           bit 3                      : indicates that the entry is invalid
39           bit 2..0                   : zero
40        */
41        uint32_t address;
42        /* addend to virtual address to get physical address */
43        uint32_t addend;
44  } CPUTLBEntry;  } CPUTLBEntry;
45    
46  #endif  #endif

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26