mirror of
https://github.com/torvalds/linux.git
synced 2026-04-19 15:24:02 -04:00
Add KVM selftests header files for LoongArch, including processor.h and kvm_util_arch.h. It mainly contains LoongArch CSR register and page table entry definition. Signed-off-by: Bibo Mao <maobibo@loongson.cn> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
8 lines
171 B
C
8 lines
171 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
#ifndef SELFTEST_KVM_UTIL_ARCH_H
|
|
#define SELFTEST_KVM_UTIL_ARCH_H
|
|
|
|
struct kvm_vm_arch {};
|
|
|
|
#endif // SELFTEST_KVM_UTIL_ARCH_H
|