Searched refs:kvm_pit_state2 (Results 1 – 8 of 8) sorted by relevance
/linux/arch/x86/kvm/ |
H A D | i8254.h | 64 int kvm_vm_ioctl_get_pit2(struct kvm *kvm, struct kvm_pit_state2 *ps); 65 int kvm_vm_ioctl_set_pit2(struct kvm *kvm, struct kvm_pit_state2 *ps);
|
H A D | i8254.c | 677 int kvm_vm_ioctl_get_pit2(struct kvm *kvm, struct kvm_pit_state2 *ps) in kvm_vm_ioctl_get_pit2() 688 int kvm_vm_ioctl_set_pit2(struct kvm *kvm, struct kvm_pit_state2 *ps) in kvm_vm_ioctl_set_pit2()
|
H A D | x86.c | 6934 struct kvm_pit_state2 ps2; in kvm_arch_vm_ioctl()
|
/linux/include/uapi/linux/ |
H A D | kvm.h | 1253 #define KVM_GET_PIT2 _IOR(KVMIO, 0x9f, struct kvm_pit_state2) 1254 #define KVM_SET_PIT2 _IOW(KVMIO, 0xa0, struct kvm_pit_state2)
|
/linux/tools/include/uapi/linux/ |
H A D | kvm.h | 1226 #define KVM_GET_PIT2 _IOR(KVMIO, 0x9f, struct kvm_pit_state2) 1227 #define KVM_SET_PIT2 _IOW(KVMIO, 0xa0, struct kvm_pit_state2)
|
/linux/tools/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 311 struct kvm_pit_state2 { struct 312 channelskvm_pit_state2 global() argument 313 flagskvm_pit_state2 global() argument 314 reservedkvm_pit_state2 global() argument
|
/linux/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 311 struct kvm_pit_state2 { struct 312 channelskvm_pit_state2 global() argument 313 flagskvm_pit_state2 global() argument 314 reservedkvm_pit_state2 global() argument
|
/linux/Documentation/virt/kvm/ |
H A D | api.rst | 3044 :Parameters: struct kvm_pit_state2 (out) 3050 struct kvm_pit_state2 { 3072 :Parameters: struct kvm_pit_state2 (in) 3076 See KVM_GET_PIT2 for details on struct kvm_pit_state2.
|