Searched refs:KVM_RUN (Results 1 – 2 of 2) sorted by relevance
26 #define KVM_RUN 0x00 macro110 ioctl(vcpufd, KVM_RUN, 0); in main()
25 pub const KVM_RUN: u32 = 0x00; constant156 KVM_RUN => { in ioctl()