Home
last modified time | relevance | path

Searched refs:handle_exception (Results 1 – 11 of 11) sorted by relevance

/linux-2.6.39/arch/mn10300/kernel/
Dtraps.c201 asmlinkage void handle_exception(struct pt_regs *regs, u32 intcode) in handle_exception() function
582 set_excp_vector(EXCEP_TRAP, handle_exception); in trap_init()
583 set_excp_vector(EXCEP_ISTEP, handle_exception); in trap_init()
584 set_excp_vector(EXCEP_IBREAK, handle_exception); in trap_init()
585 set_excp_vector(EXCEP_OBREAK, handle_exception); in trap_init()
587 set_excp_vector(EXCEP_PRIVINS, handle_exception); in trap_init()
588 set_excp_vector(EXCEP_UNIMPINS, handle_exception); in trap_init()
589 set_excp_vector(EXCEP_UNIMPEXINS, handle_exception); in trap_init()
590 set_excp_vector(EXCEP_MEMERR, handle_exception); in trap_init()
592 set_excp_vector(EXCEP_BUSERROR, handle_exception); in trap_init()
[all …]
/linux-2.6.39/arch/mips/include/asm/
Dkgdb.h38 extern void handle_exception(struct pt_regs *regs);
/linux-2.6.39/arch/cris/arch-v10/kernel/
Dkgdb.c312 static void handle_exception (int sigval);
924 handle_exception (int sigval) in handle_exception() function
928 USEDFUN(handle_exception); in handle_exception()
/linux-2.6.39/arch/cris/arch-v32/kernel/
Dkgdb.c433 void handle_exception(int sigval);
1284 handle_exception(int sigval) in handle_exception() function
1288 USEDFUN(handle_exception); in handle_exception()
Dkgdb_asm.S309 jsr handle_exception ; Interactive routine
/linux-2.6.39/arch/sh/kernel/cpu/sh5/
Dentry.S277 pta handle_exception, tr0
398 pta handle_exception, tr0
439 pta handle_exception, tr0
572 pta handle_exception, tr0
606 ! construct useful SR for handle_exception
618 movi handle_exception, r18
637 rte ! -> handle_exception, switch back to priv mode again
662 handle_exception: label
/linux-2.6.39/arch/sh/kernel/cpu/sh3/
Dentry.S299 bra handle_exception
/linux-2.6.39/drivers/scsi/
Dmesh.c1126 static void handle_exception(struct mesh_state *ms) in handle_exception() function
1518 handle_exception(ms); in cmd_complete()
1676 handle_exception(ms); in DEF_SCSI_QCMD()
/linux-2.6.39/drivers/usb/gadget/
Df_mass_storage.c2484 static void handle_exception(struct fsg_common *common) in handle_exception() function
2656 handle_exception(common); in fsg_main_thread()
Dfile_storage.c2905 static void handle_exception(struct fsg_dev *fsg) in handle_exception() function
3088 handle_exception(fsg); in fsg_main_thread()
/linux-2.6.39/arch/x86/kvm/
Dvmx.c3084 static int handle_exception(struct kvm_vcpu *vcpu) in handle_exception() function
3746 [EXIT_REASON_EXCEPTION_NMI] = handle_exception,