Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dcpu_mf.h23 #define CPU_MF_INT_CF_MTDA (1 << 15) /* loss of MT ctr. data alert */ macro
26 #define CPU_MF_INT_CF_MASK (CPU_MF_INT_CF_MTDA|CPU_MF_INT_CF_CACA| \
/openbmc/linux/arch/s390/kernel/
H A Dperf_cpum_cf.c1180 if (alert & CPU_MF_INT_CF_MTDA) in cpumf_measurement_alert()