Searched refs:allow_ints (Results 1 – 3 of 3) sorted by relevance
17 static int allow_ints; variable30 if (allow_ints) in perfmon_handler()38 allow_ints = 1; in perfmon_start()45 allow_ints = 0; in perfmon_stop()
419 static bool allow_ints = 1; variable421 static bool allow_ints; variable541 if (apm_info.allow_ints) { in __apm_irq_save()1897 apm_info.allow_ints = !invert; in apm_setup()1963 if (apm_info.allow_ints == 0) { in set_apm_ints()1964 apm_info.allow_ints = 1; in set_apm_ints()2283 if (allow_ints) in apm_init()2284 apm_info.allow_ints = 1; in apm_init()2431 module_param(allow_ints, bool, 0444);2432 MODULE_PARM_DESC(allow_ints, "Allow interrupts during BIOS calls");
40 int allow_ints; member