Searched refs:KVM_GET_LAPIC (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/tools/testing/selftests/kvm/x86_64/ |
| D | xapic_state_test.c | 62 vcpu_ioctl(vcpu, KVM_GET_LAPIC, &xapic); in ____test_icr() 71 vcpu_ioctl(vcpu, KVM_GET_LAPIC, &xapic); in ____test_icr() 142 vcpu_ioctl(vcpu, KVM_GET_LAPIC, &xapic); in __test_apic_id()
|
| /Linux-v6.6/tools/include/uapi/linux/ |
| D | kvm.h | 1585 #define KVM_GET_LAPIC _IOR(KVMIO, 0x8e, struct kvm_lapic_state) macro
|
| /Linux-v6.6/include/uapi/linux/ |
| D | kvm.h | 1592 #define KVM_GET_LAPIC _IOR(KVMIO, 0x8e, struct kvm_lapic_state) macro
|
| /Linux-v6.6/Documentation/virt/kvm/ |
| D | api.rst | 1945 4.57 KVM_GET_LAPIC 1969 byte 35 of struct kvm_lapic_state's regs field. KVM_GET_LAPIC must then 1997 See the note in KVM_GET_LAPIC. 2175 - read the local APIC's state (KVM_GET_LAPIC) 7168 KVM_SET_GSI_ROUTING, KVM_SIGNAL_MSI, KVM_SET_LAPIC, and KVM_GET_LAPIC,
|
| /Linux-v6.6/arch/x86/kvm/ |
| D | x86.c | 5661 case KVM_GET_LAPIC: { in kvm_arch_vcpu_ioctl()
|