Lines Matching full:apic
16 /* Local APIC Register Offset */
18 #define LOAPIC_ID 0x020 /* Local APIC ID Reg */
19 #define LOAPIC_VER 0x030 /* Local APIC Version Reg */
70 * @brief Read 64-bit value from the local APIC in x2APIC mode.
81 * @brief Read 32-bit value from the local APIC in xAPIC (MMIO) mode.
93 * @brief Read value from the local APIC using the default mode.
95 * Returns a 32-bit value read from the local APIC, using the access
112 * @brief Write 64-bit value to the local APIC in x2APIC mode.
124 * @brief Write 32-bit value to the local APIC in xAPIC (MMIO) mode.
137 * @brief Write 32-bit value to the local APIC using the default mode.
139 * Write a 32-bit value to the local APIC, using the access method
159 * @param apic_id If applicable, the target CPU APIC ID (0 otherwise).