Searched refs:is_hpet_enabled (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/kernel/
H A Di8253.c60 if (num_possible_cpus() > 1 || is_hpet_enabled() ||
H A Dhpet.c133 * is_hpet_enabled - Check whether the legacy HPET timer interrupt is enabled
135 int is_hpet_enabled(void) function
139 EXPORT_SYMBOL_GPL(is_hpet_enabled); variable
1244 if (!is_hpet_enabled())
1261 if (!is_hpet_enabled())
1280 if (!is_hpet_enabled())
1329 if (!is_hpet_enabled())
1344 if (!is_hpet_enabled())
1361 if (!is_hpet_enabled())
1376 if (!is_hpet_enabled())
[all...]
H A Dtsc.c758 int hpet = is_hpet_enabled(), i, loopmin;
1399 hpet = is_hpet_enabled();
/linux-master/arch/x86/include/asm/
H A Dhpet.h71 extern int is_hpet_enabled(void);
98 static inline int is_hpet_enabled(void) { return 0; } function
/linux-master/drivers/rtc/
H A Drtc-cmos.c128 static inline int is_hpet_enabled(void) function
181 return is_hpet_enabled() && !cmos_use_acpi_alarm();
836 if (!is_hpet_enabled())

Completed in 102 milliseconds