Searched refs:KVM_GET_LAPIC (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A 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()
|
/openbmc/qemu/linux-headers/linux/ |
H A D | kvm.h | 1270 #define KVM_GET_LAPIC _IOR(KVMIO, 0x8e, struct kvm_lapic_state) macro
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | kvm.h | 1585 #define KVM_GET_LAPIC _IOR(KVMIO, 0x8e, struct kvm_lapic_state) macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | kvm.h | 1592 #define KVM_GET_LAPIC _IOR(KVMIO, 0x8e, struct kvm_lapic_state) macro
|
/openbmc/linux/Documentation/virt/kvm/ |
H A 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,
|
/openbmc/qemu/target/i386/kvm/ |
H A D | kvm.c | 4982 ret = kvm_vcpu_ioctl(CPU(cpu), KVM_GET_LAPIC, &kapic); in kvm_get_apic()
|
/openbmc/linux/arch/x86/kvm/ |
H A D | x86.c | 5667 case KVM_GET_LAPIC: { in kvm_arch_vcpu_ioctl()
|