Home
last modified time | relevance | path

Searched refs:PGM_INT_CODE_MASK (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/s390/include/asm/
Dptrace.h103 #define PGM_INT_CODE_MASK 0x7f macro
/linux-6.12.1/arch/s390/kernel/
Dearly.c189 if ((regs->int_code & PGM_INT_CODE_MASK) == 0x40) { in __do_early_pgm_check()
Dtraps.c360 trapnr = regs->int_code & PGM_INT_CODE_MASK; in __do_pgm_check()