Home
last modified time | relevance | path

Searched refs:KVM_GET_LAPIC (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/tools/testing/selftests/kvm/x86/
H A Dxapic_state_test.c71 vcpu_ioctl(vcpu, KVM_GET_LAPIC, &xapic); in ____test_icr()
80 vcpu_ioctl(vcpu, KVM_GET_LAPIC, &xapic); in ____test_icr()
152 vcpu_ioctl(vcpu, KVM_GET_LAPIC, &xapic); in __test_apic_id()
217 vcpu_ioctl(vcpu, KVM_GET_LAPIC, &lapic); in test_x2apic_id()
/linux-6.15/tools/include/uapi/linux/
H A Dkvm.h1287 #define KVM_GET_LAPIC _IOR(KVMIO, 0x8e, struct kvm_lapic_state) macro
/linux-6.15/include/uapi/linux/
H A Dkvm.h1287 #define KVM_GET_LAPIC _IOR(KVMIO, 0x8e, struct kvm_lapic_state) macro
/linux-6.15/Documentation/virt/kvm/
H A Dapi.rst2022 4.57 KVM_GET_LAPIC
2046 byte 35 of struct kvm_lapic_state's regs field. KVM_GET_LAPIC must then
2074 See the note in KVM_GET_LAPIC.
2216 - read the local APIC's state (KVM_GET_LAPIC)
7672 KVM_SET_GSI_ROUTING, KVM_SIGNAL_MSI, KVM_SET_LAPIC, and KVM_GET_LAPIC,
/linux-6.15/arch/x86/kvm/
H A Dx86.c5872 case KVM_GET_LAPIC: { in kvm_arch_vcpu_ioctl()