Documentation/arch/powerpc/cpu_families.rst

Source file repositories/reference/linux-study-clean/Documentation/arch/powerpc/cpu_families.rst

File Facts

System
Linux kernel
Corpus path
Documentation/arch/powerpc/cpu_families.rst
Extension
.rst
Size
6250 bytes
Lines
220
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: documentation
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

============
CPU Families
============

This document tries to summarise some of the different cpu families that exist
and are supported by arch/powerpc.


Book3S (aka sPAPR)
------------------

- Hash MMU (except 603 and e300)
- Radix MMU (POWER9 and later)
- Software loaded TLB (603 and e300)
- Selectable Software loaded TLB in addition to hash MMU (755, 7450, e600)
- Mix of 32 & 64 bit::

   +--------------+                 +----------------+
   |  Old POWER   | --------------> | RS64 (threads) |
   +--------------+                 +----------------+
          |
          |
          v
   +--------------+                 +----------------+      +------+
   |     601      | --------------> |      603       | ---> | e300 |
   +--------------+                 +----------------+      +------+
          |                                 |
          |                                 |
          v                                 v
   +--------------+    +-----+      +----------------+      +-------+
   |     604      |    | 755 | <--- |    750 (G3)    | ---> | 750CX |
   +--------------+    +-----+      +----------------+      +-------+
          |                                 |                   |
          |                                 |                   |
          v                                 v                   v
   +--------------+                 +----------------+      +-------+
   | 620 (64 bit) |                 |      7400      |      | 750CL |
   +--------------+                 +----------------+      +-------+
          |                                 |                   |
          |                                 |                   |
          v                                 v                   v
   +--------------+                 +----------------+      +-------+
   |  POWER3/630  |                 |      7410      |      | 750FX |
   +--------------+                 +----------------+      +-------+
          |                                 |
          |                                 |
          v                                 v
   +--------------+                 +----------------+
   |   POWER3+    |                 |      7450      |
   +--------------+                 +----------------+
          |                                 |
          |                                 |
          v                                 v
   +--------------+                 +----------------+
   |    POWER4    |                 |      7455      |
   +--------------+                 +----------------+
          |                                 |
          |                                 |
          v                                 v
   +--------------+     +-------+   +----------------+
   |   POWER4+    | --> |  970  |   |      7447      |
   +--------------+     +-------+   +----------------+
          |                 |               |
          |                 |               |
          v                 v               v
   +--------------+     +-------+   +----------------+
   |    POWER5    |     | 970FX |   |      7448      |
   +--------------+     +-------+   +----------------+
          |                 |               |
          |                 |               |

Annotation

Implementation Notes