Home
last modified time | relevance | path

Searched refs:hpet_rtc_flags (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dhpet.c1108 static unsigned long hpet_rtc_flags; variable
1153 hpet_rtc_flags = 0; in hpet_unregister_irq_handler()
1180 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit) in hpet_rtc_timer_init()
1220 hpet_rtc_flags &= ~bit_mask; in hpet_mask_rtc_irq_bit()
1221 if (unlikely(!hpet_rtc_flags)) in hpet_mask_rtc_irq_bit()
1230 unsigned long oldbits = hpet_rtc_flags; in hpet_set_rtc_irq_bit()
1235 hpet_rtc_flags |= bit_mask; in hpet_set_rtc_irq_bit()
1294 if (unlikely(!hpet_rtc_flags)) in hpet_rtc_timer_reinit()
1297 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit) in hpet_rtc_timer_reinit()
1313 if (hpet_rtc_flags in hpet_rtc_timer_reinit()
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dhpet.c1220 static unsigned long hpet_rtc_flags; variable
1265 hpet_rtc_flags = 0; in hpet_unregister_irq_handler()
1292 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit) in hpet_rtc_timer_init()
1332 hpet_rtc_flags &= ~bit_mask; in hpet_mask_rtc_irq_bit()
1333 if (unlikely(!hpet_rtc_flags)) in hpet_mask_rtc_irq_bit()
1342 unsigned long oldbits = hpet_rtc_flags; in hpet_set_rtc_irq_bit()
1347 hpet_rtc_flags |= bit_mask; in hpet_set_rtc_irq_bit()
1406 if (unlikely(!hpet_rtc_flags)) in hpet_rtc_timer_reinit()
1409 if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit) in hpet_rtc_timer_reinit()
1425 if (hpet_rtc_flags in hpet_rtc_timer_reinit()
[all...]

Completed in 4 milliseconds