On Mon, Dec 27, 2021 at 12:48:09PM +0000, Marc Zyngier wrote: > The 16kB page size is not a popular choice, due to only a few CPUs > actually implementing support for it. However, it can lead to some > interesting performance improvements given the right uarch choices. > > Add support for this page size for various PA/VA combinations. > > Signed-off-by: Marc Zyngier <maz@xxxxxxxxxx> > --- > tools/testing/selftests/kvm/include/kvm_util.h | 4 ++++ > .../selftests/kvm/lib/aarch64/processor.c | 10 ++++++++++ > tools/testing/selftests/kvm/lib/guest_modes.c | 4 ++++ > tools/testing/selftests/kvm/lib/kvm_util.c | 16 ++++++++++++++++ > 4 files changed, 34 insertions(+) > Reviewed-by: Andrew Jones <drjones@xxxxxxxxxx>