reg.h (7246f60068840847bdcf595be5f0b5ca632736e0) | reg.h (5a61ef74f269f2573f48fa53607a8911216c3326) |
---|---|
1/* 2 * Contains the definition of registers common to all PowerPC variants. 3 * If a register definition has been changed in a different PowerPC 4 * variant, we will case it in #ifndef XXX ... #endif, and have the 5 * number used in the Programming Environments Manual For 32-Bit 6 * Implementations of the PowerPC Architecture (a.k.a. Green Book) here. 7 */ 8 --- 1215 unchanged lines hidden (view full) --- 1224#define PVR_630 0x0040 1225#define PVR_630p 0x0041 1226#define PVR_970MP 0x0044 1227#define PVR_970GX 0x0045 1228#define PVR_POWER7p 0x004A 1229#define PVR_POWER8E 0x004B 1230#define PVR_POWER8NVL 0x004C 1231#define PVR_POWER8 0x004D | 1/* 2 * Contains the definition of registers common to all PowerPC variants. 3 * If a register definition has been changed in a different PowerPC 4 * variant, we will case it in #ifndef XXX ... #endif, and have the 5 * number used in the Programming Environments Manual For 32-Bit 6 * Implementations of the PowerPC Architecture (a.k.a. Green Book) here. 7 */ 8 --- 1215 unchanged lines hidden (view full) --- 1224#define PVR_630 0x0040 1225#define PVR_630p 0x0041 1226#define PVR_970MP 0x0044 1227#define PVR_970GX 0x0045 1228#define PVR_POWER7p 0x004A 1229#define PVR_POWER8E 0x004B 1230#define PVR_POWER8NVL 0x004C 1231#define PVR_POWER8 0x004D |
1232#define PVR_POWER9 0x004E |
|
1232#define PVR_BE 0x0070 1233#define PVR_PA6T 0x0090 1234 1235/* "Logical" PVR values defined in PAPR, representing architecture levels */ 1236#define PVR_ARCH_204 0x0f000001 1237#define PVR_ARCH_205 0x0f000002 1238#define PVR_ARCH_206 0x0f000003 1239#define PVR_ARCH_206p 0x0f100003 --- 123 unchanged lines hidden --- | 1233#define PVR_BE 0x0070 1234#define PVR_PA6T 0x0090 1235 1236/* "Logical" PVR values defined in PAPR, representing architecture levels */ 1237#define PVR_ARCH_204 0x0f000001 1238#define PVR_ARCH_205 0x0f000002 1239#define PVR_ARCH_206 0x0f000003 1240#define PVR_ARCH_206p 0x0f100003 --- 123 unchanged lines hidden --- |