Searched refs:kvm_pit_state (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | kvm.h | 1204 #define KVM_GET_PIT _IOWR(KVMIO, 0x65, struct kvm_pit_state) 1205 #define KVM_SET_PIT _IOR(KVMIO, 0x66, struct kvm_pit_state)
|
| /linux-6.15/include/uapi/linux/ |
| H A D | kvm.h | 1204 #define KVM_GET_PIT _IOWR(KVMIO, 0x65, struct kvm_pit_state) 1205 #define KVM_SET_PIT _IOR(KVMIO, 0x66, struct kvm_pit_state)
|
| /linux-6.15/arch/x86/include/uapi/asm/ |
| H A D | kvm.h | 304 struct kvm_pit_state { struct
|
| /linux-6.15/tools/arch/x86/include/uapi/asm/ |
| H A D | kvm.h | 304 struct kvm_pit_state { struct
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | x86.c | 6408 static int kvm_vm_ioctl_get_pit(struct kvm *kvm, struct kvm_pit_state *ps) in kvm_vm_ioctl_get_pit() 6420 static int kvm_vm_ioctl_set_pit(struct kvm *kvm, struct kvm_pit_state *ps) in kvm_vm_ioctl_set_pit() 7030 struct kvm_pit_state ps; in kvm_arch_vm_ioctl() 7159 if (copy_from_user(&u.ps, argp, sizeof(struct kvm_pit_state))) in kvm_arch_vm_ioctl() 7168 if (copy_to_user(argp, &u.ps, sizeof(struct kvm_pit_state))) in kvm_arch_vm_ioctl()
|