Searched refs:PGM_INT_CODE_MASK (Results 1 – 3 of 3) sorted by relevance
103 #define PGM_INT_CODE_MASK 0x7f macro
189 if ((regs->int_code & PGM_INT_CODE_MASK) == 0x40) { in __do_early_pgm_check()
360 trapnr = regs->int_code & PGM_INT_CODE_MASK; in __do_pgm_check()