Home
last modified time | relevance | path

Searched defs:is_hpet_enabled (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dhpet.h98 static inline int is_hpet_enabled(void) { return 0; } in is_hpet_enabled() function
/openbmc/linux/drivers/rtc/
H A Drtc-cmos.c128 static inline int is_hpet_enabled(void) in is_hpet_enabled() function
/openbmc/linux/arch/x86/kernel/
H A Dhpet.c135 int is_hpet_enabled(void) in is_hpet_enabled() function
/openbmc/qemu/rust/hw/timer/hpet/src/
H A Dhpet.rs578 fn is_hpet_enabled(&self) -> bool { in is_hpet_enabled() method