Searched refs:kvm_ioctl (Results 1 – 6 of 6) sorted by relevance
/external/strace/tests-m32/ |
D | ioctl_kvm_run.c | 46 kvm_ioctl(int fd, unsigned long cmd, const char *cmd_str, void *arg) in kvm_ioctl() function 55 kvm_ioctl((fd_), (cmd_), #cmd_, (arg_))
|
/external/strace/tests/ |
D | ioctl_kvm_run.c | 46 kvm_ioctl(int fd, unsigned long cmd, const char *cmd_str, void *arg) in kvm_ioctl() function 55 kvm_ioctl((fd_), (cmd_), #cmd_, (arg_))
|
/external/strace/tests-mx32/ |
D | ioctl_kvm_run.c | 46 kvm_ioctl(int fd, unsigned long cmd, const char *cmd_str, void *arg) in kvm_ioctl() function 55 kvm_ioctl((fd_), (cmd_), #cmd_, (arg_))
|
/external/strace/ |
D | kvm.c | 107 kvm_ioctl(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg) in kvm_ioctl() function
|
D | ioctl.c | 325 return kvm_ioctl(tcp, code, arg); in ioctl_decode()
|
D | ChangeLog | 2826 (kvm_ioctl) [HAVE_STRUCT_KVM_SREGS] <KVM_SET_SREGS, KVM_GET_SREGS>: 2842 (kvm_ioctl) [HAVE_STRUCT_KVM_REGS] <KVM_SET_REGS, KVM_GET_REGS>: Use it. 2850 (kvm_ioctl) [HAVE_STRUCT_KVM_USERSPACE_MEMORY_REGION] 2901 (kvm_ioctl) <KVM_CREATE_VCPU>: Use it. 2904 * kvm.c (kvm_ioctl): Handle KVM_CREATE_VM command. 2907 * kvm.c (kvm_ioctl): Handle KVM_RUN, KVM_GET_VCPU_MMAP_SIZE, 2914 * defs.h (kvm_ioctl): New prototype. 2915 * ioctl.c (ioctl_decode) HAVE_LINUX_KVM_H]: Use kvm_ioctl.
|