Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ept-devel/vmm/core/cpu_mmu_spt.h

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

revision 24 by yuichi_xy, Mon Apr 23 13:57:52 2012 UTC revision 25 by yuichi_xy, Fri May 4 15:02:17 2012 UTC
# Line 44  struct spt_page { Line 44  struct spt_page {
44  };  };
45    
46  struct cpu_mmu_spt_data {  struct cpu_mmu_spt_data {
         bool initialized;  
47          void *cr3tbl;          void *cr3tbl;
48          u64 cr3tbl_phys;          u64 cr3tbl_phys;
49          LIST2_DEFINE_HEAD(struct spt_page, shadow_free);          LIST2_DEFINE_HEAD(struct spt_page, shadow_free);

Legend:
Removed from v.24  
changed lines
  Added in v.25

SourceForge.JP is a Japanese version of SourceForge.net. For developments that are not related to Japan, we recommend you to use SourceForge.net.