Searched refs:lapic_ops (Results 1 – 2 of 2) sorted by relevance
183 extern lapic_ops_table_t *lapic_ops;185 #define LAPIC_INIT() lapic_ops->init();186 #define LAPIC_WRITE(reg, val) lapic_ops->write(reg, val)187 #define LAPIC_READ(reg) lapic_ops->read(reg)189 #define LAPIC_READ_ICR() lapic_ops->read_icr()190 #define LAPIC_WRITE_ICR(dst, cmd) lapic_ops->write_icr(dst, cmd)
70 lapic_ops_table_t *lapic_ops; /* Lapic operations switch */ variable406 lapic_ops = is_x2apic ? &x2apic_ops : &legacy_ops; in lapic_init()