hpet_rtc_flags   1027 arch/x86/kernel/hpet.c static unsigned long hpet_rtc_flags;
hpet_rtc_flags   1072 arch/x86/kernel/hpet.c 	hpet_rtc_flags = 0;
hpet_rtc_flags   1099 arch/x86/kernel/hpet.c 	if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit)
hpet_rtc_flags   1139 arch/x86/kernel/hpet.c 	hpet_rtc_flags &= ~bit_mask;
hpet_rtc_flags   1140 arch/x86/kernel/hpet.c 	if (unlikely(!hpet_rtc_flags))
hpet_rtc_flags   1149 arch/x86/kernel/hpet.c 	unsigned long oldbits = hpet_rtc_flags;
hpet_rtc_flags   1154 arch/x86/kernel/hpet.c 	hpet_rtc_flags |= bit_mask;
hpet_rtc_flags   1213 arch/x86/kernel/hpet.c 	if (unlikely(!hpet_rtc_flags))
hpet_rtc_flags   1216 arch/x86/kernel/hpet.c 	if (!(hpet_rtc_flags & RTC_PIE) || hpet_pie_limit)
hpet_rtc_flags   1232 arch/x86/kernel/hpet.c 		if (hpet_rtc_flags & RTC_PIE)
hpet_rtc_flags   1247 arch/x86/kernel/hpet.c 	if (hpet_rtc_flags & (RTC_UIE | RTC_AIE))
hpet_rtc_flags   1250 arch/x86/kernel/hpet.c 	if (hpet_rtc_flags & RTC_UIE &&
hpet_rtc_flags   1257 arch/x86/kernel/hpet.c 	if (hpet_rtc_flags & RTC_PIE && ++hpet_pie_count >= hpet_pie_limit) {
hpet_rtc_flags   1262 arch/x86/kernel/hpet.c 	if (hpet_rtc_flags & RTC_AIE &&