OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kvm_vm_ioctl
(Results
1 - 3
of
3
) sorted by null
/external/qemu/
kvm.h
77
int
kvm_vm_ioctl
(KVMState *s, int type, ...);
kvm-all.c
143
return
kvm_vm_ioctl
(s, KVM_SET_USER_MEMORY_REGION, &mem);
155
ret =
kvm_vm_ioctl
(s, KVM_CREATE_VCPU, env->cpu_index);
325
if (
kvm_vm_ioctl
(s, KVM_GET_DIRTY_LOG, &d) == -1) {
362
ret =
kvm_vm_ioctl
(s, KVM_REGISTER_COALESCED_MMIO, &zone);
381
ret =
kvm_vm_ioctl
(s, KVM_UNREGISTER_COALESCED_MMIO, &zone);
825
int
kvm_vm_ioctl
(KVMState *s, int type, ...)
function
/external/qemu/target-i386/
kvm.c
270
return
kvm_vm_ioctl
(s, KVM_SET_TSS_ADDR, 0xfffbd000);
Completed in 32 milliseconds