LAPIC_LVT_PCINT
APIC_LVT_PRINT(ci, "pcint", 0, LAPIC_LVT_PCINT);
amd_lapic_saved[cpu_index(ci)] = lapic_readreg(LAPIC_LVT_PCINT);
lapic_writereg(LAPIC_LVT_PCINT, LAPIC_DLMODE_NMI);
lapic_writereg(LAPIC_LVT_PCINT, amd_lapic_saved[cpu_index(ci)]);
pcint = lapic_readreg(LAPIC_LVT_PCINT);
lapic_writereg(LAPIC_LVT_PCINT, pcint & ~LAPIC_LVT_MASKED);
intel_lapic_saved[cpu_index(ci)] = lapic_readreg(LAPIC_LVT_PCINT);
lapic_writereg(LAPIC_LVT_PCINT, LAPIC_DLMODE_NMI);
lapic_writereg(LAPIC_LVT_PCINT, intel_lapic_saved[cpu_index(ci)]);