Searched refs:kvm_pit_state2 (Results 1 – 4 of 4) sorted by relevance
269 struct kvm_pit_state2 { struct
1085 #define KVM_GET_PIT2 _IOR(KVMIO, 0x9f, struct kvm_pit_state2)1086 #define KVM_SET_PIT2 _IOW(KVMIO, 0xa0, struct kvm_pit_state2)
2167 Parameters: struct kvm_pit_state2 (out)2173 struct kvm_pit_state2 {2192 Parameters: struct kvm_pit_state2 (in)2196 See KVM_GET_PIT2 for details on struct kvm_pit_state2.
3748 static int kvm_vm_ioctl_get_pit2(struct kvm *kvm, struct kvm_pit_state2 *ps) in kvm_vm_ioctl_get_pit2()3761 static int kvm_vm_ioctl_set_pit2(struct kvm *kvm, struct kvm_pit_state2 *ps) in kvm_vm_ioctl_set_pit2()3862 struct kvm_pit_state2 ps2; in kvm_arch_vm_ioctl()