Home
last modified time | relevance | path

Searched refs:get_regs_from_mc (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/um/shared/sysdep/
H A Dmcontext.h11 extern void get_regs_from_mc(struct uml_pt_regs *, mcontext_t *);
/linux/arch/um/os-Linux/
H A Dsignal.c44 get_regs_from_mc(&r, mc); in sig_handler_common()
127 get_regs_from_mc(&regs, mc); in timer_real_alarm_handler()
/linux/arch/x86/um/os-Linux/
H A Dmcontext.c12 void get_regs_from_mc(struct uml_pt_regs *regs, mcontext_t *mc) in get_regs_from_mc() function
156 get_regs_from_mc(regs, mcontext); in get_stub_state()