Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dcpu_mf.h18 #define CPU_MF_INT_SF_ISE (1 << 30) /* incorrect SDBT entry */ macro
26 #define CPU_MF_INT_SF_MASK (CPU_MF_INT_SF_IAE|CPU_MF_INT_SF_ISE| \
/arch/s390/oprofile/
Dhwsampler.c768 if (ext_params & CPU_MF_INT_SF_ISE) { in worker_check_error()