/[qemu]/qemu/target-sparc/cpu.h
ViewVC logotype

Diff of /qemu/target-sparc/cpu.h

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

revision 1.19 by bellard, Sat Jul 23 14:27:54 2005 UTC revision 1.20 by bellard, Sun Nov 20 10:32:34 2005 UTC
# Line 166  typedef struct CPUSPARCState { Line 166  typedef struct CPUSPARCState {
166      int exception_index;      int exception_index;
167      int interrupt_index;      int interrupt_index;
168      int interrupt_request;      int interrupt_request;
     struct TranslationBlock *current_tb;  
     void *opaque;  
169      /* NOTE: we allow 8 more registers to handle wrapping */      /* NOTE: we allow 8 more registers to handle wrapping */
170      target_ulong regbase[NWINDOWS * 16 + 8];      target_ulong regbase[NWINDOWS * 16 + 8];
171    
172      /* in order to avoid passing too many arguments to the memory      CPU_COMMON
173         write helpers, we store some rarely used information in the CPU  
        context) */  
     unsigned long mem_write_pc; /* host pc at which the memory was  
                                    written */  
     target_ulong mem_write_vaddr; /* target virtual addr at which the  
                                       memory was written */  
     /* 0 = kernel, 1 = user (may have 2 = kernel code, 3 = user code ?) */  
     CPUTLBEntry tlb_read[2][CPU_TLB_SIZE];  
     CPUTLBEntry tlb_write[2][CPU_TLB_SIZE];  
174      /* MMU regs */      /* MMU regs */
175  #if defined(TARGET_SPARC64)  #if defined(TARGET_SPARC64)
176      uint64_t lsu;      uint64_t lsu;
# Line 222  typedef struct CPUSPARCState { Line 212  typedef struct CPUSPARCState {
212  #if !defined(TARGET_SPARC64) && !defined(reg_T2)  #if !defined(TARGET_SPARC64) && !defined(reg_T2)
213      target_ulong t2;      target_ulong t2;
214  #endif  #endif
   
     /* ice debug support */  
     target_ulong breakpoints[MAX_BREAKPOINTS];  
     int nb_breakpoints;  
     int singlestep_enabled; /* XXX: should use CPU single step mode instead */  
   
215  } CPUSPARCState;  } CPUSPARCState;
216  #if defined(TARGET_SPARC64)  #if defined(TARGET_SPARC64)
217  #define GET_FSR32(env) (env->fsr & 0xcfc1ffff)  #define GET_FSR32(env) (env->fsr & 0xcfc1ffff)

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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