Searched refs:KVM_GET_REGS (Results 1 – 13 of 13) sorted by relevance
/external/syzkaller/executor/ |
D | test_linux.h | 65 if (ioctl(cpufd, KVM_GET_REGS, ®s)) { in test_one() 196 if (ioctl(cpufd, KVM_GET_REGS, ®s)) { in dump_cpu_state()
|
/external/strace/ |
D | kvm.c | 240 if (code == KVM_GET_REGS && entering(tcp)) in kvm_ioctl_decode_regs() 397 case KVM_GET_REGS: in kvm_ioctl()
|
D | ChangeLog | 10404 (kvm_ioctl) [HAVE_STRUCT_KVM_REGS] <KVM_SET_REGS, KVM_GET_REGS>: Use it.
|
/external/syzkaller/sys/linux/ |
D | kvm_amd64.const | 70 KVM_GET_REGS = 2156965505
|
D | kvm_386.const | 70 KVM_GET_REGS = 2156965505
|
D | kvm_arm64.const | 70 KVM_GET_REGS = 2204151425
|
D | kvm_arm.const | 70 KVM_GET_REGS = 2157489793
|
D | kvm_ppc64le.const | 70 KVM_GET_REGS = 1099476609
|
D | kvm.txt | 68 ioctl$KVM_GET_REGS(fd fd_kvmcpu, cmd const[KVM_GET_REGS], arg ptr[out, kvm_regs])
|
/external/syzkaller/pkg/report/testdata/linux/report/ |
D | 158 | 12 ioctl$KVM_GET_REGS(r2, 0x8090ae81, &(0x7f00001bb000)={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,…
|
/external/linux-kselftest/tools/testing/selftests/kvm/lib/ |
D | kvm_util.c | 1140 ret = ioctl(vcpu->fd, KVM_GET_REGS, regs); in vcpu_regs_get()
|
/external/linux-kselftest/tools/testing/selftests/kvm/lib/x86_64/ |
D | processor.c | 1049 r = ioctl(vcpu->fd, KVM_GET_REGS, &state->regs); in vcpu_save_state()
|
/external/kernel-headers/original/uapi/linux/ |
D | kvm.h | 1335 #define KVM_GET_REGS _IOR(KVMIO, 0x81, struct kvm_regs) macro
|