Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dswitch_to.h17 extern void update_cr_regs(struct task_struct *task);
42 update_cr_regs(next); \
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Duprobes.c41 update_cr_regs(current); in arch_uprobe_pre_xol()
84 update_cr_regs(current); in arch_uprobe_post_xol()
H A Dptrace.c43 void update_cr_regs(struct task_struct *task) in update_cr_regs() function