Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kernel/cpu/mce/
Damd.c426 if (!tr->b->interrupt_capable) in threshold_restart_bank()
559 b.interrupt_capable = lvt_interrupt_supported(bank, misc_high); in prepare_threshold_block()
561 if (!b.interrupt_capable) in prepare_threshold_block()
1098 if (!b->interrupt_capable) in SHOW_FIELDS()
1277 b->interrupt_capable = lvt_interrupt_supported(bank, high); in allocate_threshold_blocks()
1280 if (b->interrupt_capable) { in allocate_threshold_blocks()
/Linux-v5.15/arch/x86/include/asm/
Damd_nb.h40 bool interrupt_capable; /* Bank can generate an interrupt. */ member