Lines Matching full:cpu
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
80 * interrupts for the current CPU.
81 * @f: the cleanup function to be registered on the current CPU
84 * interrupt handling for program interrupts for this CPU.
95 * interrupts for the current CPU.
96 * @f: the cleanup function to be registered on the current CPU
99 * interrupt handling for external interrupts for this CPU.
266 printf("Unexpected program interrupt %s: %#x on cpu %d at %#lx, ilen %d\n", 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()