Home
last modified time | relevance | path

Searched refs:kvm_pit_state2 (Results 1 – 8 of 8) sorted by relevance

/linux/arch/x86/kvm/
H A Di8254.h64 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 Di8254.c677 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 Dx86.c6934 struct kvm_pit_state2 ps2; in kvm_arch_vm_ioctl()
/linux/include/uapi/linux/
H A Dkvm.h1253 #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 Dkvm.h1226 #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 Dkvm.h311 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 Dkvm.h311 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 Dapi.rst3044 :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.