Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/cpu/mcheck/
Dmce_amd.c363 if (!tr->b->interrupt_capable) in threshold_restart_bank()
517 b.interrupt_capable = lvt_interrupt_supported(bank, misc_high); in prepare_threshold_block()
519 if (!b.interrupt_capable) in prepare_threshold_block()
981 if (!b->interrupt_capable) in SHOW_FIELDS()
1152 b->interrupt_capable = lvt_interrupt_supported(bank, high); in allocate_threshold_blocks()
1155 if (b->interrupt_capable) { in allocate_threshold_blocks()
/Linux-v4.19/arch/x86/include/asm/
Damd_nb.h41 bool interrupt_capable; /* Bank can generate an interrupt. */ member