Lines Matching refs:apic_write
1574 apic_write(APIC_EOI, 0); in timer_isr()
1591 apic_write(APIC_LVTT, TIMER_VECTOR); in interrupt_main()
1594 apic_write(APIC_TMICT, 1); in interrupt_main()
1599 apic_write(APIC_TMICT, 0); in interrupt_main()
1603 apic_write(APIC_TMICT, 1); in interrupt_main()
1609 apic_write(APIC_TMICT, 0); in interrupt_main()
1614 apic_write(APIC_TMICT, 1000000); in interrupt_main()
1621 apic_write(APIC_TMICT, 0); in interrupt_main()
1626 apic_write(APIC_TMICT, 1000000); in interrupt_main()
1633 apic_write(APIC_TMICT, 0); in interrupt_main()
1638 apic_write(APIC_TMICT, 1000000); in interrupt_main()
1646 apic_write(APIC_TMICT, 0); in interrupt_main()
1651 apic_write(APIC_TMICT, 1000000); in interrupt_main()
1659 apic_write(APIC_TMICT, 0); in interrupt_main()
1664 apic_write(APIC_TMICT, 1); in interrupt_main()
1670 apic_write(APIC_TMICT, 0); in interrupt_main()
6853 apic_write(reg, restore_val); in test_x2apic_wr()