Home
last modified time | relevance | path

Searched refs:vcpu_run_struct (Results 1 – 1 of 1) sorted by relevance

/external/strace/
Dkvm.c342 static struct kvm_run vcpu_run_struct; in kvm_ioctl_run_attach_auxstr() local
344 if (info->mmap_len < sizeof(vcpu_run_struct)) in kvm_ioctl_run_attach_auxstr()
347 if (umove(tcp, info->mmap_addr, &vcpu_run_struct) < 0) in kvm_ioctl_run_attach_auxstr()
351 vcpu_run_struct.exit_reason); in kvm_ioctl_run_attach_auxstr()