Searched refs:kvm_pit_state2 (Results 1 – 6 of 6) sorted by relevance
| /Linux-v4.19/arch/x86/include/uapi/asm/ |
| D | kvm.h | 275 struct kvm_pit_state2 { struct
|
| /Linux-v4.19/tools/arch/x86/include/uapi/asm/ |
| D | kvm.h | 275 struct kvm_pit_state2 { struct
|
| /Linux-v4.19/tools/include/uapi/linux/ |
| D | kvm.h | 1251 #define KVM_GET_PIT2 _IOR(KVMIO, 0x9f, struct kvm_pit_state2) 1252 #define KVM_SET_PIT2 _IOW(KVMIO, 0xa0, struct kvm_pit_state2)
|
| /Linux-v4.19/include/uapi/linux/ |
| D | kvm.h | 1251 #define KVM_GET_PIT2 _IOR(KVMIO, 0x9f, struct kvm_pit_state2) 1252 #define KVM_SET_PIT2 _IOW(KVMIO, 0xa0, struct kvm_pit_state2)
|
| /Linux-v4.19/Documentation/virtual/kvm/ |
| D | api.txt | 2204 Parameters: struct kvm_pit_state2 (out) 2210 struct kvm_pit_state2 { 2229 Parameters: struct kvm_pit_state2 (in) 2233 See KVM_GET_PIT2 for details on struct kvm_pit_state2.
|
| /Linux-v4.19/arch/x86/kvm/ |
| D | x86.c | 4191 static int kvm_vm_ioctl_get_pit2(struct kvm *kvm, struct kvm_pit_state2 *ps) in kvm_vm_ioctl_get_pit2() 4202 static int kvm_vm_ioctl_set_pit2(struct kvm *kvm, struct kvm_pit_state2 *ps) in kvm_vm_ioctl_set_pit2() 4386 struct kvm_pit_state2 ps2; in kvm_arch_vm_ioctl()
|