Home
last modified time | relevance | path

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

/linux-6.15/tools/include/uapi/linux/
H A Dkvm.h1221 #define KVM_GET_PIT2 _IOR(KVMIO, 0x9f, struct kvm_pit_state2)
1222 #define KVM_SET_PIT2 _IOW(KVMIO, 0xa0, struct kvm_pit_state2)
/linux-6.15/include/uapi/linux/
H A Dkvm.h1221 #define KVM_GET_PIT2 _IOR(KVMIO, 0x9f, struct kvm_pit_state2)
1222 #define KVM_SET_PIT2 _IOW(KVMIO, 0xa0, struct kvm_pit_state2)
/linux-6.15/arch/x86/include/uapi/asm/
H A Dkvm.h311 struct kvm_pit_state2 { struct
/linux-6.15/tools/arch/x86/include/uapi/asm/
H A Dkvm.h311 struct kvm_pit_state2 { struct
/linux-6.15/arch/x86/kvm/
H A Dx86.c6433 static int kvm_vm_ioctl_get_pit2(struct kvm *kvm, struct kvm_pit_state2 *ps) in kvm_vm_ioctl_get_pit2()
6444 static int kvm_vm_ioctl_set_pit2(struct kvm *kvm, struct kvm_pit_state2 *ps) in kvm_vm_ioctl_set_pit2()
7031 struct kvm_pit_state2 ps2; in kvm_arch_vm_ioctl()
/linux-6.15/Documentation/virt/kvm/
H A Dapi.rst3034 :Parameters: struct kvm_pit_state2 (out)
3040 struct kvm_pit_state2 {
3062 :Parameters: struct kvm_pit_state2 (in)
3066 See KVM_GET_PIT2 for details on struct kvm_pit_state2.