KVM: riscv: selftests: Move sbi definitions to its own header file
authorAtish Patra <atishp@rivosinc.com>
Sat, 20 Apr 2024 15:17:33 +0000 (08:17 -0700)
committerAnup Patel <anup@brainfault.org>
Fri, 26 Apr 2024 07:43:57 +0000 (13:13 +0530)
commit9408a23fac62d31de067bd2b0099eb9151395345
tree4015f136196f26b6d6ef0b29e3186543edda25ed
parent4e21f2238ad5c26d8a9be5fc8771d4e5d544d706
KVM: riscv: selftests: Move sbi definitions to its own header file

The SBI definitions will continue to grow. Move the sbi related
definitions to its own header file from processor.h

Suggested-by: Andrew Jones <ajones@ventanamicro.com>
Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
Signed-off-by: Atish Patra <atishp@rivosinc.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
Link: https://lore.kernel.org/r/20240420151741.962500-18-atishp@rivosinc.com
Signed-off-by: Anup Patel <anup@brainfault.org>
tools/testing/selftests/kvm/include/riscv/processor.h
tools/testing/selftests/kvm/include/riscv/sbi.h [new file with mode: 0644]
tools/testing/selftests/kvm/include/riscv/ucall.h
tools/testing/selftests/kvm/steal_time.c