Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dkvm.h1095 #define KVM_CREATE_PIT2 _IOW(KVMIO, 0x77, struct kvm_pit_config) macro
/linux-4.4.14/Documentation/virtual/kvm/
Dapi.txt2166 4.71 KVM_CREATE_PIT2
2207 KVM_CREATE_PIT2. The state is returned in the following structure:
2231 Sets the state of the in-kernel PIT model. Only valid after KVM_CREATE_PIT2.
/linux-4.4.14/arch/x86/kvm/
Dx86.c3809 case KVM_CREATE_PIT2: in kvm_arch_vm_ioctl()