Searched refs:handle_exception (Results 1 – 8 of 8) sorted by relevance
/arch/mn10300/kernel/ |
D | traps.c | 201 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/ |
D | kgdb.h | 37 extern void handle_exception(struct pt_regs *regs);
|
/arch/cris/arch-v32/kernel/ |
D | kgdb.c | 411 void handle_exception(int sigval); 1241 handle_exception(int sigval) in handle_exception() function 1245 USEDFUN(handle_exception); in handle_exception()
|
D | kgdb_asm.S | 309 jsr handle_exception ; Interactive routine
|
/arch/sh/kernel/cpu/sh5/ |
D | entry.S | 277 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/ |
D | kgdb.c | 714 handle_exception (int sigval) in handle_exception() function
|
/arch/sh/kernel/cpu/sh3/ |
D | entry.S | 300 bra handle_exception
|
/arch/x86/kvm/ |
D | vmx.c | 5460 static int handle_exception(struct kvm_vcpu *vcpu) in handle_exception() function 7597 [EXIT_REASON_EXCEPTION_NMI] = handle_exception,
|