HomeSort by relevance Sort by last modified time
    Searched defs:kvm_ioctl (Results 1 - 4 of 4) sorted by null

  /external/strace/
kvm.c 107 kvm_ioctl(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg) function
  /external/strace/tests/
ioctl_kvm_run.c 46 kvm_ioctl(int fd, unsigned long cmd, const char *cmd_str, void *arg) function
54 #define KVM_IOCTL(fd_, cmd_, arg_) \
55 kvm_ioctl((fd_), (cmd_), #cmd_, (arg_))
86 KVM_IOCTL(vcpu_fd, KVM_GET_SREGS, &sregs);
96 KVM_IOCTL(vcpu_fd, KVM_SET_SREGS, &sregs);
115 KVM_IOCTL(vcpu_fd, KVM_SET_REGS, &regs);
129 KVM_IOCTL(vcpu_fd, KVM_RUN, NULL);
178 int ret = KVM_IOCTL(kvm, KVM_GET_API_VERSION, 0);
186 int vm_fd = KVM_IOCTL(kvm, KVM_CREATE_VM, 0);
204 KVM_IOCTL(vm_fd, KVM_SET_USER_MEMORY_REGION, &region)
    [all...]
  /external/strace/tests-m32/
ioctl_kvm_run.c 46 kvm_ioctl(int fd, unsigned long cmd, const char *cmd_str, void *arg) function
54 #define KVM_IOCTL(fd_, cmd_, arg_) \
55 kvm_ioctl((fd_), (cmd_), #cmd_, (arg_))
86 KVM_IOCTL(vcpu_fd, KVM_GET_SREGS, &sregs);
96 KVM_IOCTL(vcpu_fd, KVM_SET_SREGS, &sregs);
115 KVM_IOCTL(vcpu_fd, KVM_SET_REGS, &regs);
129 KVM_IOCTL(vcpu_fd, KVM_RUN, NULL);
178 int ret = KVM_IOCTL(kvm, KVM_GET_API_VERSION, 0);
186 int vm_fd = KVM_IOCTL(kvm, KVM_CREATE_VM, 0);
204 KVM_IOCTL(vm_fd, KVM_SET_USER_MEMORY_REGION, &region)
    [all...]
  /external/strace/tests-mx32/
ioctl_kvm_run.c 46 kvm_ioctl(int fd, unsigned long cmd, const char *cmd_str, void *arg) function
54 #define KVM_IOCTL(fd_, cmd_, arg_) \
55 kvm_ioctl((fd_), (cmd_), #cmd_, (arg_))
86 KVM_IOCTL(vcpu_fd, KVM_GET_SREGS, &sregs);
96 KVM_IOCTL(vcpu_fd, KVM_SET_SREGS, &sregs);
115 KVM_IOCTL(vcpu_fd, KVM_SET_REGS, &regs);
129 KVM_IOCTL(vcpu_fd, KVM_RUN, NULL);
178 int ret = KVM_IOCTL(kvm, KVM_GET_API_VERSION, 0);
186 int vm_fd = KVM_IOCTL(kvm, KVM_CREATE_VM, 0);
204 KVM_IOCTL(vm_fd, KVM_SET_USER_MEMORY_REGION, &region)
    [all...]

Completed in 85 milliseconds