Searched refs:kvm_pit_state2 (Results 1 – 4 of 4) sorted by relevance
271 struct kvm_pit_state2 { struct
1102 #define KVM_GET_PIT2 _IOR(KVMIO, 0x9f, struct kvm_pit_state2)1103 #define KVM_SET_PIT2 _IOW(KVMIO, 0xa0, struct kvm_pit_state2)
2203 Parameters: struct kvm_pit_state2 (out)2209 struct kvm_pit_state2 {2228 Parameters: struct kvm_pit_state2 (in)2232 See KVM_GET_PIT2 for details on struct kvm_pit_state2.
3589 static int kvm_vm_ioctl_get_pit2(struct kvm *kvm, struct kvm_pit_state2 *ps) in kvm_vm_ioctl_get_pit2()3600 static int kvm_vm_ioctl_set_pit2(struct kvm *kvm, struct kvm_pit_state2 *ps) in kvm_vm_ioctl_set_pit2()3744 struct kvm_pit_state2 ps2; in kvm_arch_vm_ioctl()