Lines Matching full:on
22 * expect_pgm_int - Expect a program interrupt on the current CPU.
33 * expect_ext_int - Expect an external interrupt on the current CPU.
64 * check_pgm_int_code - Check the program interrupt code on the current CPU.
65 * @code: the expected program interrupt code on the current CPU
67 * Check and report if the program interrupt on the current CPU matches the
81 * @f: the cleanup function to be registered on the current CPU
96 * @f: the cleanup function to be registered on the current CPU
144 /* If we have an error on SIE we directly move to sie_exit */ in fixup_pgm_int()
266 printf("Unexpected program interrupt %s: %#x on cpu %d at %#lx, ilen %d\n", in print_pgm_info()
282 * The grs are not linear on the interrupt stack frame. in print_pgm_info()
327 report_abort("Unexpected external call interrupt (code %#x): on cpu %d at %#lx", in handle_ext_int()
349 report_abort("Unexpected machine check interrupt: on cpu %d at %#lx", in handle_mcck_int()
361 report_abort("Unexpected io interrupt: on cpu %d at %#lx", in handle_io_int()
391 report_abort("Unexpected supervisor call interrupt: code %#x on cpu %d at %#lx", in handle_svc_int()