Changeset 409


Ignore:
Timestamp:
Sep 29, 2014, 10:49:27 AM (10 years ago)
Author:
alain
Message:

Cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_xml/mapping_info.h

    r349 r409  
    148148    unsigned int globals;            // total number of global vsegs
    149149    unsigned int vspaces;            // total number of virtual spaces
    150     unsigned int psegs;              // total number of physical segments (for all clusters)
    151     unsigned int vsegs;              // total number of virtual segments (for all vspaces)
    152     unsigned int vobjs;              // total number of virtual objects (for all vspaces)
    153     unsigned int tasks;              // total number of tasks (for all vspaces)
    154     unsigned int procs;              // total number of procs (for all clusters)
    155     unsigned int irqs;               // total number of irqs (for all processors)
    156     unsigned int coprocs;            // total number of coprocs (for all clusters)
    157     unsigned int cp_ports;           // total number of cp_ports (for all coprocs)
    158     unsigned int periphs;            // total number of peripherals (for all 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)
    159159
    160160    char name[32];                   // mapping name
     
    211211    char            ident;           // identity mapping if non zero
    212212    char            local;           // only mapped in the local PTAB
    213     char            reserved;        // reserved
     213    char            big;             // to be mapped in a big physical page
    214214} mapping_vseg_t;
    215215
     
    253253    unsigned int    length;          // size (bytes)
    254254    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
    257256    unsigned int    init;            // init value (used by barrier or mwmr channel)
    258257} mapping_vobj_t;
Note: See TracChangeset for help on using the changeset viewer.