Home
last modified time | relevance | path

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

/linux-4.4.14/arch/ia64/oprofile/
Dperfmon.c17 static int allow_ints; variable
30 if (allow_ints) in perfmon_handler()
38 allow_ints = 1; in perfmon_start()
45 allow_ints = 0; in perfmon_stop()
/linux-4.4.14/arch/x86/kernel/
Dapm_32.c417 static bool allow_ints = 1; variable
419 static bool allow_ints; variable
539 if (apm_info.allow_ints) { in __apm_irq_save()
1899 apm_info.allow_ints = !invert; in apm_setup()
1965 if (apm_info.allow_ints == 0) { in set_apm_ints()
1966 apm_info.allow_ints = 1; in set_apm_ints()
2285 if (allow_ints) in apm_init()
2286 apm_info.allow_ints = 1; in apm_init()
2432 module_param(allow_ints, bool, 0444);
2433 MODULE_PARM_DESC(allow_ints, "Allow interrupts during BIOS calls");
/linux-4.4.14/include/linux/
Dapm_bios.h40 int allow_ints; member