Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dsetup.h55 extern void __init do_early_exception(struct pt_regs *regs, int trapnr);
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsev-es.c90 void do_early_exception(struct pt_regs *regs, int trapnr);
201 void do_early_exception(struct pt_regs *regs, int trapnr);
762 do_early_exception(ctxt->regs, trapnr); in vc_early_forward_exception()
H A Dhead_64.S412 call do_early_exception
H A Dhead64.c403 void __init do_early_exception(struct pt_regs *regs, int trapnr) in do_early_exception() function