Searched refs:kvm_pit_state (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/tools/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 303 struct kvm_pit_state { struct
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 303 struct kvm_pit_state { struct
|
/openbmc/qemu/linux-headers/linux/ |
H A D | kvm.h | 1175 #define KVM_GET_PIT _IOWR(KVMIO, 0x65, struct kvm_pit_state) 1176 #define KVM_SET_PIT _IOR(KVMIO, 0x66, struct kvm_pit_state)
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | kvm.h | 301 struct kvm_pit_state { struct
|
/openbmc/linux/include/uapi/linux/ |
H A D | kvm.h | 1493 #define KVM_GET_PIT _IOWR(KVMIO, 0x65, struct kvm_pit_state) 1494 #define KVM_SET_PIT _IOR(KVMIO, 0x66, struct kvm_pit_state)
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | kvm.h | 1486 #define KVM_GET_PIT _IOWR(KVMIO, 0x65, struct kvm_pit_state) 1487 #define KVM_SET_PIT _IOR(KVMIO, 0x66, struct kvm_pit_state)
|
/openbmc/linux/arch/x86/kvm/ |
H A D | x86.c | 6184 static int kvm_vm_ioctl_get_pit(struct kvm *kvm, struct kvm_pit_state *ps) in kvm_vm_ioctl_get_pit() 6196 static int kvm_vm_ioctl_set_pit(struct kvm *kvm, struct kvm_pit_state *ps) in kvm_vm_ioctl_set_pit() 6786 struct kvm_pit_state ps; in kvm_arch_vm_ioctl() 6912 if (copy_from_user(&u.ps, argp, sizeof(struct kvm_pit_state))) in kvm_arch_vm_ioctl() 6921 if (copy_to_user(argp, &u.ps, sizeof(struct kvm_pit_state))) in kvm_arch_vm_ioctl()
|