Home
last modified time | relevance | path

Searched refs:x2apic_ops (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.121.3/osfmk/i386/
H A Dlapic_native.c259 static lapic_ops_table_t x2apic_ops = { variable
405 lapic_ops = is_x2apic ? &x2apic_ops : &legacy_ops; in lapic_init()