Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/
H A Dnmi.c164 int thishandled; in nmi_handle() local
168 thishandled = a->handler(type, regs); in nmi_handle()
169 handled += thishandled; in nmi_handle()
171 trace_nmi_handler(a->handler, (int)delta, thishandled); in nmi_handle()