Lines Matching +full:reserved +full:- +full:ipi +full:- +full:vectors
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
5 * All rights reserved.
84 #define APIC_OFFSET_SELF_IPI 0x3F0 /* Self IPI register */
87 VCPU_CTR0((vlapic)->vm, (vlapic)->vcpuid, format)
90 VCPU_CTR1((vlapic)->vm, (vlapic)->vcpuid, format, p1)
93 VCPU_CTR2((vlapic)->vm, (vlapic)->vcpuid, format, p1, p2)
96 VCPU_CTR3((vlapic)->vm, (vlapic)->vcpuid, format, p1, p2, p3)
100 uint32_t *irrptr = &(vlapic)->apic_page->irr0; \
114 uint32_t *isrptr = &(vlapic)->apic_page->isr0; \
161 * The 'isrvec_stk' is a stack of vectors injected by the local apic.
174 * - to be able to detect what changed (e.g. svr_last)
175 * - to maintain a coherent snapshot of the register (e.g. lvt_last)