Logical Domains 1.2 Administration Guide
Determine the Real Memory Address
-
Generate a long parseable list for all domains.
-
Look for the line in the list's MEMORY sections where the PA falls within the inclusive range pa to (pa + size - 1); that is, pa <= PA < (pa + size - 1).
Here pa and size refer to the values in the corresponding fields of the line.
-
If you find such an entry, the PA is in the domain the entry is listed under and the corresponding real address within the domain is given by ra + (PA - pa).
-
If you do not find such an entry, the PA is not in any domain.
- © 2010, Oracle Corporation and/or its affiliates