Searched refs:KVM_SET_REGS (Results 1 – 2 of 2) sorted by relevance
28 #define KVM_SET_REGS 0x02 macro108 ioctl(vcpufd, KVM_SET_REGS, ®s); // set registers in main()
27 pub const KVM_SET_REGS: u32 = 0x02; constant170 KVM_SET_REGS => { in ioctl()