Home
last modified time | relevance | path

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

/Linux-v4.19/arch/riscv/kernel/
Dtraps.c32 extern asmlinkage void handle_exception(void);
164 csr_write(stvec, &handle_exception); in trap_init()
Dentry.S147 ENTRY(handle_exception)
286 END(handle_exception)
/Linux-v4.19/arch/mips/include/asm/
Dkgdb.h38 extern void handle_exception(struct pt_regs *regs);
/Linux-v4.19/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-v4.19/arch/sh/kernel/cpu/sh3/
Dentry.S300 bra handle_exception
/Linux-v4.19/drivers/scsi/
Dmesh.c1124 static void handle_exception(struct mesh_state *ms) in handle_exception() function
1516 handle_exception(ms); in cmd_complete()
1674 handle_exception(ms); in DEF_SCSI_QCMD()
/Linux-v4.19/drivers/usb/gadget/function/
Df_mass_storage.c2303 static void handle_exception(struct fsg_common *common) in handle_exception() function
2456 handle_exception(common); in fsg_main_thread()
/Linux-v4.19/arch/x86/kvm/
Dvmx.c7039 static int handle_exception(struct kvm_vcpu *vcpu) in handle_exception() function
9363 [EXIT_REASON_EXCEPTION_NMI] = handle_exception,