Home
last modified time | relevance | path

Searched refs:dp_save_restore (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/arc/include/asm/
Dswitch_to.h30 extern void dp_save_restore(struct task_struct *p, struct task_struct *n);
31 #define ARC_EZNPS_DP_PREV(p, n) dp_save_restore(p, n)
/Linux-v4.19/arch/arc/plat-eznps/
Dctop.c21 void dp_save_restore(struct task_struct *prev, struct task_struct *next) in dp_save_restore() function