Home
last modified time | relevance | path

Searched refs:is_hpet_enabled (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/x86/include/asm/
Dhpet.h71 extern int is_hpet_enabled(void);
110 static inline int is_hpet_enabled(void) { return 0; } in is_hpet_enabled() function
/Linux-v4.19/arch/x86/kernel/
Dhpet.c134 int is_hpet_enabled(void) in is_hpet_enabled() function
138 EXPORT_SYMBOL_GPL(is_hpet_enabled);
1141 if (!is_hpet_enabled()) in hpet_register_irq_handler()
1158 if (!is_hpet_enabled()) in hpet_unregister_irq_handler()
1177 if (!is_hpet_enabled()) in hpet_rtc_timer_init()
1224 if (!is_hpet_enabled()) in hpet_mask_rtc_irq_bit()
1239 if (!is_hpet_enabled()) in hpet_set_rtc_irq_bit()
1257 if (!is_hpet_enabled()) in hpet_set_alarm_time()
1272 if (!is_hpet_enabled()) in hpet_set_periodic_freq()
1290 return is_hpet_enabled(); in hpet_rtc_dropped_irq()
Di8253.c37 if (num_possible_cpus() > 1 || is_hpet_enabled() || in init_pit_clocksource()
Dtsc.c693 int hpet = is_hpet_enabled(), i, loopmin; in pit_hpet_ptimer_calibrate_cpu()
1291 hpet = is_hpet_enabled(); in tsc_refine_calibration_work()
/Linux-v4.19/drivers/char/
Drtc.c109 #define is_hpet_enabled() 0 macro
243 if (is_hpet_enabled()) { in rtc_interrupt()
923 if (is_hpet_enabled()) { in rtc_init()
/Linux-v4.19/drivers/rtc/
Drtc-cmos.c119 static inline int is_hpet_enabled(void) in is_hpet_enabled() function
172 return is_hpet_enabled() && !use_acpi_alarm; in use_hpet_alarm()
1191 if (!is_hpet_enabled()) in use_acpi_alarm_quirks()