Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c321 static atomic_t nmi_cpu = ATOMIC_INIT(-1); in hv_nmi_unknown() local
326 if (atomic_cmpxchg(&nmi_cpu, -1, raw_smp_processor_id()) != -1) in hv_nmi_unknown()
/openbmc/linux/kernel/trace/
H A Dtrace_hwlat.c79 int nmi_cpu; member