Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dlbt.h16 extern void _save_lbt(struct loongarch_lbt *);
17 extern void _restore_lbt(struct loongarch_lbt *);
H A Dprocessor.h89 struct loongarch_lbt { struct
138 struct loongarch_lbt lbt; /* Also conditionally copied */
/linux/arch/loongarch/kernel/
H A Dprocess.c135 memcpy(&dst->thread.lbt, &src->thread.lbt, sizeof(struct loongarch_lbt)); in arch_dup_task_struct()