Ignore:
Timestamp:
Jun 29, 2014, 12:39:48 PM (10 years ago)
Author:
alain
Message:

Introducing a new attribute "local" in the mapping_vseg_t structure,
to support distributed page tables, kernel code and user code:
A "local" vseg is only mapped in the local page table
(The local page table is the page table stored in the same cluster
as the vseg itself).

File:
1 edited

Legend:

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

    r323 r349  
    210210    char            mapped;          // mapped if non zero
    211211    char            ident;           // identity mapping if non zero
    212     char            rsvd0;           // reserved
    213     char            rsvd1;           // reserved
     212    char            local;           // only mapped in the local PTAB
     213    char            reserved;        // reserved
    214214} mapping_vseg_t;
    215215
Note: See TracChangeset for help on using the changeset viewer.