Home
last modified time | relevance | path

Searched refs:boot_hpet_disable (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dhpet.h66 extern bool boot_hpet_disable;
/linux-4.4.14/arch/x86/kernel/
Dhpet.c89 bool boot_hpet_disable; variable
101 boot_hpet_disable = true; in hpet_setup()
114 boot_hpet_disable = true; in disable_hpet()
121 return !boot_hpet_disable && hpet_address; in is_hpet_capable()
936 if (boot_hpet_disable) in hpet_late_init()
Dearly-quirks.c587 boot_hpet_disable = true; in force_disable_hpet()