Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dfpu.h57 static inline void restore_lasx(struct task_struct *t);
283 static inline void restore_lasx(struct task_struct *t) in restore_lasx() function
305 static inline void restore_lasx(struct task_struct *t) {} in restore_lasx() function
/linux/arch/loongarch/kernel/
H A Dtraps.c940 restore_lasx(current); in init_restore_lasx()