Home
last modified time | relevance | path

Searched refs:KVM_SET_LAPIC (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/kvm/x86/
H A Dxapic_state_test.c74 vcpu_ioctl(vcpu, KVM_SET_LAPIC, &xapic); in ____test_icr()
215 vcpu_ioctl(vcpu, KVM_SET_LAPIC, &lapic); in test_x2apic_id()
H A Dxapic_tpr_test.c209 vcpu_ioctl(vcpu, KVM_SET_LAPIC, &xapic); in test_tpr_set_tpr_for_irq()
/linux/tools/include/uapi/linux/
H A Dkvm.h1370 #define KVM_SET_LAPIC _IOW(KVMIO, 0x8f, struct kvm_lapic_state) macro