|  | 
Hex   Dec Type/Val   Lng Label (dup)    Comments
---- ---- --------- ---- -------------- --------
0000    0 Structure      $PXIBK         Relocation mapping for HCPPXIBK
          00000001       $PXI_VER       1 Mapping version number
0000    0 Signed       2 $PXI_HDRL      Header length (in bytes)
0002    2 Signed       2 $PXI_BITL      Length of mapped bits (in bytes)
0004    4 Signed       2 *              Reserved for future use
0006    6 Bitstring    1 $PXI_FLGS      General flag byte
          1... ....      $PXI_SHAR      X'80' $PXI_SHAR Guest using
                                        shared creation PXIBK
0007    7 Bitstring    1 *              Reserved for future use
          00000008       $PXI_HDLN      *-$PXIBK Length of header (bytes)
      Bit map: Contains the PXIBK flags that are subject to
               relocation. These bits are defined sequentially,
               regardless of how they are defined in HCPPXIBK.
               This yields a consistent mapping that ensures
               compatibility when a guest is relocated between
               systems at differing service levels.
               Names in the comments column indicate the control
               block byte which contains the flag. This name is
               subject to change if the flag definition changes.
         ====> NEVER change bits which already exist here.
         ====> NEVER change the order of bits in this section.
         ====> ALWAYS add new bits at the end of this section,
               together with new flag bytes as required.
0008    8 Signed       2 $PXI_BITS (0)  Bit map area
0008    8 Bitstring    1 $PXI0
          1... ....      $PXICREAT      X'80' $PXICREAT PXIFLAG
          .1.. ....      $PXIWPSG       X'40' $PXIWPSG PXIFLAG
          00000001       $PXI_BLEN      *-$PXI_BITS Length of bit map
                                        area
      Data:    Contains all HCPPXIBK data that is subject to
               relocation, except for flag bits, which are
               handled separately.
               All fields are defined as XLnn to avoid alignment
               warnings and to pack the data efficiently.
         ====> NEVER change fields which already exist here.
         ====> NEVER change the order of fields in this section.
         ====> ALWAYS add new fields at the end of this section.
0009    9 Bitstring    1 $PXI_DATA (0)  Start of data map
      These fields are present only when $PXI_SHAR = 0
0009    9 Bitstring    4 $PXIPSGBK      -> RDO offset to PSGBK
000D   13 Bitstring    4 $PXI_PSGC      PSGCOUNT from PSGBK
0011   17 Bitstring   12 $PXIUIDS       All UIDs
001D   29 Bitstring   12 $PXIGIDS       All GIDs
          00000029       $PXI_LEN       *-$PXIBK Total length, in bytes
          00000006       $PXI_SZ        ($PXI_LEN+7)/8 Size in
                                        doublewords |  |