Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/include/asm/
Dcpu_mf.h21 #define CPU_MF_INT_SF_SACA (1 << 23) /* sampler auth. change alert */ macro
29 CPU_MF_INT_SF_PRA|CPU_MF_INT_SF_SACA| \
/linux-6.1.9/arch/s390/kernel/
Dperf_cpum_sf.c2096 if (alert & CPU_MF_INT_SF_SACA) in cpumf_measurement_alert()