cpu_mf.h 432 B

123456789101112
  1. #ifndef _ASM_S390_CPU_MF_H
  2. #define _ASM_S390_CPU_MF_H
  3. #define CPU_MF_INT_SF_MASK 0xffc00000
  4. #define CPU_MF_INT_SF_IAE (1 << 31) /* invalid entry address */
  5. #define CPU_MF_INT_SF_ISE (1 << 30) /* incorrect SDBT entry */
  6. #define CPU_MF_INT_SF_PRA (1 << 29) /* program request alert */
  7. #define CPU_MF_INT_SF_SACA (1 << 23) /* sampler auth. change alert */
  8. #define CPU_MF_INT_SF_LSDA (1 << 22) /* loss of sample data alert */
  9. #endif