Start of change

PCILG trace records

A PCILG record represents a PCI load instruction.

PCILG... hhhhhhhh ASCB.... hhhhhhhh CPUID... hhhh     JOBN.... cccccccc  
                  TCB..... hhhhhhhh CC...... hh       REQAD... hhhhhhhh 
                  TRCID... hhhhhhhh                                     
                  DATA.... hhhhhhhh hhhhhhhh          HANDLE.. hhhhhhhh 
                  STATUS.. hh       PCIAS... hh       LENGTH.. hh       
                  OFFSET.. hhhhhhhh hhhhhhhh                                    
PCILG hhhhhhhh
PCIE function identifier (PFID) for PCIE device/function.
ASCB hhhhhhhh
Address of the ASCB for the address space that issued the PCI load instruction.
CPUID hhhh
Address of the processor on which the PCI load instruction was issued.
JOBN cccccccc
Name of the job associated with the address space that issued the PCI load operation.
TCB hhhhhhhh
Address of task control block or zero if not running under a task.
CC hh
Condition code from the PCI load instruction.
REQAD hhhhhhhh
Address of the program that requested the PCI load instruction to be issued.
TRCID hhhhhhhh
Program defined trace identifier that can be used to determine why the PCI load instruction is being issued.
DATA hhhhhhhh hhhhhhhh
The data that was loaded.
HANDLE hhhhhhhh
PCIE function hardware handle.
STATUS hh
Error status information.
PCIAS hh
PCIE address space associated with the request.
LENGTH hh
Length of the data that was loaded.
OFFSET hhhhhhhh hhhhhhhh
Offset of the data within the PCIE address space that was loaded.
End of change