Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dhpet.h71 extern int is_hpet_enabled(void);
98 static inline int is_hpet_enabled(void) { return 0; } in is_hpet_enabled() function
/linux-6.1.9/arch/x86/kernel/
Dhpet.c135 int is_hpet_enabled(void) in is_hpet_enabled() function
139 EXPORT_SYMBOL_GPL(is_hpet_enabled);
1242 if (!is_hpet_enabled()) in hpet_register_irq_handler()
1259 if (!is_hpet_enabled()) in hpet_unregister_irq_handler()
1278 if (!is_hpet_enabled()) in hpet_rtc_timer_init()
1327 if (!is_hpet_enabled()) in hpet_mask_rtc_irq_bit()
1342 if (!is_hpet_enabled()) in hpet_set_rtc_irq_bit()
1359 if (!is_hpet_enabled()) in hpet_set_alarm_time()
1374 if (!is_hpet_enabled()) in hpet_set_periodic_freq()
1395 return is_hpet_enabled(); in hpet_rtc_dropped_irq()
Di8253.c60 if (num_possible_cpus() > 1 || is_hpet_enabled() || in init_pit_clocksource()
Dtsc.c722 int hpet = is_hpet_enabled(), i, loopmin; in pit_hpet_ptimer_calibrate_cpu()
1354 hpet = is_hpet_enabled(); in tsc_refine_calibration_work()
/linux-6.1.9/drivers/rtc/
Drtc-cmos.c128 static inline int is_hpet_enabled(void) in is_hpet_enabled() function
181 return is_hpet_enabled() && !cmos_use_acpi_alarm(); in use_hpet_alarm()
827 if (!is_hpet_enabled()) in use_acpi_alarm_quirks()