diff options
author | Ard Biesheuvel <ardb@kernel.org> | 2024-02-14 15:29:06 +0300 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2024-02-16 15:42:34 +0300 |
commit | 34b98e55f6840cab938d480968c0f600a2ed97d5 (patch) | |
tree | 45b32dc1635156bb8aabaad714e05d9313a6bc08 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | e6128a8e523cfa8f46a1501e6432c37523b47bdf (diff) | |
download | linux-34b98e55f6840cab938d480968c0f600a2ed97d5.tar.xz |
arm64: pgtable: Decouple PGDIR size macros from PGD/PUD/PMD levels
The mapping from PGD/PUD/PMD to levels and shifts is very confusing,
given that, due to folding, the shifts may be equal for different
levels, if the macros are even #define'd to begin with.
In a subsequent patch, we will modify the ID mapping code to decouple
the number of levels from the kernel's view of how these types are
folded, so prepare for this by reformulating the macros without the use
of these types.
Instead, use SWAPPER_BLOCK_SHIFT as the base quantity, and derive it
from either PAGE_SHIFT or PMD_SHIFT, which -if defined at all- are
defined unambiguously for a given page size, regardless of the number of
configured levels.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20240214122845.2033971-65-ardb+git@google.com
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions