Searched refs:apic_lvt_timer (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/kernel/arch/x86/timers/
H A Dx86_apic.cpp73 uint32 config = apic_lvt_timer() | APIC_LVT_MASKED; // mask the timer
78 config = apic_lvt_timer() & ~APIC_LVT_MASKED; // unmask the timer
98 uint32 config = apic_lvt_timer() | APIC_LVT_MASKED;
130 uint32 config = apic_lvt_timer() & APIC_LVT_TIMER_MASK;
/haiku/headers/private/kernel/arch/x86/
H A Dapic.h130 uint32 apic_lvt_timer();
/haiku/src/system/kernel/arch/x86/
H A Dapic.cpp184 apic_lvt_timer() function

Completed in 29 milliseconds