Home
last modified time | relevance | path

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

/linux-5.19.10/arch/s390/include/asm/
Dcpu_mf.h25 #define CPU_MF_INT_CF_LCDA (1 << 6) /* loss of counter data alert */ macro
27 CPU_MF_INT_CF_LCDA)
/linux-5.19.10/arch/s390/kernel/
Dperf_cpum_cf_common.c63 if (alert & CPU_MF_INT_CF_LCDA) in cpumf_measurement_alert()