Searched refs:PGM_INT_CODE_MASK (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/s390/include/asm/ | ||
D | ptrace.h | 103 #define PGM_INT_CODE_MASK 0x7f macro |
/linux-6.1.9/arch/s390/kernel/ | ||
D | traps.c | 339 trapnr = regs->int_code & PGM_INT_CODE_MASK; in __do_pgm_check() |