github.com/google/syzkaller@v0.0.0-20251211124644-a066d2bc4b02/sys/linux/dev_kvm_extra.txt (about)

     1  # Copyright 2025 syzkaller project authors. All rights reserved.
     2  # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
     3  
     4  # This file is used for non-x86, non-ARM definitions.
     5  
     6  include <uapi/linux/kvm.h>
     7  
     8  meta arches["mips64le", "ppc64le", "s390x"]
     9  
    10  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]])
    11  
    12  kvm_guest_debug_arch_generic {
    13  	reg	array[int64, 8]
    14  }