Home
last modified time | relevance | path

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

/arch/mn10300/kernel/
Dtraps.c201 asmlinkage void handle_exception(struct pt_regs *regs, u32 intcode) in handle_exception() function
571 set_excp_vector(EXCEP_TRAP, handle_exception); in trap_init()
572 set_excp_vector(EXCEP_ISTEP, handle_exception); in trap_init()
573 set_excp_vector(EXCEP_IBREAK, handle_exception); in trap_init()
574 set_excp_vector(EXCEP_OBREAK, handle_exception); in trap_init()
576 set_excp_vector(EXCEP_PRIVINS, handle_exception); in trap_init()
577 set_excp_vector(EXCEP_UNIMPINS, handle_exception); in trap_init()
578 set_excp_vector(EXCEP_UNIMPEXINS, handle_exception); in trap_init()
579 set_excp_vector(EXCEP_MEMERR, handle_exception); in trap_init()
581 set_excp_vector(EXCEP_BUSERROR, handle_exception); in trap_init()
[all …]
/arch/mips/include/asm/
Dkgdb.h37 extern void handle_exception(struct pt_regs *regs);
/arch/cris/arch-v32/kernel/
Dkgdb.c411 void handle_exception(int sigval);
1241 handle_exception(int sigval) in handle_exception() function
1245 USEDFUN(handle_exception); in handle_exception()
Dkgdb_asm.S309 jsr handle_exception ; Interactive routine
/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
/arch/cris/arch-v10/kernel/
Dkgdb.c714 handle_exception (int sigval) in handle_exception() function
/arch/sh/kernel/cpu/sh3/
Dentry.S300 bra handle_exception
/arch/x86/kvm/
Dvmx.c5460 static int handle_exception(struct kvm_vcpu *vcpu) in handle_exception() function
7597 [EXIT_REASON_EXCEPTION_NMI] = handle_exception,