Changes between Version 45 and Version 46 of rpc_implementation
- Timestamp:
- Oct 3, 2019, 4:28:00 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
rpc_implementation
v45 v46 9 9 10 10 The target architecture is clusterised: the physical address space is shared by all cores, but it is physically distributed, with one physical memory bank per cluster, and the following assumptions: 11 * The physical addresses - also called extended adresses -are 64 bits encoded.11 * The physical addresses are 64 bits encoded. 12 12 * The max size of the physical address space in a single cluster is defined by the CONFIG_CLUSTER_SPAN configuration parameter, that must be a power of 2. It is 4 Gbytes for the TSAR architecture, but it can be larger for Intel based architectures. 13 13 * For a given architecture, the physical address is therefore split in two fixed size fields : The '''LPA''' field (Local Physical Adress) contains the LSB bits, and defines the physical address inside a given cluster. The '''CXY''' field (Cluster Identifier Index) contains the MSB bits, and directly identifies the cluster.