Searched refs:LAPIC_REG_ERROR_STATUS (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/kernel/arch/x86/
H A Dlapic.cpp48 #define LAPIC_REG_ERROR_STATUS (0x280) macro
421 lapic_reg_write(LAPIC_REG_ERROR_STATUS, 0);
429 lapic_reg_write(LAPIC_REG_ERROR_STATUS, 0);
430 panic("APIC error detected: %u\n", lapic_reg_read(LAPIC_REG_ERROR_STATUS));

Completed in 63 milliseconds