blob: d7fcfc3b8eda07c4ff74e35a352f4070e753b9df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 2025 syzkaller project authors. All rights reserved.
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
# This file is used for non-x86, non-ARM definitions.
include <uapi/linux/kvm.h>
meta arches["mips64le", "ppc64le", "s390x"]
ioctl$KVM_SET_GUEST_DEBUG_generic(fd fd_kvmcpu, cmd const[KVM_SET_GUEST_DEBUG], arg ptr[in, kvm_guest_debug[kvm_guest_debug_arch_generic]])
kvm_guest_debug_arch_generic {
reg array[int64, 8]
}
|