Searched refs:KVM_GET_MSRS (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/x86_64/ |
| H A D | processor.c | 790 r = ioctl(vcpu->fd, KVM_GET_MSRS, &buffer.header); in vcpu_get_msr() 1031 r = ioctl(vcpu->fd, KVM_GET_MSRS, &state->msrs); in vcpu_save_state()
|
| /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 | 1330 #define KVM_GET_MSRS _IOWR(KVMIO, 0x88, struct kvm_msrs) macro
|
| /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 | 1330 #define KVM_GET_MSRS _IOWR(KVMIO, 0x88, struct kvm_msrs) macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | kvm.h | 1417 #define KVM_GET_MSRS _IOWR(KVMIO, 0x88, struct kvm_msrs) macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | kvm.h | 1417 #define KVM_GET_MSRS _IOWR(KVMIO, 0x88, struct kvm_msrs) macro
|
| /OK3568_Linux_fs/kernel/Documentation/virt/kvm/ |
| H A D | api.rst | 230 to the KVM_GET_MSRS system ioctl. This lets userspace probe host capabilities 606 4.18 KVM_GET_MSRS 655 Writes model-specific registers to the vcpu. See KVM_GET_MSRS for the
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | x86.c | 3976 case KVM_GET_MSRS: in kvm_arch_dev_ioctl() 4821 case KVM_GET_MSRS: { in kvm_arch_vcpu_ioctl()
|