diff options
author | Ard Biesheuvel <ardb@kernel.org> | 2024-12-12 11:18:46 +0300 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2024-12-19 20:23:53 +0300 |
commit | 9d86c3c974348eb4220b637fae1a2466232078b7 (patch) | |
tree | e147311ffbda10d9972c8dc18801005902953bc0 /tools/perf/scripts/python/gecko.py | |
parent | f0da16992aef7e246b2f3bba1492e3a52c38ca0e (diff) | |
download | linux-9d86c3c974348eb4220b637fae1a2466232078b7.tar.xz |
arm64/kvm: Avoid invalid physical addresses to signal owner updates
The pKVM stage2 mapping code relies on an invalid physical address to
signal to the internal API that only the annotations of descriptors
should be updated, and these are stored in the high bits of invalid
descriptors covering memory that has been donated to protected guests,
and is therefore unmapped from the host stage-2 page tables.
Given that these invalid PAs are never stored into the descriptors, it
is better to rely on an explicit flag, to clarify the API and to avoid
confusion regarding whether or not the output address of a descriptor
can ever be invalid to begin with (which is not the case with LPA2).
That removes a dependency on the logic that reasons about the maximum PA
range, which differs on LPA2 capable CPUs based on whether LPA2 is
enabled or not, and will be further clarified in subsequent patches.
Cc: Quentin Perret <qperret@google.com>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Quentin Perret <qperret@google.com>
Acked-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20241212081841.2168124-12-ardb+git@google.com
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions