Searched refs:x2apic_enabled (Results 1 – 3 of 3) sorted by relevance
83 } else if CurrentApic.x2apic_enabled() { in from()104 if CurrentApic.x2apic_enabled() { in cpu_id_to_apic_id()131 let icr = if CurrentApic.x2apic_enabled() { in send_ipi()163 let icr = if CurrentApic.x2apic_enabled() { in ipi_send_smp_init()200 let icr = if CurrentApic.x2apic_enabled() { in ipi_send_smp_startup()
309 if self.x2apic_enabled() { in set_timer_divisor()319 if self.x2apic_enabled() { in set_timer_initial_count()
452 pub fn x2apic_enabled(&self) -> bool { in x2apic_enabled() method