Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/kvm/lib/x86_64/
Dhandlers.S1 handle_exception: label
66 jmp handle_exception
/Linux-v5.10/arch/mips/include/asm/
Dkgdb.h38 extern void handle_exception(struct pt_regs *regs);
/Linux-v5.10/arch/x86/entry/
Dentry_32.S718 jmp handle_exception
1099 jmp handle_exception
1152 SYM_CODE_START_LOCAL_NOALIGN(handle_exception)
1193 SYM_CODE_END(handle_exception)
/Linux-v5.10/arch/riscv/kernel/
Dtraps.c25 extern asmlinkage void handle_exception(void);
Dentry.S20 ENTRY(handle_exception)
373 END(handle_exception)
Dhead.S168 la a0, handle_exception
/Linux-v5.10/arch/sh/kernel/cpu/sh3/
Dentry.S297 bra handle_exception
/Linux-v5.10/drivers/scsi/
Dmesh.c1127 static void handle_exception(struct mesh_state *ms) in handle_exception() function
1520 handle_exception(ms); in cmd_complete()
1678 handle_exception(ms); in DEF_SCSI_QCMD()
/Linux-v5.10/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()