Home
last modified time | relevance | path

Searched refs:allow_ints (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/arch/x86/kernel/
Dapm_32.c411 static bool allow_ints = 1; variable
413 static bool allow_ints; variable
533 if (apm_info.allow_ints) { in __apm_irq_save()
1895 apm_info.allow_ints = !invert; in apm_setup()
1961 if (apm_info.allow_ints == 0) { in set_apm_ints()
1962 apm_info.allow_ints = 1; in set_apm_ints()
2281 if (allow_ints) in apm_init()
2282 apm_info.allow_ints = 1; in apm_init()
2429 module_param(allow_ints, bool, 0444);
2430 MODULE_PARM_DESC(allow_ints, "Allow interrupts during BIOS calls");
/Linux-v6.1/include/linux/
Dapm_bios.h31 int allow_ints; member