Symbol: DECLARE_INTERRUPT_HANDLER
arch/powerpc/include/asm/interrupt.h
600
DECLARE_INTERRUPT_HANDLER(SMIException);
arch/powerpc/include/asm/interrupt.h
601
DECLARE_INTERRUPT_HANDLER(handle_hmi_exception);
arch/powerpc/include/asm/interrupt.h
602
DECLARE_INTERRUPT_HANDLER(unknown_exception);
arch/powerpc/include/asm/interrupt.h
605
DECLARE_INTERRUPT_HANDLER(instruction_breakpoint_exception);
arch/powerpc/include/asm/interrupt.h
606
DECLARE_INTERRUPT_HANDLER(RunModeException);
arch/powerpc/include/asm/interrupt.h
607
DECLARE_INTERRUPT_HANDLER(single_step_exception);
arch/powerpc/include/asm/interrupt.h
608
DECLARE_INTERRUPT_HANDLER(program_check_exception);
arch/powerpc/include/asm/interrupt.h
609
DECLARE_INTERRUPT_HANDLER(emulation_assist_interrupt);
arch/powerpc/include/asm/interrupt.h
610
DECLARE_INTERRUPT_HANDLER(alignment_exception);
arch/powerpc/include/asm/interrupt.h
611
DECLARE_INTERRUPT_HANDLER(StackOverflow);
arch/powerpc/include/asm/interrupt.h
612
DECLARE_INTERRUPT_HANDLER(stack_overflow_exception);
arch/powerpc/include/asm/interrupt.h
613
DECLARE_INTERRUPT_HANDLER(kernel_fp_unavailable_exception);
arch/powerpc/include/asm/interrupt.h
614
DECLARE_INTERRUPT_HANDLER(altivec_unavailable_exception);
arch/powerpc/include/asm/interrupt.h
615
DECLARE_INTERRUPT_HANDLER(vsx_unavailable_exception);
arch/powerpc/include/asm/interrupt.h
616
DECLARE_INTERRUPT_HANDLER(facility_unavailable_exception);
arch/powerpc/include/asm/interrupt.h
617
DECLARE_INTERRUPT_HANDLER(fp_unavailable_tm);
arch/powerpc/include/asm/interrupt.h
618
DECLARE_INTERRUPT_HANDLER(altivec_unavailable_tm);
arch/powerpc/include/asm/interrupt.h
619
DECLARE_INTERRUPT_HANDLER(vsx_unavailable_tm);
arch/powerpc/include/asm/interrupt.h
623
DECLARE_INTERRUPT_HANDLER(DebugException);
arch/powerpc/include/asm/interrupt.h
624
DECLARE_INTERRUPT_HANDLER(altivec_assist_exception);
arch/powerpc/include/asm/interrupt.h
625
DECLARE_INTERRUPT_HANDLER(CacheLockingException);
arch/powerpc/include/asm/interrupt.h
626
DECLARE_INTERRUPT_HANDLER(SPEFloatingPointException);
arch/powerpc/include/asm/interrupt.h
627
DECLARE_INTERRUPT_HANDLER(SPEFloatingPointRoundException);
arch/powerpc/include/asm/interrupt.h
629
DECLARE_INTERRUPT_HANDLER(kernel_bad_stack);
arch/powerpc/include/asm/interrupt.h
633
DECLARE_INTERRUPT_HANDLER(do_bad_segment_interrupt);
arch/powerpc/include/asm/interrupt.h
636
DECLARE_INTERRUPT_HANDLER(do_hash_fault);
arch/powerpc/include/asm/interrupt.h
639
DECLARE_INTERRUPT_HANDLER(do_page_fault);
arch/powerpc/include/asm/interrupt.h
640
DECLARE_INTERRUPT_HANDLER(do_bad_page_fault_segv);
arch/powerpc/include/asm/interrupt.h
643
DECLARE_INTERRUPT_HANDLER(do_break);