Home
last modified time | relevance | path

Searched refs:KVM_CREATE_PIT2 (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dkvm.h1078 #define KVM_CREATE_PIT2 _IOW(KVMIO, 0x77, struct kvm_pit_config) macro
/linux-4.1.27/Documentation/virtual/kvm/
Dapi.txt2130 4.71 KVM_CREATE_PIT2
2171 KVM_CREATE_PIT2. The state is returned in the following structure:
2195 Sets the state of the in-kernel PIT model. Only valid after KVM_CREATE_PIT2.
/linux-4.1.27/arch/x86/kvm/
Dx86.c3932 case KVM_CREATE_PIT2: in kvm_arch_vm_ioctl()