Searched refs:KVM_SET_REGS (Results 1 – 16 of 16) sorted by relevance
/external/syzkaller/sys/linux/ |
D | kvm_amd64.const | 151 KVM_SET_REGS = 1083223682
|
D | kvm_386.const | 151 KVM_SET_REGS = 1083223682
|
D | kvm_arm64.const | 151 KVM_SET_REGS = 1130409602
|
D | kvm_arm.const | 151 KVM_SET_REGS = 1083747970
|
D | kvm_ppc64le.const | 151 KVM_SET_REGS = 2173218434
|
D | kvm.txt | 69 ioctl$KVM_SET_REGS(fd fd_kvmcpu, cmd const[KVM_SET_REGS], arg ptr[in, kvm_regs])
|
/external/strace/ |
D | kvm.c | 396 case KVM_SET_REGS: in kvm_ioctl()
|
D | ChangeLog | 10404 (kvm_ioctl) [HAVE_STRUCT_KVM_REGS] <KVM_SET_REGS, KVM_GET_REGS>: Use it.
|
/external/strace/tests/ |
D | ioctl_kvm_run_common.c | 198 KVM_IOCTL(vcpu_fd, KVM_SET_REGS, ®s); in run_kvm()
|
/external/strace/tests-m32/ |
D | ioctl_kvm_run_common.c | 198 KVM_IOCTL(vcpu_fd, KVM_SET_REGS, ®s); in run_kvm()
|
/external/strace/tests-mx32/ |
D | ioctl_kvm_run_common.c | 198 KVM_IOCTL(vcpu_fd, KVM_SET_REGS, ®s); in run_kvm()
|
/external/linux-kselftest/tools/testing/selftests/kvm/lib/ |
D | kvm_util.c | 1167 ret = ioctl(vcpu->fd, KVM_SET_REGS, regs); in vcpu_regs_set()
|
/external/linux-kselftest/tools/testing/selftests/kvm/lib/x86_64/ |
D | processor.c | 1130 r = ioctl(vcpu->fd, KVM_SET_REGS, &state->regs); in vcpu_load_state()
|
/external/kernel-headers/original/uapi/linux/ |
D | kvm.h | 1336 #define KVM_SET_REGS _IOW(KVMIO, 0x82, struct kvm_regs) macro
|
/external/syzkaller/executor/ |
D | common_kvm_amd64.h | 809 if (ioctl(cpufd, KVM_SET_REGS, ®s)) in syz_kvm_setup_cpu()
|
/external/syzkaller/pkg/csource/ |
D | generated.go | 2309 if (ioctl(cpufd, KVM_SET_REGS, ®s))
|