Home
last modified time | relevance | path

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

/Linux-v5.4/arch/riscv/kernel/
Dtraps.c25 extern asmlinkage void handle_exception(void);
158 csr_write(CSR_STVEC, &handle_exception); in trap_init()
Dentry.S162 ENTRY(handle_exception)
315 END(handle_exception)
/Linux-v5.4/arch/mips/include/asm/
Dkgdb.h38 extern void handle_exception(struct pt_regs *regs);
/Linux-v5.4/arch/sh/kernel/cpu/sh5/
Dentry.S274 pta handle_exception, tr0
395 pta handle_exception, tr0
436 pta handle_exception, tr0
569 pta handle_exception, tr0
603 ! construct useful SR for handle_exception
615 movi handle_exception, r18
634 rte ! -> handle_exception, switch back to priv mode again
659 handle_exception: label
/Linux-v5.4/arch/sh/kernel/cpu/sh3/
Dentry.S297 bra handle_exception
/Linux-v5.4/drivers/scsi/
Dmesh.c1125 static void handle_exception(struct mesh_state *ms) in handle_exception() function
1517 handle_exception(ms); in cmd_complete()
1675 handle_exception(ms); in DEF_SCSI_QCMD()
/Linux-v5.4/drivers/usb/gadget/function/
Df_mass_storage.c2310 static void handle_exception(struct fsg_common *common) in handle_exception() function
2465 handle_exception(common); in fsg_main_thread()