Searched refs:kvm_pit_state2 (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/ |
| H A D | kvm.h | 295 struct kvm_pit_state2 { struct
|
| /OK3568_Linux_fs/kernel/tools/arch/x86/include/uapi/asm/ |
| H A D | kvm.h | 295 struct kvm_pit_state2 { struct
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | kvm.h | 1273 #define KVM_GET_PIT2 _IOR(KVMIO, 0x9f, struct kvm_pit_state2) 1274 #define KVM_SET_PIT2 _IOW(KVMIO, 0xa0, struct kvm_pit_state2)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | kvm.h | 1273 #define KVM_GET_PIT2 _IOR(KVMIO, 0x9f, struct kvm_pit_state2) 1274 #define KVM_SET_PIT2 _IOW(KVMIO, 0xa0, struct kvm_pit_state2)
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | kvm.h | 1357 #define KVM_GET_PIT2 _IOR(KVMIO, 0x9f, struct kvm_pit_state2) 1358 #define KVM_SET_PIT2 _IOW(KVMIO, 0xa0, struct kvm_pit_state2)
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | kvm.h | 1357 #define KVM_GET_PIT2 _IOR(KVMIO, 0x9f, struct kvm_pit_state2) 1358 #define KVM_SET_PIT2 _IOW(KVMIO, 0xa0, struct kvm_pit_state2)
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | x86.c | 5221 static int kvm_vm_ioctl_get_pit2(struct kvm *kvm, struct kvm_pit_state2 *ps) in kvm_vm_ioctl_get_pit2() 5232 static int kvm_vm_ioctl_set_pit2(struct kvm *kvm, struct kvm_pit_state2 *ps) in kvm_vm_ioctl_set_pit2() 5565 struct kvm_pit_state2 ps2; in kvm_arch_vm_ioctl()
|
| /OK3568_Linux_fs/kernel/Documentation/virt/kvm/ |
| H A D | api.rst | 2686 :Parameters: struct kvm_pit_state2 (out) 2692 struct kvm_pit_state2 { 2712 :Parameters: struct kvm_pit_state2 (in) 2716 See KVM_GET_PIT2 for details on struct kvm_pit_state2.
|