summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/include/s390x/processor.h
Commit message (Collapse)AuthorAgeFilesLines
* KVM: selftests: Define cpu_relax() helpers for s390 and x86Sean Christopherson2022-03-081-0/+8
| | | | | | | | | Add cpu_relax() for s390 and x86 for use in arch-agnostic tests. arm64 already defines its own version. Signed-off-by: Sean Christopherson <seanjc@google.com> Message-Id: <20220226001546.360188-28-seanjc@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* KVM: selftests: Add processor code for s390xThomas Huth2019-06-041-0/+22
Code that takes care of basic CPU setup, page table walking, etc. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <20190523164309.13345-7-thuth@redhat.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>