Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/cpu/mce/
Damd.c413 if (!tr->b->interrupt_capable) in threshold_restart_bank()
546 b.interrupt_capable = lvt_interrupt_supported(bank, misc_high); in prepare_threshold_block()
548 if (!b.interrupt_capable) in prepare_threshold_block()
1085 if (!b->interrupt_capable) in SHOW_FIELDS()
1264 b->interrupt_capable = lvt_interrupt_supported(bank, high); in allocate_threshold_blocks()
1267 if (b->interrupt_capable) { in allocate_threshold_blocks()
/Linux-v5.10/arch/x86/include/asm/
Damd_nb.h40 bool interrupt_capable; /* Bank can generate an interrupt. */ member