Ignore:
Timestamp:
Jan 19, 2016, 11:23:02 AM (8 years ago)
Author:
alain
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_kernel/ctx_handler.h

    r714 r760  
    3434// ctx[35]<- BVAR  |ctx[43]<- CMA_TX |ctx[51]<- COPROC |ctx[59]<- ***
    3535// ctx[36]<- PTAB  |ctx[44]<- NIC_RX |ctx[52]<- ENTRY  |ctx[60]<- ***
    36 // ctx[37]<- ***   |ctx[45]<- NIC_TX |ctx[53]<- SIGS   |ctx[61]<- ***
     36// ctx[37]<- NPT2  |ctx[45]<- NIC_TX |ctx[53]<- SIGS   |ctx[61]<- ***
    3737// ctx[38]<- ***   |ctx[46]<- TIM    |ctx[54]<- VSID   |ctx[62]<- ***
    3838// ctx[39]<- PTPR  |ctx[47]<- HBA    |ctx[55]<- LOCKS  |ctx[63]<- ***
     
    6161#define CTX_BVAR_ID      35        // Bad Virtual Address Register (CP0)
    6262#define CTX_PTAB_ID      36    // Page Table Virtual address
    63 //                       37
     63#define CTX_NPT2_ID      37    // Next free PT2 index
    6464//                       38
    6565#define CTX_PTPR_ID      39    // Page Table Pointer Register (PADDR>>13)
Note: See TracChangeset for help on using the changeset viewer.