Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/arch/x86_64/interrupt/
Dipi.rs5 pub fn apic_x2apic_enabled() -> bool; in apic_x2apic_enabled() function
78 if unsafe { apic_x2apic_enabled() } { in into()
94 if unsafe { apic_x2apic_enabled() } { in send_ipi()
/DragonOS-0.1.8/kernel/src/driver/interrupt/apic/
Dapic.h334 bool apic_x2apic_enabled();
Dapic.c729 bool apic_x2apic_enabled() in apic_x2apic_enabled() function