Home
last modified time | relevance | path

Searched refs:get_safe_registers (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/um/include/shared/
Dregisters.h19 extern void get_safe_registers(unsigned long *regs, unsigned long *fp_regs);
/linux-4.4.14/arch/um/os-Linux/
Dregisters.c52 void get_safe_registers(unsigned long *regs, unsigned long *fp_regs) in get_safe_registers() function
/linux-4.4.14/arch/um/kernel/
Dexec.c35 get_safe_registers(current_pt_regs()->regs.gp, in flush_thread()
Dprocess.c177 get_safe_registers(p->thread.regs.regs.gp, p->thread.regs.regs.fp); in copy_thread()
/linux-4.4.14/arch/um/os-Linux/skas/
Dmem.c39 get_safe_registers(syscall_regs, NULL); in init_syscall_regs()
Dprocess.c427 get_safe_registers(thread_regs, thread_fp_regs); in init_thread_regs()