mirror of
https://github.com/torvalds/linux.git
synced 2026-05-02 05:22:49 -04:00
Add support for the SVE registers to get-reg-list and create a new test, get-reg-list-sve, which tests them when running on a machine with SVE support. Signed-off-by: Andrew Jones <drjones@redhat.com> Message-Id: <20201029201703.102716-5-drjones@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
4 lines
83 B
C
4 lines
83 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
#define REG_LIST_SVE
|
|
#include "get-reg-list.c"
|