Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/cpu/mce/
Damd.c402 if (!tr->b->interrupt_capable) in threshold_restart_bank()
535 b.interrupt_capable = lvt_interrupt_supported(bank, misc_high); in prepare_threshold_block()
537 if (!b.interrupt_capable) in prepare_threshold_block()
1061 if (!b->interrupt_capable) in SHOW_FIELDS()
1232 b->interrupt_capable = lvt_interrupt_supported(bank, high); in allocate_threshold_blocks()
1235 if (b->interrupt_capable) { in allocate_threshold_blocks()
/Linux-v5.4/arch/x86/include/asm/
Damd_nb.h41 bool interrupt_capable; /* Bank can generate an interrupt. */ member