Searched refs:PGM_INT_CODE_MASK (Results 1 – 5 of 5) sorted by relevance
164 if ((regs->int_code & PGM_INT_CODE_MASK) == 0x40) { in __do_early_pgm_check()
383 trapnr = regs->int_code & PGM_INT_CODE_MASK; in __do_pgm_check()
107 #define PGM_INT_CODE_MASK 0x7f macro
933 if ((current->thread.gmap_int_code & PGM_INT_CODE_MASK) == PGM_PROTECTION) in handle_fault()
4560 switch (current->thread.gmap_int_code & PGM_INT_CODE_MASK) { in vcpu_post_run_handle_fault()