Home
last modified time | relevance | path

Searched refs:hardlockup_detector_disable (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dnmi.h84 extern void hardlockup_detector_disable(void);
87 static inline void hardlockup_detector_disable(void) {} in hardlockup_detector_disable() function
/linux/arch/powerpc/kernel/
H A Dsetup_64.c917 hardlockup_detector_disable(); in disable_hardlockup_detector()
922 hardlockup_detector_disable(); in disable_hardlockup_detector()
/linux/kernel/
H A Dwatchdog.c98 void __init hardlockup_detector_disable(void) in hardlockup_detector_disable() function
/linux/arch/x86/kernel/
H A Dkvm.c869 hardlockup_detector_disable(); in kvm_guest_init()