Home
last modified time | relevance | path

Searched refs:do_early_exception (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/arch/x86/include/asm/
Dsetup.h55 extern void __init do_early_exception(struct pt_regs *regs, int trapnr);
/Linux-v5.15/arch/x86/kernel/
Dsev.c100 void do_early_exception(struct pt_regs *regs, int trapnr);
244 void do_early_exception(struct pt_regs *regs, int trapnr);
807 do_early_exception(ctxt->regs, trapnr); in vc_early_forward_exception()
Dhead_64.S400 call do_early_exception
Dhead64.c402 void __init do_early_exception(struct pt_regs *regs, int trapnr) in do_early_exception() function