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()
343 trapnr = regs->int_code & PGM_INT_CODE_MASK; in __do_pgm_check()
104 #define PGM_INT_CODE_MASK 0x7f macro
958 if ((current->thread.gmap_int_code & PGM_INT_CODE_MASK) == PGM_PROTECTION) in handle_fault()
4966 switch (current->thread.gmap_int_code & PGM_INT_CODE_MASK) { in vcpu_post_run_handle_fault()
Completed in 22 milliseconds