Home
last modified time | relevance | path

Searched defs:ItLpRegSave (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/arch/powerpc/platforms/iseries/
Dlpardata.c63 struct ItLpRegSave { struct
64 u32 xDesc; // Eye catcher "LpRS" ebcdic 000-003
65 u16 xSize; // Size of this class 004-005
66 u8 xInUse; // Area is live 006-007
67 u8 xRsvd1[9]; // Reserved 007-00F
69 u8 xFixedRegSave[352]; // Fixed Register Save Area 010-16F
70 u32 xCTRL; // Control Register 170-173
71 u32 xDEC; // Decrementer 174-177
72 u32 xFPSCR; // FP Status and Control Reg 178-17B
73 u32 xPVR; // Processor Version Number 17C-17F
[all …]