reg.h (e7f75ad01d590243904c2d95ab47e6b2e9ef6dad) reg.h (b4e8c8dd8456c1d3685fb5b715c9795d250f500e)
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

--- 840 unchanged lines hidden (view full) ---

849#define PVR_821 0x00500000
850#define PVR_823 PVR_821
851#define PVR_850 PVR_821
852#define PVR_860 PVR_821
853#define PVR_8240 0x00810100
854#define PVR_8245 0x80811014
855#define PVR_8260 PVR_8240
856
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

--- 840 unchanged lines hidden (view full) ---

849#define PVR_821 0x00500000
850#define PVR_823 PVR_821
851#define PVR_850 PVR_821
852#define PVR_860 PVR_821
853#define PVR_8240 0x00810100
854#define PVR_8245 0x80811014
855#define PVR_8260 PVR_8240
856
857/* 476 Simulator seems to currently have the PVR of the 602... */
858#define PVR_476_ISS 0x00052000
859
857/* 64-bit processors */
858/* XXX the prefix should be PVR_, we'll do a global sweep to fix it one day */
859#define PV_NORTHSTAR 0x0033
860#define PV_PULSAR 0x0034
861#define PV_POWER4 0x0035
862#define PV_ICESTAR 0x0036
863#define PV_SSTAR 0x0037
864#define PV_POWER4p 0x0038

--- 97 unchanged lines hidden ---
860/* 64-bit processors */
861/* XXX the prefix should be PVR_, we'll do a global sweep to fix it one day */
862#define PV_NORTHSTAR 0x0033
863#define PV_PULSAR 0x0034
864#define PV_POWER4 0x0035
865#define PV_ICESTAR 0x0036
866#define PV_SSTAR 0x0037
867#define PV_POWER4p 0x0038

--- 97 unchanged lines hidden ---