Home
last modified time | relevance | path

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

/Linux-v6.6/tools/arch/x86/include/uapi/asm/
Dkvm.h310 struct kvm_pit_state2 { struct
/Linux-v6.6/arch/x86/include/uapi/asm/
Dkvm.h310 struct kvm_pit_state2 { struct
/Linux-v6.6/tools/include/uapi/linux/
Dkvm.h1515 #define KVM_GET_PIT2 _IOR(KVMIO, 0x9f, struct kvm_pit_state2)
1516 #define KVM_SET_PIT2 _IOW(KVMIO, 0xa0, struct kvm_pit_state2)
/Linux-v6.6/include/uapi/linux/
Dkvm.h1522 #define KVM_GET_PIT2 _IOR(KVMIO, 0x9f, struct kvm_pit_state2)
1523 #define KVM_SET_PIT2 _IOW(KVMIO, 0xa0, struct kvm_pit_state2)
/Linux-v6.6/arch/x86/kvm/
Dx86.c6201 static int kvm_vm_ioctl_get_pit2(struct kvm *kvm, struct kvm_pit_state2 *ps) in kvm_vm_ioctl_get_pit2()
6212 static int kvm_vm_ioctl_set_pit2(struct kvm *kvm, struct kvm_pit_state2 *ps) in kvm_vm_ioctl_set_pit2()
6779 struct kvm_pit_state2 ps2; in kvm_arch_vm_ioctl()
/Linux-v6.6/Documentation/virt/kvm/
Dapi.rst2977 :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.