Searched refs:allow_ints (Results 1 – 1 of 1) sorted by relevance
405 static bool allow_ints = 1; variable407 static bool allow_ints; variable527 if (apm_info.allow_ints) { in __apm_irq_save()1860 apm_info.allow_ints = !invert; in apm_setup()1926 if (apm_info.allow_ints == 0) { in set_apm_ints()1927 apm_info.allow_ints = 1; in set_apm_ints()2246 if (allow_ints) in apm_init()2247 apm_info.allow_ints = 1; in apm_init()2394 module_param(allow_ints, bool, 0444);2395 MODULE_PARM_DESC(allow_ints, "Allow interrupts during BIOS calls");
Completed in 7 milliseconds