Changeset 409 for soft/giet_vm/giet_xml
- Timestamp:
- Sep 29, 2014, 10:49:27 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_xml/mapping_info.h
r349 r409 148 148 unsigned int globals; // total number of global vsegs 149 149 unsigned int vspaces; // total number of virtual spaces 150 unsigned int psegs; // total number of physical segments ( forall clusters)151 unsigned int vsegs; // total number of virtual segments ( forall vspaces)152 unsigned int vobjs; // total number of virtual objects ( forall vspaces)153 unsigned int tasks; // total number of tasks ( forall vspaces)154 unsigned int procs; // total number of procs ( forall clusters)155 unsigned int irqs; // total number of irqs ( for all processors)156 unsigned int coprocs; // total number of coprocs ( forall clusters)157 unsigned int cp_ports; // total number of cp_ports ( forall coprocs)158 unsigned int periphs; // total number of peripherals ( forall clusters)150 unsigned int psegs; // total number of physical segments (all clusters) 151 unsigned int vsegs; // total number of virtual segments (all vspaces) 152 unsigned int vobjs; // total number of virtual objects (all vspaces) 153 unsigned int tasks; // total number of tasks (all vspaces) 154 unsigned int procs; // total number of procs (all clusters) 155 unsigned int irqs; // total number of irqs (all clusters) 156 unsigned int coprocs; // total number of coprocs (all clusters) 157 unsigned int cp_ports; // total number of cp_ports (all coprocs) 158 unsigned int periphs; // total number of peripherals (all clusters) 159 159 160 160 char name[32]; // mapping name … … 211 211 char ident; // identity mapping if non zero 212 212 char local; // only mapped in the local PTAB 213 char reserved; // reserved213 char big; // to be mapped in a big physical page 214 214 } mapping_vseg_t; 215 215 … … 253 253 unsigned int length; // size (bytes) 254 254 unsigned int align; // required alignement (logarithm of 2) 255 unsigned int vaddr; // virtual base addresse of the vobj 256 paddr_t paddr; // physical base addresse of the vobj 255 unsigned int vbase; // virtual base addresse of the vobj 257 256 unsigned int init; // init value (used by barrier or mwmr channel) 258 257 } mapping_vobj_t;
Note: See TracChangeset
for help on using the changeset viewer.