Symbol: APIC_EOI
arch/x86/hyperv/hv_apic.c
66
case APIC_EOI:
arch/x86/hyperv/hv_apic.c
83
case APIC_EOI:
arch/x86/include/asm/apic.h
109
native_apic_mem_write(APIC_EOI, APIC_EOI_ACK);
arch/x86/include/asm/apic.h
213
native_wrmsrq(APIC_BASE_MSR + (APIC_EOI >> 4), APIC_EOI_ACK);
arch/x86/kernel/apic/x2apic_savic.c
216
case APIC_EOI:
arch/x86/kernel/apic/x2apic_savic.c
322
savic_ghcb_msr_write(APIC_EOI, 0);
arch/x86/kvm/hyperv.c
1582
return kvm_hv_vapic_msr_write(vcpu, APIC_EOI, data);
arch/x86/kvm/hyperv.c
1701
return kvm_hv_vapic_msr_read(vcpu, APIC_EOI, pdata);
arch/x86/kvm/lapic.c
2425
case APIC_EOI:
arch/x86/kvm/lapic.c
2591
kvm_lapic_reg_write(vcpu->arch.apic, APIC_EOI, 0);
arch/x86/kvm/svm/avic.c
120
X2APIC_MSR(APIC_EOI),
arch/x86/kvm/svm/avic.c
786
case APIC_EOI:
arch/x86/kvm/vmx/nested.c
734
X2APIC_MSR(APIC_EOI),
arch/x86/kvm/vmx/tdx.c
2138
case X2APIC_MSR(APIC_EOI):
arch/x86/kvm/vmx/vmx.c
4264
vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_EOI), MSR_TYPE_W);
arch/x86/kvm/vmx/vmx.c
5943
(offset == APIC_EOI)) {
tools/testing/selftests/kvm/x86/svm_int_ctl_test.c
29
x2apic_write_reg(APIC_EOI, 0x00);
tools/testing/selftests/kvm/x86/ucna_injection_test.c
127
xapic_write_reg(APIC_EOI, 0);
tools/testing/selftests/kvm/x86/vmx_apicv_updates_test.c
106
xapic_write_reg(APIC_EOI, 0);
tools/testing/selftests/kvm/x86/vmx_apicv_updates_test.c
87
x2apic_write_reg(APIC_EOI, 0);
tools/testing/selftests/kvm/x86/xapic_ipi_test.c
123
xapic_write_reg(APIC_EOI, 77);
tools/testing/selftests/kvm/x86/xapic_tpr_test.c
46
xapic_write_reg(APIC_EOI, 0);
tools/testing/selftests/kvm/x86/xapic_tpr_test.c
53
x2apic_write_reg(APIC_EOI, 0);