Searched refs:kvm_pit_state2 (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/hw/i386/kvm/ |
H A D | i8254.c | 90 struct kvm_pit_state2 kpit; in kvm_pit_get() 132 struct kvm_pit_state2 kpit = {}; in kvm_pit_put()
|
/openbmc/linux/tools/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 310 struct kvm_pit_state2 { struct
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 310 struct kvm_pit_state2 { struct
|
/openbmc/qemu/linux-headers/linux/ |
H A D | kvm.h | 1204 #define KVM_GET_PIT2 _IOR(KVMIO, 0x9f, struct kvm_pit_state2) 1205 #define KVM_SET_PIT2 _IOW(KVMIO, 0xa0, struct kvm_pit_state2)
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | kvm.h | 309 struct kvm_pit_state2 { struct
|
/openbmc/linux/include/uapi/linux/ |
H A D | kvm.h | 1522 #define KVM_GET_PIT2 _IOR(KVMIO, 0x9f, struct kvm_pit_state2) 1523 #define KVM_SET_PIT2 _IOW(KVMIO, 0xa0, struct kvm_pit_state2)
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | kvm.h | 1515 #define KVM_GET_PIT2 _IOR(KVMIO, 0x9f, struct kvm_pit_state2) 1516 #define KVM_SET_PIT2 _IOW(KVMIO, 0xa0, struct kvm_pit_state2)
|
/openbmc/linux/arch/x86/kvm/ |
H A D | x86.c | 6209 static int kvm_vm_ioctl_get_pit2(struct kvm *kvm, struct kvm_pit_state2 *ps) in kvm_vm_ioctl_get_pit2() 6220 static int kvm_vm_ioctl_set_pit2(struct kvm *kvm, struct kvm_pit_state2 *ps) in kvm_vm_ioctl_set_pit2() 6787 struct kvm_pit_state2 ps2; in kvm_arch_vm_ioctl()
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 2977 :Parameters: struct kvm_pit_state2 (out) 2983 struct kvm_pit_state2 { 3005 :Parameters: struct kvm_pit_state2 (in) 3009 See KVM_GET_PIT2 for details on struct kvm_pit_state2.
|